Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h119 bool setMinLOD(GLfloat minLOD);
DTexture.cpp253 bool Texture::setMinLOD(GLfloat minLOD) in setMinLOD() function in es2::Texture
DlibGLESv2.cpp4741 if(!texture->setMinLOD(param)) in TexParameterf()
4876 if(!texture->setMinLOD((GLfloat)param)) in TexParameteri()