Home
last modified time | relevance | path

Searched refs:maxMipmapLevel (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp663 static int maxMipmapLevel(GLsizei width, GLsizei height) { in maxMipmapLevel() function
683 texData->setMipmapLevelAtLeast(maxMipmapLevel(width, height)); in s_glInitTexImage2D()
2014 texData->setMipmapLevelAtLeast(maxMipmapLevel(texData->width, in handleMipmapGeneration()
2797 texData->setMipmapLevelAtLeast(maxMipmapLevel(texData->width, in glGenerateMipmapOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1831 static int maxMipmapLevel(GLsizei width, GLsizei height) { in maxMipmapLevel() function
1843 texData->setMipmapLevelAtLeast(maxMipmapLevel(texData->width, in glGenerateMipmap()