Searched defs:testingOnly_addDrawOp (Results 1 - 2 of 2) sorted by relevance

/external/skqp/tools/gpu/
H A DGrTest.cpp261 uint32_t GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { function in class:GrRenderTargetContextPriv
262 return this->testingOnly_addDrawOp(GrNoClip(), std::move(op));
265 uint32_t GrRenderTargetContextPriv::testingOnly_addDrawOp(const GrClip& clip, function in class:GrRenderTargetContextPriv
273 "GrRenderTargetContext::testingOnly_addDrawOp");
361 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op));
/external/skia/tools/gpu/
H A DGrTest.cpp275 uint32_t GrRenderTargetContextPriv::testingOnly_addDrawOp(std::unique_ptr<GrDrawOp> op) { function in class:GrRenderTargetContextPriv
276 return this->testingOnly_addDrawOp(GrNoClip(), std::move(op));
279 uint32_t GrRenderTargetContextPriv::testingOnly_addDrawOp(const GrClip& clip, function in class:GrRenderTargetContextPriv
287 "GrRenderTargetContext::testingOnly_addDrawOp");
385 renderTargetContext->priv().testingOnly_addDrawOp(std::move(op));

Completed in 134 milliseconds