Home
last modified time | relevance | path

Searched defs:srgb (Results 1 - 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/util/tests/format/
H A Dsrgb.c30 const enum pipe_format srgb = util_format_srgb(linear); in main() local
/third_party/skia/bench/
H A DGrMipmapBench.cpp37 auto srgb = SkColorSpace::MakeSRGB(); variable
/third_party/skia/tests/
H A DNonlinearBlendingTest.cpp14 auto srgb = SkColorSpace::MakeSRGB(); in DEF_TEST() local
H A DSkColorSpaceXformStepsTest.cpp13 auto srgb = SkColorSpace::MakeSRGB(), in DEF_TEST() local
[all...]
H A DApplyGammaTest.cpp43 static float srgb_to_linear(float srgb) { in srgb_to_linear() argument
H A DColorSpaceTest.cpp150 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 DSRGBReadWritePixelsTest.cpp22 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 Dfiddle_main.h68 bool srgb; member
/third_party/skia/gm/
H A Dcolor4f.cpp100 auto srgb = SkColorSpace::MakeSRGB(); in DEF_SIMPLE_GM() local
H A Dmakecolorspace.cpp40 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 Dp3.cpp116 auto srgb = SkColorSpace::MakeSRGB(); in DEF_SIMPLE_GM() local
H A Dreadpixels.cpp121 sk_sp<SkColorSpace> srgb = SkColorSpace::MakeSRGB(); in draw_image() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp44 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 DMath.cpp140 float SRGBToLinear(float srgb) { in SRGBToLinear() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp44 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 Dfd5_image.c48 bool srgb; member
H A Dfd5_gmem.c55 bool srgb = false, sint = false, uint = false; in emit_mrt() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_image.c49 bool srgb; member
H A Dfd4_program.c452 bool srgb = false; in fd4_program_emit() local
H A Dfd4_gmem.c76 bool srgb = false; in emit_mrt() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_state.c171 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 Dfd3_gmem.c70 bool srgb = false; in emit_mrt() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h314 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 Dadapter9.c290 boolean srgb; in NineAdapter9_CheckDeviceFormat() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c441 bool srgb = util_format_is_srgb(color_format); in vc4_nir_blend_pipeline() local

Completed in 16 milliseconds

12