Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.h947 inline uint8_t sRGBToLinear(uint8_t srgbValue) in sRGBToLinear() argument
949 float value = srgbValue / 255.0f; in sRGBToLinear()