Searched refs:getTextureMaxAnisotropy (Results 1 – 8 of 8) sorted by relevance
178 virtual float getTextureMaxAnisotropy() const = 0;
131 virtual float getTextureMaxAnisotropy() const;
116 virtual float getTextureMaxAnisotropy() const;
2324 float Renderer9::getTextureMaxAnisotropy() const in getTextureMaxAnisotropy() function in rx::Renderer9
2120 float Renderer11::getTextureMaxAnisotropy() const in getTextureMaxAnisotropy() function in rx::Renderer11
395 float getTextureMaxAnisotropy() const;
261 mMaxTextureAnisotropy = mRenderer->getTextureMaxAnisotropy(); in makeCurrent()2298 float Context::getTextureMaxAnisotropy() const in getTextureMaxAnisotropy() function in gl::Context
5611 if (!texture->setMaxAnisotropy((float)param, context->getTextureMaxAnisotropy())) in glTexParameterf()5693 if (!texture->setMaxAnisotropy((float)param, context->getTextureMaxAnisotropy())) in glTexParameteri()