Home
last modified time | relevance | path

Searched refs:setWriteSRGB (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.hpp331 bool setWriteSRGB(bool sRGB);
DPixelProcessor.hpp252 void setWriteSRGB(bool sRGB);
DPixelProcessor.cpp558 void PixelProcessor::setWriteSRGB(bool sRGB) in setWriteSRGB() function in sw::PixelProcessor
560 context->setWriteSRGB(sRGB); in setWriteSRGB()
DContext.cpp458 bool Context::setWriteSRGB(bool sRGB) in setWriteSRGB() function in sw::Context
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp88 setWriteSRGB(false); in Device()