Home
last modified time | relevance | path

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

/external/skia/tests/
DRectangleTextureTest.cpp124 uint8_t* expectedBytes1 = SkTCast<uint8_t*>(&expectedColor1); in test_clear() local
125 expectedBytes1[0] = GrColorUnpackR(color1); in test_clear()
126 expectedBytes1[1] = GrColorUnpackG(color1); in test_clear()
127 expectedBytes1[2] = GrColorUnpackB(color1); in test_clear()
128 expectedBytes1[3] = GrColorUnpackA(color1); in test_clear()