Home
last modified time | relevance | path

Searched defs:getMaxAnisotropy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h67 GLfloat getMaxAnisotropy() const { return mMaxAnisotropy; } in getMaxAnisotropy() function
DTexture.h130 GLfloat getMaxAnisotropy() const { return mMaxAnisotropy; } in getMaxAnisotropy() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp188 GLfloat Texture::getMaxAnisotropy() const in getMaxAnisotropy() function in es1::Texture