Searched defs:widthPowerOf2 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 3417 GLint widthPowerOf2= nearestPower(width); local in function:closestFit 3676 GLint widthPowerOf2; local in function:gluBuild1DMipmaps 3547 gluBuild1DMipmapLevelsCore(GLenum target,GLint internalFormat,GLsizei width,GLsizei widthPowerOf2,GLenum format,GLenum type,GLint userLevel,GLint baseLevel,GLint maxLevel,const void * data) argument 3802 gluBuild2DMipmapLevelsCore(GLenum target,GLint internalFormat,GLsizei width,GLsizei height,GLsizei widthPowerOf2,GLsizei heightPowerOf2,GLenum format,GLenum type,GLint userLevel,GLint baseLevel,GLint maxLevel,const void * data) argument 4591 GLint widthPowerOf2, heightPowerOf2; local in function:gluBuild2DMipmaps 7416 GLint widthPowerOf2= nearestPower(width); local in function:closestFit3D 7722 gluBuild3DMipmapLevelsCore(GLenum target,GLint internalFormat,GLsizei width,GLsizei height,GLsizei depth,GLsizei widthPowerOf2,GLsizei heightPowerOf2,GLsizei depthPowerOf2,GLenum format,GLenum type,GLint userLevel,GLint baseLevel,GLint maxLevel,const void * data) argument 8488 GLint widthPowerOf2, heightPowerOf2, depthPowerOf2; local in function:gluBuild3DMipmaps [all...] |
Completed in 10 milliseconds