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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.h38 * jint screen, pixfmt;
46 jint pixfmt; member in struct:_WGLGraphicsConfigInfo
H A DWGLGraphicsConfig.c237 int pixfmt = pixfmts[i]; local
240 j2d_wglGetPixelFormatAttribivARB(hdc, pixfmt, 0, 4,
249 "[V] pixfmt=%d db=%d alpha=%d depth=%d stencil=%d valid=",
250 pixfmt, db, alpha, depth, stencil);
255 chosenPixFmt = pixfmt;
263 "WGLGC_GetPixelFormatForDC: could not find appropriate pixfmt");
286 int pixfmt; local
296 pixfmt = ChoosePixelFormat(hdc, &pfd);
298 if (!SetPixelFormat(hdc, pixfmt, &pfd)) {
312 WGLGC_CreateContext(jint screennum, jint pixfmt) argument
444 WGLGC_InitOGLContext(jint pixfmt, HGLRC context, HPBUFFERARB scratch, HDC scratchDC, jint caps) argument
489 Java_sun_java2d_opengl_WGLGraphicsConfig_getWGLConfigInfo(JNIEnv *env, jclass wglgc, jint screennum, jint pixfmt) argument
[all...]
H A DWGLSurfaceData.c381 if (!SetPixelFormat(hdc, wglInfo->pixfmt, &pfd)) {
466 j2d_wglGetPixelFormatAttribivARB(hdc, wglInfo->pixfmt, 0, 2,
487 pbuffer = j2d_wglCreatePbufferARB(hdc, wglInfo->pixfmt,
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.h82 * NSOpenGLPixelFormat *pixfmt;
90 NSOpenGLPixelFormat *pixfmt; member in struct:_CGLGraphicsConfigInfo
H A DCGLGraphicsConfig.m193 jint displayID, jint pixfmt, jint swapInterval)
199 [retArray addObject: [NSNumber numberWithInt: (int)pixfmt]];
219 jint pixfmt = (jint)[(NSNumber *)[argValue objectAtIndex: 1] intValue];
228 CGOpenGLDisplayMask glMask = (CGOpenGLDisplayMask)pixfmt;
409 cglinfo->pixfmt = sharedPixelFormat;
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java111 int pixfmt)
127 new WGLGetConfigInfo(device.getScreen(), pixfmt);
148 return new WGLGraphicsConfig(device, pixfmt, cfginfo, caps);
157 private int pixfmt; field in class:WGLGraphicsConfig.WGLGetConfigInfo
159 private WGLGetConfigInfo(int screen, int pixfmt) { argument
161 this.pixfmt = pixfmt;
164 cfginfo = getWGLConfigInfo(screen, pixfmt);
265 return ("WGLGraphicsConfig[dev="+screen+",pixfmt="+visual+"]");
110 getConfig(Win32GraphicsDevice device, int pixfmt) argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java80 private int pixfmt; field in class:CGLGraphicsConfig
98 protected CGLGraphicsConfig(CGraphicsDevice device, int pixfmt, argument
103 this.pixfmt = pixfmt;
132 int pixfmt)
148 cfginfo = getCGLConfigInfo(device.getCGDisplayID(), pixfmt,
168 return new CGLGraphicsConfig(device, pixfmt, cfginfo, caps);
263 return ("CGLGraphicsConfig[dev="+displayID+",pixfmt="+pixfmt+"]");
131 getConfig(CGraphicsDevice device, int pixfmt) argument

Completed in 50 milliseconds