Home
last modified time | relevance | path

Searched refs:flushFramebufferSRGB (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpu.h375 void flushFramebufferSRGB(bool enable);
DGrGLGpu.cpp2480 this->flushFramebufferSRGB(GrPixelConfigIsSRGB(target->config())); in flushRenderTargetNoColorWrites()
2484 void GrGLGpu::flushFramebufferSRGB(bool enable) { in flushFramebufferSRGB() function in GrGLGpu
3676 this->flushFramebufferSRGB(true); in copySurfaceAsDraw()
/external/skia/src/gpu/gl/
DGrGLGpu.h387 void flushFramebufferSRGB(bool enable);
DGrGLGpu.cpp2511 this->flushFramebufferSRGB(GrPixelConfigIsSRGB(target->config())); in flushRenderTargetNoColorWrites()
2515 void GrGLGpu::flushFramebufferSRGB(bool enable) { in flushFramebufferSRGB() function in GrGLGpu
3704 this->flushFramebufferSRGB(true); in copySurfaceAsDraw()