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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c445 HPBUFFERARB scratch, HDC scratchDC, jint caps)
471 ctxinfo->scratchSurfaceDC = scratchDC;
500 HDC scratchDC; local
651 scratchDC = j2d_wglGetPbufferDCARB(scratch);
652 if (scratchDC == 0) {
661 oglc = WGLGC_InitOGLContext(pixfmt, context, scratch, scratchDC, caps);
666 j2d_wglReleasePbufferDCARB(scratch, scratchDC);
444 WGLGC_InitOGLContext(jint pixfmt, HGLRC context, HPBUFFERARB scratch, HDC scratchDC, jint caps) argument

Completed in 222 milliseconds