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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c369 WGLGC_InitExtFuncs(jint screennum) function
375 J2dTraceLn(J2D_TRACE_INFO, "WGLGC_InitExtFuncs");
393 "WGLGC_InitExtFuncs: could not find appropriate pixfmt");
403 "WGLGC_InitExtFuncs: could not create temp WGL context");
413 "WGLGC_InitExtFuncs: could not make temp context current");
422 "WGLGC_InitExtFuncs: could not initialize extension funcs");
511 if (!WGLGC_InitExtFuncs(screennum)) {

Completed in 30 milliseconds