Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.hpp374 float convert_from_sRGB(float value);
Dgl3cTextureSizePromotion.cpp959 expected_value = convert_from_sRGB(expected_value); in checkDestinationTexture()
964 expected_value = convert_from_sRGB(expected_value); in checkDestinationTexture()
1191 float FunctionalTest::convert_from_sRGB(float value) in convert_from_sRGB() function in gl3cts::TextureSizePromotion::FunctionalTest