Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h92 GLfloat getMaxLOD() const;
DTexture.cpp367 GLfloat Texture::getMaxLOD() const in getMaxLOD() function in es2::Texture
DlibGLESv2.cpp3667 *params = texture->getMaxLOD(); in GetTexParameterfv()
3820 *params = (GLint)roundf(texture->getMaxLOD()); in GetTexParameteriv()