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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c444 WGLGC_InitOGLContext(jint pixfmt, HGLRC context, function
450 J2dTraceLn(J2D_TRACE_INFO, "WGLGC_InitOGLContext");
455 "WGLGC_InitOGLContext: could not allocate memory for oglc");
464 "WGLGC_InitOGLContext: could not allocate memory for ctxinfo");
661 oglc = WGLGC_InitOGLContext(pixfmt, context, scratch, scratchDC, caps);

Completed in 30 milliseconds