Home
last modified time | relevance | path

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

/cts/tests/vr/jni/
DVrExtensionsJni.cpp335 uint32_t a8 = color >> 24; in SrgbColorToLinear() local
346 uint32_t a8 = color >> 24; in LinearColorToSrgb() local
362 uint32_t a8 = (a0 * (1.0f - t) + a1 * t) * 255.0f; in LerpColor() local