Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h74 bool setMinLOD(GLfloat minLOD);
DTexture.cpp239 bool Texture::setMinLOD(GLfloat minLOD) in setMinLOD() argument
241 mMinLOD = minLOD; in setMinLOD()