Searched refs:ditherIndex (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | SkGr.cpp | 504 static int ditherIndex = GrSkSLFP::NewIndex(); in skpaint_to_grpaint_impl() local 505 auto ditherFP = GrSkSLFP::Make(context, ditherIndex, "Dither", SKSL_DITHER_SRC, in skpaint_to_grpaint_impl()
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 514 static int ditherIndex = GrSkSLFP::NewIndex(); in skpaint_to_grpaint_impl() local 515 auto ditherFP = GrSkSLFP::Make(context, ditherIndex, "Dither", SKSL_DITHER_SRC, in skpaint_to_grpaint_impl()
|
/external/skqp/src/gpu/effects/ |
D | GrSkSLFP.cpp | 412 static int ditherIndex = NewIndex(); in TestCreate() local 414 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), ditherIndex, "Dither", in TestCreate()
|
/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 446 static int ditherIndex = NewIndex(); in TestCreate() local 448 std::unique_ptr<GrSkSLFP> result = GrSkSLFP::Make(d->context(), ditherIndex, "Dither", in TestCreate()
|