Searched refs:getMaxAnisotropy (Results 1 – 8 of 8) sorted by relevance
67 GLfloat getMaxAnisotropy() const { return mMaxAnisotropy; } in getMaxAnisotropy() function
130 GLfloat getMaxAnisotropy() const { return mMaxAnisotropy; } in getMaxAnisotropy() function
1776 case GL_TEXTURE_MAX_ANISOTROPY_EXT: return static_cast<GLint>(samplerObject->getMaxAnisotropy()); in getSamplerParameteri()1799 case GL_TEXTURE_MAX_ANISOTROPY_EXT: return samplerObject->getMaxAnisotropy(); in getSamplerParameterf()3113 maxAnisotropy = samplerObject->getMaxAnisotropy(); in applyTextures()3126 maxAnisotropy = texture->getMaxAnisotropy(); in applyTextures()
3331 *params = texture->getMaxAnisotropy(); in GetTexParameterfv()3418 *params = (GLint)texture->getMaxAnisotropy(); in GetTexParameteriv()
70 GLfloat getMaxAnisotropy() const;
188 GLfloat Texture::getMaxAnisotropy() const in getMaxAnisotropy() function in es1::Texture
2334 *params = texture->getMaxAnisotropy(); in GetTexParameterfv()2385 *params = (GLint)texture->getMaxAnisotropy(); in GetTexParameteriv()
2100 GLfloat maxAnisotropy = texture->getMaxAnisotropy(); in applyTextures()