Searched refs:getMaxLod (Results 1 – 2 of 2) sorted by relevance
64 GLfloat getMaxLod() const { return mMaxLod; } in getMaxLod() function
1773 case GL_TEXTURE_MAX_LOD: return static_cast<GLint>(roundf(samplerObject->getMaxLod())); in getSamplerParameteri()1796 case GL_TEXTURE_MAX_LOD: return samplerObject->getMaxLod(); in getSamplerParameterf()3110 maxLOD = samplerObject->getMaxLod(); in applyTextures()