Searched refs:mNumExtraLod (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp46 mNumExtraLod = 0;
72 // here, by construction, mMipmaps=0 && mNumExtraLod=0
88 mNumExtraLod = numLods;
95 for (int i=0 ; i<mNumExtraLod ; i++) {
102 mNumExtraLod = 0;
110 lod = min(lod-1, mNumExtraLod-1);
196 ALOGW_IF(level-1 >= mNumExtraLod,
198 level, mNumExtraLod+1);
221 for (int i=0 ; i<mNumExtraLod ; i++) {
H A DTextureObjectManager.h70 int mNumExtraLod; member in class:android::EGLTextureObject

Completed in 124 milliseconds