Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h56 void setMaxAnisotropy(GLfloat maxAnisotropy) { mMaxAnisotropy = maxAnisotropy; } in setMaxAnisotropy() function
DTexture.cpp175 bool Texture::setMaxAnisotropy(float textureMaxAnisotropy) in setMaxAnisotropy() function in es2::Texture
/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.cpp2376 void Renderer::setMaxAnisotropy(SamplerType type, int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::Renderer
/external/swiftshader/src/Device/
DSampler.cpp307 void Sampler::setMaxAnisotropy(float maxAnisotropy) in setMaxAnisotropy() function in sw::Sampler
DVertexProcessor.cpp264 void VertexProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::VertexProcessor
DPixelProcessor.cpp227 void PixelProcessor::setMaxAnisotropy(unsigned int sampler, float maxAnisotropy) in setMaxAnisotropy() function in sw::PixelProcessor
DRenderer.cpp1982 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/vulkan-headers/include/vulkan/
Dvulkan.hpp43939 SamplerCreateInfo & setMaxAnisotropy( float maxAnisotropy_ ) in setMaxAnisotropy() function