Searched refs:setReadSRGB (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Renderer/ |
D | Sampler.hpp | 183 void setReadSRGB(bool sRGB);
|
D | VertexProcessor.hpp | 256 void setReadSRGB(unsigned int sampler, bool sRGB);
|
D | PixelProcessor.hpp | 232 void setReadSRGB(unsigned int sampler, bool sRGB);
|
D | Renderer.hpp | 301 void setReadSRGB(SamplerType type, int sampler, bool sRGB);
|
D | VertexProcessor.cpp | 565 void VertexProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB() function in sw::VertexProcessor 569 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 | 410 void PixelProcessor::setReadSRGB(unsigned int sampler, bool sRGB) in setReadSRGB() function in sw::PixelProcessor 414 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()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 4336 renderer->setReadSRGB(type, index, value != FALSE); in SetSamplerState()
|