Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DTexture.h96 float getMaxAnisotropy() const;
DTexture.cpp210 float Texture::getMaxAnisotropy() const in getMaxAnisotropy() function in gl::Texture
DlibGLESv2.cpp3515 *params = (GLfloat)texture->getMaxAnisotropy(); in glGetTexParameterfv()
3641 *params = (GLint)texture->getMaxAnisotropy(); in glGetTexParameteriv()