Searched refs:nextWidth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libutil/ | ||
| H A D | mipmap.c | 3887 int nextWidth= newwidth/2; local in function:gluBuild2DMipmapLevelsCore 3891 if (nextWidth < 1) nextWidth= 1; 3893 memreq = image_size(nextWidth, nextHeight, format, type); 4296 int nextWidth= newwidth/2; local in function:gluBuild2DMipmapLevelsCore 4298 if (nextWidth < 1) nextWidth= 1; 4301 memreq = image_size(nextWidth, nextHeight, format, type); 7825 int nextWidth= newWidth/2; local in function:gluBuild3DMipmapLevelsCore 7830 if (nextWidth < 8180 int nextWidth= newWidth/2; local in function:gluBuild3DMipmapLevelsCore [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ | ||
| H A D | teximage.c | 1319 GLint nextWidth, nextHeight, nextDepth; local in function:_mesa_test_proxy_teximage 1324 &nextWidth, &nextHeight, 1326 width = nextWidth; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ | ||
| H A D | teximage.c | 1298 GLint nextWidth, nextHeight, nextDepth; local in function:_mesa_test_proxy_teximage 1303 &nextWidth, &nextHeight, 1305 width = nextWidth; |
Completed in 64 milliseconds