/external/skia/src/gpu/ |
D | GrTextureOpList.cpp | 24 GrTextureOpList::GrTextureOpList(GrResourceProvider* resourceProvider, in GrTextureOpList() function in GrTextureOpList 33 void GrTextureOpList::deleteOp(int index) { in deleteOp() 38 void GrTextureOpList::deleteOps() { in deleteOps() 48 GrTextureOpList::~GrTextureOpList() { in ~GrTextureOpList() 55 void GrTextureOpList::dump(bool printDependencies) const { in dump() 77 void GrTextureOpList::onPrepare(GrOpFlushState* flushState) { in onPrepare() 98 bool GrTextureOpList::onExecute(GrOpFlushState* flushState) { in onExecute() 132 void GrTextureOpList::endFlush() { in endFlush() 141 bool GrTextureOpList::copySurface(GrRecordingContext* context, in copySurface() 163 void GrTextureOpList::purgeOpsWithUninstantiatedProxies() { in purgeOpsWithUninstantiatedProxies() [all …]
|
D | GrTextureOpList.h | 24 class GrTextureOpList final : public GrOpList { 26 GrTextureOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrTextureProxy*, GrAuditTrail*); 27 ~GrTextureOpList() override; 57 GrTextureOpList* asTextureOpList() override { return this; } in asTextureOpList()
|
D | GrTextureContext.h | 17 class GrTextureOpList; variable 55 sk_sp<GrTextureOpList> fOpList;
|
D | GrDrawingManager.h | 29 class GrTextureOpList; variable 54 sk_sp<GrTextureOpList> newTextureOpList(GrTextureProxy* textureProxy);
|
D | GrDrawingManager.cpp | 659 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList() 689 sk_sp<GrTextureOpList> opList(new GrTextureOpList(resourceProvider, in newTextureOpList()
|
D | GrSurfaceProxy.cpp | 294 GrTextureOpList* GrSurfaceProxy::getLastTextureOpList() { in getLastTextureOpList()
|
/external/skqp/src/gpu/ |
D | GrTextureOpList.cpp | 22 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 …]
|
D | GrTextureOpList.h | 24 class GrTextureOpList final : public GrOpList { 26 GrTextureOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrTextureProxy*, GrAuditTrail*); 27 ~GrTextureOpList() override; 57 GrTextureOpList* asTextureOpList() override { return this; } in asTextureOpList()
|
D | GrTextureContext.h | 17 class GrTextureOpList; variable 56 sk_sp<GrTextureOpList> fOpList;
|
D | GrDrawingManager.h | 28 class GrTextureOpList; variable 54 sk_sp<GrTextureOpList> newTextureOpList(GrTextureProxy* textureProxy);
|
D | GrDrawingManager.cpp | 605 sk_sp<GrTextureOpList> GrDrawingManager::newTextureOpList(GrTextureProxy* textureProxy) { in newTextureOpList() 627 sk_sp<GrTextureOpList> opList(new GrTextureOpList(fContext->contextPriv().resourceProvider(), in newTextureOpList()
|
D | GrSurfaceProxy.cpp | 297 GrTextureOpList* GrSurfaceProxy::getLastTextureOpList() { in getLastTextureOpList()
|
/external/skqp/include/private/ |
D | GrOpList.h | 25 class GrTextureOpList; variable 75 virtual GrTextureOpList* asTextureOpList() { return nullptr; } in asTextureOpList()
|
D | GrTextureProxy.h | 18 class GrTextureOpList; variable
|
D | GrSurfaceProxy.h | 26 class GrTextureOpList; variable 376 GrTextureOpList* getLastTextureOpList();
|
/external/skia/include/private/ |
D | GrOpList.h | 26 class GrTextureOpList; variable 76 virtual GrTextureOpList* asTextureOpList() { return nullptr; } in asTextureOpList()
|
D | GrTextureProxy.h | 18 class GrTextureOpList; variable
|
D | GrSurfaceProxy.h | 28 class GrTextureOpList; variable 378 GrTextureOpList* getLastTextureOpList();
|
/external/skqp/gn/ |
D | gpu.gni | 198 "$_src/gpu/GrTextureOpList.cpp", 199 "$_src/gpu/GrTextureOpList.h",
|
/external/skia/gn/ |
D | gpu.gni | 205 "$_src/gpu/GrTextureOpList.cpp", 206 "$_src/gpu/GrTextureOpList.h",
|
/external/skqp/ |
D | Android.bp | 867 "src/gpu/GrTextureOpList.cpp",
|
/external/skia/ |
D | Android.bp | 636 "src/gpu/GrTextureOpList.cpp",
|