Searched refs:scratchSurface (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/opengl/
H A DWGLGraphicsConfig.h59 * HPBUFFERARB scratchSurface;
67 HPBUFFERARB scratchSurface; member in struct:_WGLCtxInfo
H A DWGLGraphicsConfig.c103 if (ctxinfo->scratchSurface != 0) {
105 j2d_wglReleasePbufferDCARB(ctxinfo->scratchSurface,
108 j2d_wglDestroyPbufferARB(ctxinfo->scratchSurface);
470 ctxinfo->scratchSurface = scratch;
/openjdk9/jdk/src/java.desktop/unix/native/common/java2d/opengl/
H A DGLXGraphicsConfig.h78 * GLXPbuffer scratchSurface;
86 GLXPbuffer scratchSurface; member in struct:_GLXCtxInfo
H A DGLXGraphicsConfig.c162 if (ctxinfo->scratchSurface != 0) {
163 j2d_glXDestroyPbuffer(awt_display, ctxinfo->scratchSurface);
443 ctxinfo->scratchSurface = scratch;
H A DGLXSurfaceData.c143 ctxInfo->scratchSurface,
144 ctxInfo->scratchSurface,
/openjdk9/jdk/src/java.desktop/macosx/native/libawt_lwawt/java2d/opengl/
H A DCGLGraphicsConfig.h103 * NSOpenGLPixelBuffer *scratchSurface;
111 NSView *scratchSurface; member in struct:_CGLCtxInfo
113 NSOpenGLPixelBuffer *scratchSurface; member in struct:_CGLCtxInfo

Completed in 59 milliseconds