Searched defs:setMaxAnisotropy (Results 1 – 12 of 12) sorted by relevance
56 void setMaxAnisotropy(GLfloat maxAnisotropy) { mMaxAnisotropy = maxAnisotropy; } in setMaxAnisotropy() function
175 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in es2::Texture
310 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in sw::Sampler
596 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::VertexProcessor
441 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::PixelProcessor
2376 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::Renderer
307 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in sw::Sampler
264 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::VertexProcessor
227 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::PixelProcessor
1982 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::Renderer
138 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in es1::Texture
43939 SamplerCreateInfo & setMaxAnisotropy( float maxAnisotropy_ ) in setMaxAnisotropy() function