Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp109 uint8_t* expectedBytes0 = SkTCast<uint8_t*>(&expectedColor0); in test_clear() local
110 expectedBytes0[0] = GrColorUnpackR(color0); in test_clear()
111 expectedBytes0[1] = GrColorUnpackG(color0); in test_clear()
112 expectedBytes0[2] = GrColorUnpackB(color0); in test_clear()
113 expectedBytes0[3] = GrColorUnpackA(color0); in test_clear()