HomeSort by relevance Sort by last modified time
    Searched defs:GrOpList (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrOpList.cpp 8 #include "GrOpList.h"
18 uint32_t GrOpList::CreateUniqueID() {
27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool,
50 GrOpList::~GrOpList() {
57 bool GrOpList::instantiate(GrResourceProvider* resourceProvider) {
61 void GrOpList::endFlush() {
71 void GrOpList::instantiateDeferredProxies(GrResourceProvider* resourceProvider) {
81 void GrOpList::prepare(GrOpFlushState* flushState)
    [all...]
  /external/skqp/src/gpu/
GrOpList.cpp 8 #include "GrOpList.h"
18 uint32_t GrOpList::CreateUniqueID() {
27 GrOpList::GrOpList(GrResourceProvider* resourceProvider, sk_sp<GrOpMemoryPool> opMemoryPool,
50 GrOpList::~GrOpList() {
57 bool GrOpList::instantiate(GrResourceProvider* resourceProvider) {
61 void GrOpList::endFlush() {
71 void GrOpList::instantiateDeferredProxies(GrResourceProvider* resourceProvider) {
81 void GrOpList::prepare(GrOpFlushState* flushState)
    [all...]
  /external/skia/include/private/
GrOpList.h 31 class GrOpList : public SkRefCnt {
33 GrOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrSurfaceProxy*, GrAuditTrail*);
34 ~GrOpList() override;
64 * Notify this GrOpList that it relies on the contents of 'dependedOn'
71 bool dependsOn(const GrOpList* dependedOn) const;
74 * Safely cast this GrOpList to a GrTextureOpList (if possible).
79 * Safely case this GrOpList to a GrRenderTargetOpList (if possible).
86 * Dump out the GrOpList dependency DAG
116 void addDependency(GrOpList* dependedOn);
117 void addDependent(GrOpList* dependent)
    [all...]
  /external/skqp/include/private/
GrOpList.h 30 class GrOpList : public SkRefCnt {
32 GrOpList(GrResourceProvider*, sk_sp<GrOpMemoryPool>, GrSurfaceProxy*, GrAuditTrail*);
33 ~GrOpList() override;
63 * Notify this GrOpList that it relies on the contents of 'dependedOn'
70 bool dependsOn(const GrOpList* dependedOn) const;
73 * Safely cast this GrOpList to a GrTextureOpList (if possible).
78 * Safely case this GrOpList to a GrRenderTargetOpList (if possible).
85 * Dump out the GrOpList dependency DAG
115 void addDependency(GrOpList* dependedOn);
116 void addDependent(GrOpList* dependent)
    [all...]

Completed in 6028 milliseconds