Searched refs:expectedBytes0 (Results 1 – 2 of 2) sorted by relevance
62 uint8_t* expectedBytes0 = reinterpret_cast<uint8_t*>(&expectedColor0); in test_clear() local63 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()