Home
last modified time | relevance | path

Searched defs:GetConstantComponentTestCase (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DGpuColorFilterTest.cpp37 struct GetConstantComponentTestCase { in test_getConstantColorComponents() struct
39 uint32_t inputComponents; // "rgb of", "red of", "alpha of", ... in test_getConstantColorComponents()
40 GrColor inputColor; // "[color]" in test_getConstantColorComponents()
42 SkColor filterColor; // "with filter color [color]" in test_getConstantColorComponents()
43 SkXfermode::Mode filterMode; // "in mode [mode]" in test_getConstantColorComponents()
46 uint32_t outputComponents; // "rgb of", "red of", "alpha of", ... in test_getConstantColorComponents()
47 GrColor outputColor; // "[color]" in test_getConstantColorComponents()