Searched refs:testComp (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PackedConfigsTextureTest.cpp | 52 uint8_t testComp = GrColorUnpackA(test); in check_4444() local 53 check_component(reporter, ctrlComp, testComp); in check_4444() 57 testComp = GrColorUnpackB(test); in check_4444() 58 check_component(reporter, ctrlComp, testComp); in check_4444() 62 testComp = GrColorUnpackG(test); in check_4444() 63 check_component(reporter, ctrlComp, testComp); in check_4444() 67 testComp = GrColorUnpackR(test); in check_4444() 68 check_component(reporter, ctrlComp, testComp); in check_4444() 82 uint8_t testComp = GrColorUnpackB(test); in check_565() local 83 check_component(reporter, ctrlComp, testComp); in check_565() [all …]
|