Home
last modified time | relevance | path

Searched refs:srgbDecodeDisableSupport (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DSRGBMipMapTest.cpp162 if (glGpu->glCaps().srgbDecodeDisableSupport() && in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/gpu/gl/
DGrGLCaps.h348 bool srgbDecodeDisableSupport() const { return fSRGBDecodeDisableSupport; } in srgbDecodeDisableSupport() function
DGrGLGpu.cpp3039 if (this->glCaps().srgbDecodeDisableSupport() && GrPixelConfigIsSRGB(texture->config())) { in bindTexture()
3215 if (this->glCaps().srgbDecodeDisableSupport() && GrPixelConfigIsSRGB(texture->config())) { in generateMipmaps()