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

/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLDrawImage.java69 (srcData.getSurfaceType() == OGLSurfaceData.OpenGLTexture ||
H A DOGLBlitLoops.java175 new OGLGeneralBlit(OGLSurfaceData.OpenGLTexture,
179 new OGLAnyCompositeBlit(OGLSurfaceData.OpenGLTexture),
634 OGLSurfaceData.OpenGLTexture);
654 super(OGLSurfaceData.OpenGLTexture,
676 super(OGLSurfaceData.OpenGLTexture,
701 super(OGLSurfaceData.OpenGLTexture,
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 33 milliseconds