Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h70 bool setMinLOD(GLfloat minLOD);
DTexture.cpp239 bool Texture::setMinLOD(GLfloat minLOD) in setMinLOD() function in es2::Texture
DlibGLESv2.cpp5234 if(clientVersion < 3 || !texture->setMinLOD(param)) in TexParameterf()
5383 if(clientVersion < 3 || !texture->setMinLOD((GLfloat)param)) in TexParameteri()