Home
last modified time | relevance | path

Searched refs:deleteOps (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/atlastext/
DSkAtlasTextTarget.cpp95 this->deleteOps(); in ~SkInternalAtlasTextTarget()
127 void deleteOps();
193 void SkInternalAtlasTextTarget::deleteOps() { in deleteOps() function in SkInternalAtlasTextTarget
207 this->deleteOps(); in flush()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp151 void GrRenderTargetOpList::OpChain::deleteOps(GrOpMemoryPool* pool) { in deleteOps() function in GrRenderTargetOpList::OpChain
367 void GrRenderTargetOpList::deleteOps() { in deleteOps() function in GrRenderTargetOpList
369 chain.deleteOps(fOpMemoryPool.get()); in deleteOps()
375 this->deleteOps(); in ~GrRenderTargetOpList()
558 this->deleteOps(); in endFlush()
591 this->deleteOps(); in resetForFullscreenClear()
647 recordedOp.deleteOps(fOpMemoryPool.get()); in handleInternalAllocationFailure()
DGrTextureOpList.cpp43 void GrTextureOpList::deleteOps() { in deleteOps() function in GrTextureOpList
54 this->deleteOps(); in ~GrTextureOpList()
149 this->deleteOps(); in endFlush()
DGrRenderTargetOpList.h151 void deleteOps();
173 void deleteOps(GrOpMemoryPool* pool);
DGrTextureOpList.h61 void deleteOps();
/third_party/skia/src/gpu/ops/
DOpsTask.cpp183 void OpsTask::OpChain::deleteOps() { in deleteOps() function in skgpu::v1::OpsTask::OpChain
403 void OpsTask::deleteOps() { in deleteOps() function in skgpu::v1::OpsTask
405 chain.deleteOps(); in deleteOps()
411 this->deleteOps(); in ~OpsTask()
459 this->deleteOps(); in endFlush()
701 this->deleteOps(); in reset()
786 this->deleteOps(); in resetForFullscreenClear()
894 this->deleteOps(); in onMakeSkippable()
DOpsTask.h151 void deleteOps();
184 void deleteOps();
/third_party/skia/tests/
DTextureOpTest.cpp134 chain1.deleteOps(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()