Home
last modified time | relevance | path

Searched refs:getMinLOD (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h93 GLfloat getMinLOD() const;
DTexture.cpp371 GLfloat Texture::getMinLOD() const in getMinLOD() function in es2::Texture
DlibGLESv2.cpp3674 *params = texture->getMinLOD(); in GetTexParameterfv()
3827 *params = (GLint)roundf(texture->getMinLOD()); in GetTexParameteriv()