Home
last modified time | relevance | path

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

/external/skqp/src/effects/
DSkOverdrawColorFilter.cpp91 static int overdrawIndex = GrSkSLFP::NewIndex(); in asFragmentProcessor() local
92 return GrSkSLFP::Make(context, overdrawIndex, "Overdraw", SKSL_OVERDRAW_SRC, fColors, in asFragmentProcessor()
/external/skia/src/effects/
DSkOverdrawColorFilter.cpp93 static int overdrawIndex = GrSkSLFP::NewIndex(); in asFragmentProcessor() local
94 return GrSkSLFP::Make(context, overdrawIndex, "Overdraw", SKSL_OVERDRAW_SRC, fColors, in asFragmentProcessor()
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp436 static int overdrawIndex = NewIndex(); in TestCreate() local
441 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), overdrawIndex, in TestCreate()
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp470 static int overdrawIndex = NewIndex(); in TestCreate() local
475 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), overdrawIndex, in TestCreate()