Searched refs:getMinLod (Results 1 – 2 of 2) sorted by relevance
63 GLfloat getMinLod() const { return mMinLod; } in getMinLod() function
1772 case GL_TEXTURE_MIN_LOD: return static_cast<GLint>(roundf(samplerObject->getMinLod())); in getSamplerParameteri()1795 case GL_TEXTURE_MIN_LOD: return samplerObject->getMinLod(); in getSamplerParameterf()3109 minLOD = samplerObject->getMinLod(); in applyTextures()