Home
last modified time | relevance | path

Searched refs:GrTextureOpList (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/
DGrTextureOpList.cpp22 GrTextureOpList::GrTextureOpList(GrResourceProvider* resourceProvider, in GrTextureOpList() function in GrTextureOpList
31 void GrTextureOpList::deleteOp(int index) { in deleteOp()
36 void GrTextureOpList::deleteOps() { in deleteOps()
46 GrTextureOpList::~GrTextureOpList() { in ~GrTextureOpList()
53 void GrTextureOpList::dump(bool printDependencies) const { in dump()
75 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare()
96 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute()
130 void GrTextureOpList::endFlush() { in endFlush()
139 bool GrTextureOpList::copySurface(GrContext* context, in copySurface()
161 void GrTextureOpList::purgeOpsWithUninstantiatedProxies() { in purgeOpsWithUninstantiatedProxies()
[all …]
DGrTextureOpList.h24 class GrTextureOpList final : public GrOpList {
26 GrTextureOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrTextureProxy*, GrAuditTrail*);
27 ~GrTextureOpList() override;
57 GrTextureOpList* asTextureOpList() override { return this; } in asTextureOpList()
DGrTextureContext.h17 class GrTextureOpList; variable
56 sk_sp<GrTextureOpList> fOpList;
DGrDrawingManager.h28 class GrTextureOpList; variable
54 sk_sp<GrTextureOpList> newTextureOpList(GrTextureProxy* textureProxy);
DGrDrawingManager.cpp605 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList()
627 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->contextPriv().resourceProvider(), in newTextureOpList()
DGrSurfaceProxy.cpp297 GrTextureOpList* GrSurfaceProxy::getLastTextureOpList() { in getLastTextureOpList()
/external/skqp/include/private/
DGrOpList.h25 class GrTextureOpList; variable
75 virtual GrTextureOpList* asTextureOpList() { return nullptr; } in asTextureOpList()
DGrTextureProxy.h18 class GrTextureOpList; variable
DGrSurfaceProxy.h26 class GrTextureOpList; variable
376 GrTextureOpList* getLastTextureOpList();
/external/skqp/gn/
Dgpu.gni198 "$_src/gpu/GrTextureOpList.cpp",
199 "$_src/gpu/GrTextureOpList.h",
/external/skqp/
DAndroid.bp906 "src/gpu/GrTextureOpList.cpp",