Searched refs:nextDepth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libutil/ | ||
| H A D | mipmap.c | 7827 int nextDepth= newDepth/2; local in function:gluBuild3DMipmapLevelsCore 7832 if (nextDepth < 1) nextDepth= 1; 7833 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type); 8182 int nextDepth= newDepth/2; local in function:gluBuild3DMipmapLevelsCore 8185 if (nextDepth < 1) nextDepth= 1; 8187 memReq = imageSize3D(nextWidth, nextHeight, nextDepth, format, type); |
| /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 1325 &nextDepth)) { 1328 depth = nextDepth; |
| /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 1304 &nextDepth)) { 1307 depth = nextDepth; |
Completed in 53 milliseconds