Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h577 using WillAddOpFn = void(GrOp*, uint32_t opsTaskID); variable
586 const std::function<WillAddOpFn>& = std::function<WillAddOpFn>());
DSurfaceDrawContext.cpp1902 const std::function<WillAddOpFn>& willAddFn) { in addDrawOp()