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 __anon6e58b17b0102()
62 auto draw = [rtCtx, &wrap](std::unique_ptr<GrFragmentProcessor> baseFP, int tx, int ty) { in __anon6e58b17b0202()
69 auto draw2 = [rtCtx, &wrap](std::unique_ptr<GrFragmentProcessor> baseFP, int tx, int ty) { in __anon6e58b17b0302()
Dconstcolorprocessor.cpp110 std::unique_ptr<GrFragmentProcessor> baseFP; in onDraw() local