Home
last modified time | relevance | path

Searched refs:srgb (Results 1 – 14 of 14) sorted by relevance

/external/skia/tests/
DSRGBReadWritePixelsTest.cpp18 float srgb_to_linear(float srgb) { in srgb_to_linear() argument
19 if (srgb <= 0.04045f) { in srgb_to_linear()
20 return srgb / 12.92f; in srgb_to_linear()
22 return powf((srgb + 0.055f) / 1.055f, 2.4f); 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() argument
97 return check_conversion<srgb_to_linear>(srgb, linear, 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() argument
101 return check_conversion<linear_to_srgb>(linear, srgb, error); in check_linear_to_srgb_conversion()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.csv110 PIPE_FORMAT_L8_SRGB , plain, 1, 1, un8 , , , , xxx1, srgb
111 PIPE_FORMAT_L8A8_SRGB , plain, 1, 1, un8 , un8 , , , xxxy, srgb
112 PIPE_FORMAT_R8G8B8_SRGB , plain, 1, 1, un8 , un8 , un8 , , xyz1, srgb
113 PIPE_FORMAT_R8G8B8A8_SRGB , plain, 1, 1, un8 , un8 , un8 , un8 , xyzw, srgb
114 PIPE_FORMAT_A8B8G8R8_SRGB , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, srgb
115 PIPE_FORMAT_X8B8G8R8_SRGB , plain, 1, 1, x8 , un8 , un8 , un8 , wzy1, srgb
116 PIPE_FORMAT_B8G8R8A8_SRGB , plain, 1, 1, un8 , un8 , un8 , un8 , zyxw, srgb
117 PIPE_FORMAT_B8G8R8X8_SRGB , plain, 1, 1, un8 , un8 , un8 , x8 , zyx1, srgb
118 PIPE_FORMAT_A8R8G8B8_SRGB , plain, 1, 1, un8 , un8 , un8 , un8 , yzwx, srgb
119 PIPE_FORMAT_X8R8G8B8_SRGB , plain, 1, 1, x8 , un8 , un8 , un8 , yzw1, srgb
[all …]
/external/mesa3d/src/gallium/tests/graw/
DSConscript28 'tex-srgb',
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.srgb.txt22 + dEQP-GLES3.functional.fbo.srgb.*
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt47 In basic, srgb, and msaa tests, only two quads are rendered. In barrier tests
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp2434 const bool srgb = tcu::isSRGB(referenceTexture.getFormat()); in renderReferenceImages() local
2457 if (srgb) in renderReferenceImages()
2770 const bool srgb = tcu::isSRGB(format); in checkColorRenderQuad() local
2813 … Vec4 minRefColor = srgb ? tcu::linearToSRGB(valueMax * minUvs + valueMin * (Vec4(1.0f) - minUvs)) in checkColorRenderQuad()
2815 … Vec4 maxRefColor = srgb ? tcu::linearToSRGB(valueMax * maxUvs + valueMin * (Vec4(1.0f) - maxUvs)) in checkColorRenderQuad()
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt12740 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
12741 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
12742 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
12743 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
12744 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
12745 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
12746 dEQP-GLES31.functional.blend_equation_advanced.srgb.colorburn
12747 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
12748 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
12749 dEQP-GLES31.functional.blend_equation_advanced.srgb.exclusion
[all …]
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt12740 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
12741 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
12742 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
12743 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
12744 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
12745 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
12746 dEQP-GLES31.functional.blend_equation_advanced.srgb.colorburn
12747 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
12748 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
12749 dEQP-GLES31.functional.blend_equation_advanced.srgb.exclusion
[all …]
/external/deqp/android/cts/lmp/
Dgles31-master.txt12426 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
12427 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
12428 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
12429 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
12430 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
12431 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
12432 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
12433 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
12434 dEQP-GLES31.functional.blend_equation_advanced.srgb.exclusion
12435 dEQP-GLES31.functional.blend_equation_advanced.srgb.hsl_hue
[all …]
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt12426 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
12427 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
12428 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
12429 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
12430 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
12431 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
12432 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
12433 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
12434 dEQP-GLES31.functional.blend_equation_advanced.srgb.exclusion
12435 dEQP-GLES31.functional.blend_equation_advanced.srgb.hsl_hue
[all …]
/external/deqp/android/cts/mnc/
Dgles31-master.txt14909 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
14910 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
14911 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
14912 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
14913 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
14914 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
14915 dEQP-GLES31.functional.blend_equation_advanced.srgb.colorburn
14916 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
14917 dEQP-GLES31.functional.blend_equation_advanced.srgb.softlight
14918 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
[all …]
/external/deqp/android/cts/mnc/src/
Dgles31-master.txt14909 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
14910 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
14911 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
14912 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
14913 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
14914 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
14915 dEQP-GLES31.functional.blend_equation_advanced.srgb.colorburn
14916 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
14917 dEQP-GLES31.functional.blend_equation_advanced.srgb.softlight
14918 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
[all …]
/external/deqp/android/cts/master/
Dgles31-master.txt15610 dEQP-GLES31.functional.blend_equation_advanced.srgb.multiply
15611 dEQP-GLES31.functional.blend_equation_advanced.srgb.screen
15612 dEQP-GLES31.functional.blend_equation_advanced.srgb.overlay
15613 dEQP-GLES31.functional.blend_equation_advanced.srgb.darken
15614 dEQP-GLES31.functional.blend_equation_advanced.srgb.lighten
15615 dEQP-GLES31.functional.blend_equation_advanced.srgb.colordodge
15616 dEQP-GLES31.functional.blend_equation_advanced.srgb.colorburn
15617 dEQP-GLES31.functional.blend_equation_advanced.srgb.hardlight
15618 dEQP-GLES31.functional.blend_equation_advanced.srgb.softlight
15619 dEQP-GLES31.functional.blend_equation_advanced.srgb.difference
[all …]
/external/libpng/
DCHANGES472 Correct gamma with srgb is 45455 instead of 45000 in pngrutil.c, to be