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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c3423 GLint widthAtLevelOne= (widthPowerOf2 > 1) ? local in function:closestFit
3430 assert(widthAtLevelOne > 0); assert(heightAtLevelOne > 0);
3437 widthAtLevelOne,heightAtLevelOne,0,format,type,NULL);
3449 widthAtLevelOne,heightAtLevelOne,0,format,type,NULL);
3456 internalFormat,widthAtLevelOne,0,format,type,NULL);
3470 widthPowerOf2= widthAtLevelOne;
7423 GLint widthAtLevelOne= (widthPowerOf2 > 1) ? local in function:closestFit3D
7433 assert(widthAtLevelOne > 0);
7441 widthAtLevelOne,heightAtLevelOne,depthAtLevelOne,
7451 widthPowerOf2= widthAtLevelOne;
[all...]

Completed in 10 milliseconds