Home
last modified time | relevance | path

Searched defs:setMinLod (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h52 void setMinLod(GLfloat minLod) { mMinLod = minLod; } in setMinLod() function
/external/swiftshader/src/Device/
DSampler.cpp352 void Sampler::setMinLod(float minLod) in setMinLod() function in sw::Sampler
DVertexProcessor.cpp345 void VertexProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() function in sw::VertexProcessor
DPixelProcessor.cpp308 void PixelProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() function in sw::PixelProcessor
DRenderer.cpp2090 void Renderer::setMinLod(SamplerType type, int sampler, float minLod) in setMinLod() function in sw::Renderer
/external/swiftshader/src/Renderer/
DSampler.cpp355 void Sampler::setMinLod(float minLod) in setMinLod() function in sw::Sampler
DVertexProcessor.cpp677 void VertexProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() function in sw::VertexProcessor
DPixelProcessor.cpp522 void PixelProcessor::setMinLod(unsigned int sampler, float minLod) in setMinLod() function in sw::PixelProcessor
DRenderer.cpp2484 void Renderer::setMinLod(SamplerType type, int sampler, float minLod) in setMinLod() function in sw::Renderer
/external/swiftshader/include/vulkan/
Dvulkan.hpp11235 SamplerCreateInfo& setMinLod( float minLod_ ) in setMinLod() function
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp43957 SamplerCreateInfo & setMinLod( float minLod_ ) in setMinLod() function