Searched refs:npot (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | getteximage.c | 18 TestGetTexImage(GLboolean npot) argument 30 GLint w = npot ? (p * 20) : (1 << p); 31 GLint h = npot ? (p * 10) : (1 << p); 106 TestGetTexImageRTT(GLboolean npot) argument 118 if (npot) {
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_3d.h | 68 Bool npot; member in struct:_ViaTextureUnit
|
| H A D | via_3d.c | 171 CARD32 pitch, Bool npot, CARD32 width, CARD32 height, 178 vTex->npot = npot; 179 if (!viaOrder(pitch, &vTex->textureLevel0Exp) && !vTex->npot) 489 if (vTex->npot) { 170 viaSet3DTexture(Via3DState * v3d,int tex,CARD32 offset,CARD32 pitch,Bool npot,CARD32 width,CARD32 height,int format,ViaTextureModes sMode,ViaTextureModes tMode,ViaTexBlendingModes blendingMode,Bool agpTexture) argument
|
Completed in 4 milliseconds