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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c124 WGLGraphicsConfigInfo *wglinfo = local
129 if (wglinfo == NULL) {
135 if (wglinfo->context != NULL) {
136 WGLGC_DestroyOGLContext(wglinfo->context);
139 free(wglinfo);
501 WGLGraphicsConfigInfo *wglinfo; local
675 wglinfo = (WGLGraphicsConfigInfo *)malloc(sizeof(WGLGraphicsConfigInfo));
676 if (wglinfo == NULL) {
678 "WGLGraphicsConfig_getWGLConfigInfo: could not allocate memory for wglinfo");
683 wglinfo
709 WGLGraphicsConfigInfo *wglinfo = local
[all...]

Completed in 39 milliseconds