Searched refs:setGatherEnable (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 179 void setGatherEnable(bool enable);
|
D | VertexProcessor.hpp | 255 void setGatherEnable(unsigned int sampler, bool enable);
|
D | PixelProcessor.hpp | 232 void setGatherEnable(unsigned int sampler, bool enable);
|
D | Renderer.hpp | 297 void setGatherEnable(SamplerType type, int sampler, bool enable);
|
D | VertexProcessor.cpp | 542 void VertexProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable() function in sw::VertexProcessor 546 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 | 387 void PixelProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable() function in sw::PixelProcessor 391 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()
|