Searched refs:setReadSRGB (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Sampler.hpp | 183 void setReadSRGB(bool sRGB);
|
D | VertexProcessor.hpp | 259 void setReadSRGB(unsigned int sampler, bool sRGB);
|
D | PixelProcessor.hpp | 236 void setReadSRGB(unsigned int sampler, bool sRGB);
|
D | Renderer.hpp | 301 void setReadSRGB(SamplerType type, int sampler, bool sRGB);
|
D | VertexProcessor.cpp | 578 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB() function in sw::VertexProcessor 582 context->sampler[TEXTURE_IMAGE_UNITS + sampler].setReadSRGB(sRGB); in setReadSRGB()
|
D | Sampler.cpp | 286 void Sampler::setReadSRGB(bool sRGB) in setReadSRGB() function in sw::Sampler
|
D | PixelProcessor.cpp | 423 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB() function in sw::PixelProcessor 427 context->sampler[sampler].setReadSRGB(sRGB); in setReadSRGB()
|
D | Renderer.cpp | 2438 void Renderer::setReadSRGB(SamplerType type, int sampler, bool sRGB) in setReadSRGB() function in sw::Renderer 2442 PixelProcessor::setReadSRGB(sampler, sRGB); in setReadSRGB() 2446 VertexProcessor::setReadSRGB(sampler, sRGB); in setReadSRGB()
|