Home
last modified time | relevance | path

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

/cts/tests/vr/jni/
DVrExtensionsJni.cpp333 uint32_t g8 = g * 255.0f; in SrgbColorToLinear() local
344 uint32_t g8 = g * 255.0f; in LinearColorToSrgb() local
360 uint32_t g8 = (g0 * (1.0f - t) + g1 * t) * 255.0f; in LerpColor() local