Searched refs:combinable (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 69 static void init_combinable(int numGroups, Combinable* combinable, SkRandom* random) { 71 std::fill_n(combinable->begin(), kNumCombinableValues, GrOp::CombineResult::kCannotCombine); 78 (*combinable)[combinable_index(i, j)] = GrOp::CombineResult::kMerged; 80 (*combinable)[combinable_index(i, j)] = GrOp::CombineResult::kMayChain; 83 (*combinable)[combinable_index(j, i)] = GrOp::CombineResult::kMerged; 85 (*combinable)[combinable_index(j, i)] = GrOp::CombineResult::kMayChain; 101 int result[], const Combinable* combinable) { in Make() 102 return GrOp::Make<TestOp>(context, value, range, result, combinable); in Make() 120 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp() argument 121 : INHERITED(ClassID()), fResult(result), fCombinable(combinable) { in TestOp() 100 Make(GrRecordingContext* context, int value, const Range& range, int result[], const Combinable* combinable) Make() argument 206 Combinable combinable; DEF_GPUTEST() local [all...] |
Completed in 2 milliseconds