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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.h40 HPBUFFERARB pbuffer; member in struct:_WGLSDOps
H A DWGLSurfaceData.c110 * OGLSD_PBUFFER, this method implementation will destroy the actual pbuffer
121 if (wglsdo->pbuffer != 0) {
123 j2d_wglReleasePbufferDCARB(wglsdo->pbuffer,
127 j2d_wglDestroyPbufferARB(wglsdo->pbuffer);
128 wglsdo->pbuffer = 0;
216 // will ensure that we are bound to the scratch pbuffer (and not
421 HPBUFFERARB pbuffer; local
465 // get the maximum allowable pbuffer dimensions
472 " desired pbuffer dimensions: w=%d h=%d maxw=%d maxh=%d",
476 // allocate a pbuffer wit
[all...]
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLSurfaceData.h42 NSOpenGLPixelBuffer *pbuffer; member in struct:_CGLSDOps
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c136 * OGLSD_PBUFFER, this method implementation will destroy the actual pbuffer
249 // will ensure that we are bound to the scratch pbuffer (and not
405 GLXPbuffer pbuffer; local
440 pbuffer = j2d_glXCreatePbuffer(awt_display, glxinfo->fbconfig, attrlist);
446 if ((pbuffer == 0) || errorOccurredFlag) {
448 "GLXSurfaceData_initPbuffer: could not create glx pbuffer");
459 glxsdo->drawable = pbuffer;

Completed in 32 milliseconds