Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dvec3.h125 typedef details::TVec3<uint8_t> ubyte3; typedef
/frameworks/native/services/surfaceflinger/tests/
DLayerRenderTypeTransaction_test.cpp656 const ubyte3 expected((vec3(color) * alpha + vec3(1.0f, 0.0f, 0.0f) * (1.0f - alpha)) * 255.0f); in TEST_P()
682 const ubyte3 expected((vec3(color) * alpha + vec3(1.0f, 0.0f, 0.0f) * (1.0f - alpha)) * 255.0f); in TEST_P()