Home
last modified time | relevance | path

Searched defs:getMaxAnisotropy (Results 1 – 6 of 6) 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/angle/src/libANGLE/
DSampler.cpp110 float Sampler::getMaxAnisotropy() const in getMaxAnisotropy() function in gl::Sampler
Dangletypes.h257 float getMaxAnisotropy() const { return mMaxAnisotropy; } in getMaxAnisotropy() function
DTexture.cpp802 float Texture::getMaxAnisotropy() const in getMaxAnisotropy() function in gl::Texture
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp188 GLfloat Texture::getMaxAnisotropy() const in getMaxAnisotropy() function in es1::Texture