Home
last modified time | relevance | path

Searched defs:srgb (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DSRGBReadWritePixelsTest.cpp18 float srgb_to_linear(float srgb) { in srgb_to_linear()
96 static bool check_srgb_to_linear_conversion(uint32_t srgb, uint32_t linear, float error) { in check_srgb_to_linear_conversion()
100 static bool check_linear_to_srgb_conversion(uint32_t linear, uint32_t srgb, float error) { in check_linear_to_srgb_conversion()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2434 const bool srgb = tcu::isSRGB(referenceTexture.getFormat()); in renderReferenceImages() local
2770 const bool srgb = tcu::isSRGB(format); in checkColorRenderQuad() local