Searched refs:ubyte4 (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineTest.cpp | 363 const ubyte4& backgroundColor); 950 const ubyte4& casterColor, const ubyte4& backgroundColor) { in drawShadow() 1309 const ubyte4 casterColor(255, 0, 0, 255); in TEST_F() 1310 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_F() 1326 const ubyte4 casterColor(255, 0, 0, 255); in TEST_F() 1327 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_F() 1343 const ubyte4 casterColor(255, 0, 0, 255); in TEST_F() 1344 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_F() 1361 const ubyte4 casterColor(255, 0, 0, 255); in TEST_F() 1362 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_F() [all …]
|
/aosp12/frameworks/native/libs/renderengine/tests/ |
H A D | RenderEngineTest.cpp | 534 const ubyte4& backgroundColor); 1223 const ubyte4& casterColor, const ubyte4& backgroundColor) { in drawShadow() 1658 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_P() 1673 const ubyte4 casterColor(255, 0, 0, 255); in TEST_P() 1674 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_P() 1692 const ubyte4 casterColor(255, 0, 0, 255); in TEST_P() 1693 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_P() 1712 const ubyte4 casterColor(255, 0, 0, 255); in TEST_P() 1713 const ubyte4 backgroundColor(255, 255, 255, 255); in TEST_P() 1733 const ubyte4 casterColor(255, 0, 0, 255); in TEST_P() [all …]
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | vec4.h | 122 typedef details::TVec4<uint8_t> ubyte4; typedef
|