Home
last modified time | relevance | path

Searched refs:recordDRRect (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/instanced/
DInstancedOp.h134 std::unique_ptr<GrDrawOp> SK_WARN_UNUSED_RESULT recordDRRect(const SkRRect& outer,
DInstancedOp.cpp317 std::unique_ptr<GrDrawOp> OpAllocator::recordDRRect(const SkRRect& outer, in recordDRRect() function in gr_instanced::OpAllocator
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1184 std::unique_ptr<GrDrawOp> op(oa->recordDRRect( in drawFilledDRRect()