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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c192 WGLGC_GetPixelFormatForDC(HDC hdc) function
211 J2dRlsTraceLn(J2D_TRACE_INFO, "WGLGC_GetPixelFormatForDC");
216 "WGLGC_GetPixelFormatForDC: error choosing pixel format");
222 "WGLGC_GetPixelFormatForDC: no pixel formats found");
263 "WGLGC_GetPixelFormatForDC: could not find appropriate pixfmt");
268 "WGLGC_GetPixelFormatForDC: chose %d as the best pixel format",
534 pixfmt = WGLGC_GetPixelFormatForDC(hdc);

Completed in 29 milliseconds