Home
last modified time | relevance | path

Searched refs:dstIsSRGB (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp430 const bool dstIsSRGB = tcu::isSRGB(dstFormat); in compare() local
434 if (dstIsSRGB) in compare()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3045 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitResolveMultisampleFramebuffer() local
3068 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, x, y); in blitResolveMultisampleFramebuffer()
3198 bool dstIsSRGB = tcu::isSRGB(dst.getFormat()); in blitFramebuffer() local
3228 dst.setPixel((dstIsSRGB && convertSRGB) ? tcu::linearToSRGB(p) : p, xo, yo); in blitFramebuffer()