Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp140 float SRGBToLinear(float srgb) { in SRGBToLinear() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp253 TEST(Math, SRGBToLinear) { in TEST() argument