Home
last modified time | relevance | path

Searched refs:WillAddOpFn (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrRenderTargetContextPriv.h111 using WillAddOpFn = GrRenderTargetContext::WillAddOpFn; variable
114 const std::function<WillAddOpFn>& = std::function<WillAddOpFn>());
DGrRenderTargetContext.h492 using WillAddOpFn = void(GrOp*, uint32_t opListID); variable
498 const std::function<WillAddOpFn>& = std::function<WillAddOpFn>());
DGrRenderTargetContext.cpp1934 const std::function<WillAddOpFn>& willAddFn) { in addDrawOp()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h616 using WillAddOpFn = void(GrOp*, uint32_t opsTaskID); variable
625 const std::function<WillAddOpFn>& = std::function<WillAddOpFn>());
DGrSurfaceDrawContext.cpp1903 const std::function<WillAddOpFn>& willAddFn) { in addDrawOp()
/external/skqp/tools/gpu/
DGrTest.cpp244 const std::function<GrRenderTargetContext::WillAddOpFn>& willAddFn) { in testingOnly_addDrawOp()