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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c312 WGLGC_CreateContext(jint screennum, jint pixfmt) function
319 J2dTraceLn(J2D_TRACE_INFO, "WGLGC_CreateContext");
324 "WGLGC_CreateContext: could not create scratch window");
332 "WGLGC_CreateContext: could not get dc for scratch window");
340 "WGLGC_CreateContext: error setting pixel format");
546 sharedContext = WGLGC_CreateContext(screennum, pixfmt);

Completed in 30 milliseconds