Searched refs:OpenGLSurface (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java104 new OGLGeneralBlit(OGLSurfaceData.OpenGLSurface,
108 new OGLAnyCompositeBlit(OGLSurfaceData.OpenGLSurface,
384 super(OGLSurfaceData.OpenGLSurface,
386 OGLSurfaceData.OpenGLSurface);
406 super(OGLSurfaceData.OpenGLSurface,
408 OGLSurfaceData.OpenGLSurface);
431 super(OGLSurfaceData.OpenGLSurface,
433 OGLSurfaceData.OpenGLSurface);
456 OGLSurfaceData.OpenGLSurface);
478 OGLSurfaceData.OpenGLSurface);
[all...]
H A DOGLMaskBlit.java57 srcType, compType, OGLSurfaceData.OpenGLSurface);
H A DOGLMaskFill.java59 srcType, compType, OGLSurfaceData.OpenGLSurface);
H A DOGLSurfaceData.java60 * OpenGLSurface OpenGLTexture
64 * OpenGLSurface
66 * possible to copy an OpenGLSurface to another OpenGLSurface (or to itself).
73 * as in OpenGLSurface). However, it is possible to upload a region of pixels
75 * surface of type OpenGLTexture to an OpenGLSurface by binding the texture
81 * OpenGLSurface and OpenGLTexture, in that one can render to this kind of
82 * surface as if it were of type OpenGLSurface, but the process of copying
93 * WINDOW OpenGLSurface
95 * FLIP_BACKBUFFER OpenGLSurface
132 static final SurfaceType OpenGLSurface = field in class:OGLSurfaceData
[all...]

Completed in 99 milliseconds