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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c3419 GLint proxyWidth; local in function:closestFit
3458 glGetTexLevelParameteriv(proxyTarget, 1,GL_TEXTURE_WIDTH,&proxyWidth);
3460 if (proxyWidth == 0) { /* nope, so try again with these sizes */
3474 } while (proxyWidth == 0);
7419 GLint proxyWidth; local in function:closestFit3D
7443 glGetTexLevelParameteriv(proxyTarget, 1,GL_TEXTURE_WIDTH,&proxyWidth);
7445 if (proxyWidth == 0) { /* nope, so try again with these sizes */
7456 } while (proxyWidth == 0);

Completed in 12 milliseconds