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

/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLGraphicsConfig.c204 int nfmts, i; local
214 if (!j2d_wglChoosePixelFormatARB(hdc, attrs, NULL, 32, pixfmts, &nfmts)) {
220 if (nfmts <= 0) {
231 for (i = 0; i < nfmts; i++) {

Completed in 31 milliseconds