Searched refs:setGatherEnable (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 179 void setGatherEnable(bool enable);
|
D | VertexProcessor.hpp | 252 void setGatherEnable(unsigned int sampler, bool enable);
|
D | PixelProcessor.hpp | 228 void setGatherEnable(unsigned int sampler, bool enable);
|
D | Renderer.hpp | 297 void setGatherEnable(SamplerType type, int sampler, bool enable);
|
D | VertexProcessor.cpp | 529 void VertexProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable() function in sw::VertexProcessor 533 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setGatherEnable(enable); in setGatherEnable()
|
D | Sampler.cpp | 266 void Sampler::setGatherEnable(bool enable) in setGatherEnable() function in sw::Sampler
|
D | PixelProcessor.cpp | 374 void PixelProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable() function in sw::PixelProcessor 378 context->sampler[sampler].setGatherEnable(enable); in setGatherEnable()
|
D | Renderer.cpp | 2390 void Renderer::setGatherEnable(SamplerType type, int sampler, bool enable) in setGatherEnable() function in sw::Renderer 2394 PixelProcessor::setGatherEnable(sampler, enable); in setGatherEnable() 2398 VertexProcessor::setGatherEnable(sampler, enable); in setGatherEnable()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4318 renderer->setGatherEnable(type, index, true); in SetSamplerState() 4322 renderer->setGatherEnable(type, index, false); in SetSamplerState()
|