HomeSort by relevance Sort by last modified time
    Searched defs:writeSRGB (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Renderer/
Context.hpp 525 bool writeSRGB;
PixelProcessor.hpp 80 bool writeSRGB : 1;
Context.cpp 312 writeSRGB = false;
456 bool modified = (Context::writeSRGB != sRGB);
457 Context::writeSRGB = sRGB;

Completed in 168 milliseconds