Home
last modified time | relevance | path

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

/external/skia/tests/
DPackedConfigsTextureTest.cpp53 uint8_t testComp = GrColorUnpackA(test); in check_4444() local
54 check_component(reporter, ctrlComp, testComp); in check_4444()
58 testComp = GrColorUnpackB(test); in check_4444()
59 check_component(reporter, ctrlComp, testComp); in check_4444()
63 testComp = GrColorUnpackG(test); in check_4444()
64 check_component(reporter, ctrlComp, testComp); in check_4444()
68 testComp = GrColorUnpackR(test); in check_4444()
69 check_component(reporter, ctrlComp, testComp); in check_4444()
83 uint8_t testComp = GrColorUnpackB(test); in check_565() local
84 check_component(reporter, ctrlComp, testComp); in check_565()
[all …]