Home
last modified time | relevance | path

Searched refs:setGatherEnable (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.hpp179 void setGatherEnable(bool enable);
DVertexProcessor.hpp255 void setGatherEnable(unsigned int sampler, bool enable);
DPixelProcessor.hpp232 void setGatherEnable(unsigned int sampler, bool enable);
DRenderer.hpp297 void setGatherEnable(SamplerType type, int sampler, bool enable);
DVertexProcessor.cpp542 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()
DSampler.cpp266 void Sampler::setGatherEnable(bool enable) in setGatherEnable() function in sw::Sampler
DPixelProcessor.cpp387 void PixelProcessor::setGatherEnable(unsigned int sampler, bool enable) in setGatherEnable() function in sw::PixelProcessor
391 context->sampler[sampler].setGatherEnable(enable); in setGatherEnable()
DRenderer.cpp2390 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()