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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c236 int attrVals[4]; local
241 attrKeys, attrVals);
243 depth = attrVals[0];
244 stencil = attrVals[1];
245 db = attrVals[2];
246 alpha = attrVals[3];
506 int attrVals[2]; local
627 j2d_wglGetPixelFormatAttribivARB(hdc, pixfmt, 0, 2, attrKeys, attrVals);
628 if (attrVals[0]) {
631 if (attrVals[
[all...]
H A DWGLSurfaceData.c413 int attrVals[2]; local
467 attrKeys, attrVals);
468 maxWidth = attrVals[0];
469 maxHeight = attrVals[1];

Completed in 41 milliseconds