Home
last modified time | relevance | path

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

/external/skia/gm/
Dsample_matrix_constant.cpp58 auto wrap = [](std::unique_ptr<GrFragmentProcessor> baseFP) { in __anon79ee04020102()
62 auto draw = [rtCtx, &wrap](std::unique_ptr<GrFragmentProcessor> baseFP, int tx, int ty) { in __anon79ee04020202()
69 auto draw2 = [rtCtx, &wrap](std::unique_ptr<GrFragmentProcessor> baseFP, int tx, int ty) { in __anon79ee04020302()
Dconstcolorprocessor.cpp110 std::unique_ptr<GrFragmentProcessor> baseFP; in onDraw() local