Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp62 uint8_t* expectedBytes0 = reinterpret_cast<uint8_t*>(&expectedColor0); in test_clear() local
63 expectedBytes0[0] = GrColorUnpackR(color0); in test_clear()
64 expectedBytes0[1] = GrColorUnpackG(color0); in test_clear()
65 expectedBytes0[2] = GrColorUnpackB(color0); in test_clear()
66 expectedBytes0[3] = GrColorUnpackA(color0); in test_clear()
/external/skqp/tests/
DRectangleTextureTest.cpp62 uint8_t* expectedBytes0 = reinterpret_cast<uint8_t*>(&expectedColor0); in test_clear() local
63 expectedBytes0[0] = GrColorUnpackR(color0); in test_clear()
64 expectedBytes0[1] = GrColorUnpackG(color0); in test_clear()
65 expectedBytes0[2] = GrColorUnpackB(color0); in test_clear()
66 expectedBytes0[3] = GrColorUnpackA(color0); in test_clear()