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

/openjdk7/jdk/src/solaris/native/sun/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.c176 ctxInfo->scratchSurface,
177 ctxInfo->scratchSurface,
/openjdk7/jdk/src/windows/native/sun/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;
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.h103 * NSOpenGLPixelBuffer *scratchSurface;
111 NSView *scratchSurface; member in struct:_CGLCtxInfo
113 NSOpenGLPixelBuffer *scratchSurface; member in struct:_CGLCtxInfo
H A DCGLGraphicsConfig.m69 if (ctxinfo->scratchSurface != 0) {
70 [ctxinfo->scratchSurface release];
279 NSView *scratchSurface =
282 if (scratchSurface == nil) {
287 [window setContentView: scratchSurface];
289 NSOpenGLPixelBuffer *scratchSurface =
310 [context setView: scratchSurface];
313 setPixelBuffer: scratchSurface
383 ctxinfo->scratchSurface = scratchSurface;
[all...]
H A DCGLSurfaceData.m96 [ctxinfo->context setView: ctxinfo->scratchSurface];
100 [ctxinfo->context setPixelBuffer: ctxinfo->scratchSurface

Completed in 126 milliseconds