Home
last modified time | relevance | path

Searched defs:setMaxAnisotropy (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.cpp310 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in sw::Sampler
DVertexProcessor.cpp596 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::VertexProcessor
DPixelProcessor.cpp441 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::PixelProcessor
DRenderer.cpp2330 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::Renderer
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp138 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in es1::Texture
/external/swiftshader/src/OpenGL/libGL/
DTexture.cpp120 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in gl::Texture
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp167 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in es2::Texture
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp8709 SamplerCreateInfo& setMaxAnisotropy( float maxAnisotropy_ ) in setMaxAnisotropy() function