Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h63 GLfloat getMinLod() const { return mMinLod; } in getMinLod() function
DContext.cpp1772 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()