Home
last modified time | relevance | path

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

/cts/tests/vr/jni/
DVrExtensionsJni.cpp387 constexpr uint32_t kBlendSourceColor = 0x80800000; variable
388 const uint32_t kExpectedBlendedPixel_NoSrgb = LerpColor(kBlendSourceColor, kBlendDestColor, 0.5f);
390 LinearColorToSrgb(LerpColor(kBlendSourceColor, SrgbColorToLinear(kBlendDestColor), 0.5f));
520 kBlendSourceColor, in testFramebufferBlending()