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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c197 WGLGraphicsConfigInfo *wglInfo = local
203 if (wglInfo == NULL) {
209 oglc = wglInfo->context;
338 WGLGraphicsConfigInfo *wglInfo; local
358 wglInfo = wglsdo->configInfo;
359 if (wglInfo == NULL) {
381 if (!SetPixelFormat(hdc, wglInfo->pixfmt, &pfd)) {
416 WGLGraphicsConfigInfo *wglInfo = local
442 if (wglInfo == NULL) {
449 hwnd = WGLGC_CreateScratchWindow(wglInfo
[all...]

Completed in 32 milliseconds