Searched defs:OpenGLTexture (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java59 * OpenGLSurface OpenGLTexture
70 * OpenGLTexture
73 * to an OpenGLTexture object via glTexSubImage2D(). One can also copy a
74 * surface of type OpenGLTexture to an OpenGLSurface by binding the texture
80 * OpenGLSurface and OpenGLTexture, in that one can render to this kind of
82 * this kind of surface to another is more like an OpenGLTexture. (Note that
94 * TEXTURE OpenGLTexture
138 static final SurfaceType OpenGLTexture = field in class:OGLSurfaceData
244 * surface type constant (e.g. TEXTURE -> OpenGLTexture).
249 return OpenGLTexture;
[all...]

Completed in 31 milliseconds