/third_party/mesa3d/src/util/tests/format/ |
H A D | srgb.c | 30 const enum pipe_format srgb = util_format_srgb(linear); in main() local
|
/third_party/skia/bench/ |
H A D | GrMipmapBench.cpp | 37 auto srgb = SkColorSpace::MakeSRGB(); variable
|
/third_party/skia/tests/ |
H A D | NonlinearBlendingTest.cpp | 14 auto srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local
|
H A D | SkColorSpaceXformStepsTest.cpp | 13 auto srgb = SkColorSpace::MakeSRGB(), in DEF_TEST() local [all...] |
H A D | ApplyGammaTest.cpp | 43 static float srgb_to_linear(float srgb) { in srgb_to_linear() argument
|
H A D | ColorSpaceTest.cpp | 150 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local 293 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local 327 sk_sp<SkColorSpace> srgb in DEF_TEST() local [all...] |
H A D | SRGBReadWritePixelsTest.cpp | 22 float srgb_to_linear(float srgb) { in srgb_to_linear() argument 100 static bool check_srgb_to_linear_conversion(uint32_t srgb, uint32_t linear, float error) { in check_srgb_to_linear_conversion() argument 104 static bool check_linear_to_srgb_conversion(uint32_t linear, uint32_t srgb, float error) { in check_linear_to_srgb_conversion() argument [all...] |
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 68 bool srgb; member
|
/third_party/skia/gm/ |
H A D | color4f.cpp | 100 auto srgb = SkColorSpace::MakeSRGB(); in DEF_SIMPLE_GM() local
|
H A D | makecolorspace.cpp | 40 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in make_color_space() local 142 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in DEF_SIMPLE_GM_CAN_FAIL() local
|
H A D | p3.cpp | 116 auto srgb = SkColorSpace::MakeSRGB(); in DEF_SIMPLE_GM() local
|
H A D | readpixels.cpp | 121 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in draw_image() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTexelBufferTests.cpp | 44 tcu::TestCaseGroup* const srgb = new tcu::TestCaseGroup(testCtx, "srgb"); in createUniformTexelBufferTests() member in vkt::texture::__anon28911::tcu
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | Math.cpp | 140 float SRGBToLinear(float srgb) { in SRGBToLinear() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureTexelBufferTests.cpp | 44 tcu::TestCaseGroup* const srgb = new tcu::TestCaseGroup(testCtx, "srgb", "Test uniform texel buffer with srgb formats"); in createUniformTexelBufferTests() member in vkt::texture::__anon30058::tcu
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_image.c | 48 bool srgb; member
|
H A D | fd5_gmem.c | 55 bool srgb = false, sint = false, uint = false; in emit_mrt() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_image.c | 49 bool srgb; member
|
H A D | fd4_program.c | 452 bool srgb = false; in fd4_program_emit() local
|
H A D | fd4_gmem.c | 76 bool srgb = false; in emit_mrt() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_state.c | 171 const bool srgb = util_format_is_srgb(so->format); in etna_create_sampler_view_state() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_gmem.c | 70 bool srgb = false; in emit_mrt() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 314 d3d9_to_pipe_format_checked(struct pipe_screen *screen, D3DFORMAT format, enum pipe_texture_target target, unsigned sample_count, unsigned bindings, boolean srgb, boolean bypass_check) d3d9_to_pipe_format_checked() argument
|
H A D | adapter9.c | 290 boolean srgb; in NineAdapter9_CheckDeviceFormat() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_nir_lower_blend.c | 441 bool srgb = util_format_is_srgb(color_format); in vc4_nir_blend_pipeline() local
|