HomeSort by relevance Sort by last modified time
    Searched refs:GrOpList (Results 1 - 25 of 36) sorted by null

1 2

  /external/skia/include/private/
GrOpList.h 29 class GrOpList : public SkRefCnt {
31 GrOpList(GrResourceProvider*, GrSurfaceProxy*, GrAuditTrail*);
32 ~GrOpList() override;
62 * Notify this GrOpList that it relies on the contents of 'dependedOn'
69 bool dependsOn(GrOpList* dependedOn) const {
80 * Safely cast this GrOpList to a GrTextureOpList (if possible).
85 * Safely case this GrOpList to a GrRenderTargetOpList (if possible).
92 * Dump out the GrOpList dependency DAG
127 kClosed_Flag = 0x01, //!< This GrOpList can't accept any more ops
146 static void Output(GrOpList* opList, int /* index */)
    [all...]
GrSurfaceProxyRef.h 48 /** Called when the program element/draw state is no longer owned by GrOpList-client code.
61 friend class GrOpList; // for setProxy
SkDeferredDisplayList.h 14 #include "GrOpList.h"
75 SkTArray<sk_sp<GrOpList>> fOpLists;
GrSurfaceProxy.h 18 class GrOpList;
320 void setLastOpList(GrOpList* opList);
321 GrOpList* getLastOpList() { return fLastOpList; }
455 GrOpList* fLastOpList;
  /external/skqp/include/private/
GrOpList.h 40 class GrOpList : public SkRefCnt {
42 GrOpList(GrResourceProvider*, GrSurfaceProxy*, GrAuditTrail*);
43 ~GrOpList() override;
73 * Notify this GrOpList that it relies on the contents of 'dependedOn'
80 bool dependsOn(GrOpList* dependedOn) const {
91 * Safely cast this GrOpList to a GrTextureOpList (if possible).
96 * Safely case this GrOpList to a GrRenderTargetOpList (if possible).
103 * Dump out the GrOpList dependency DAG
138 kClosed_Flag = 0x01, //!< This GrOpList can't accept any more ops
157 static void Output(GrOpList* dt, int /* index */)
    [all...]
GrSurfaceProxyRef.h 48 /** Called when the program element/draw state is no longer owned by GrOpList-client code.
61 friend class GrOpList; // for setProxy
SkDeferredDisplayList.h 14 #include "GrOpList.h"
75 SkTArray<sk_sp<GrOpList>> fOpLists;
GrSurfaceProxy.h 18 class GrOpList;
303 void setLastOpList(GrOpList* opList);
304 GrOpList* getLastOpList() { return fLastOpList; }
433 GrOpList* fLastOpList;
  /external/skia/src/gpu/
GrOpList.cpp 8 #include "GrOpList.h"
17 uint32_t GrOpList::CreateUniqueID() {
27 GrOpList::GrOpList(GrResourceProvider* resourceProvider,
48 GrOpList::~GrOpList() {
55 bool GrOpList::instantiate(GrResourceProvider* resourceProvider) {
59 void GrOpList::endFlush() {
69 void GrOpList::instantiateDeferredProxies(GrResourceProvider* resourceProvider) {
79 void GrOpList::prepare(GrOpFlushState* flushState)
    [all...]
GrTextureOpList.h 12 #include "GrOpList.h"
24 class GrTextureOpList final : public GrOpList {
72 typedef GrOpList INHERITED;
GrOnFlushResourceProvider.h 19 class GrOpList;
38 * for a specific flush. All the GrOpList IDs required for the flush are passed into the
GrTextureContext.h 50 GrOpList* getOpList() override;
54 // In MDB-mode the GrOpList can be closed by some other renderTargetContext that has picked
55 // it up. For this reason, the GrOpList should only ever be accessed via 'getOpList'.
GrSurfaceContext.h 18 class GrOpList;
120 virtual GrOpList* getOpList() = 0;
GrDrawingManager.h 29 // but all of them still land in the same GrOpList!
32 // each GrRenderTarget/GrOpList and manage the DAG.
122 SkTArray<sk_sp<GrOpList>> fOpLists;
126 SkSTArray<8, sk_sp<GrOpList>> fOnFlushCBOpLists;
GrRenderTargetOpList.h 12 #include "GrOpList.h"
30 class GrRenderTargetOpList final : public GrOpList {
171 typedef GrOpList INHERITED;
GrTextureContext.cpp 60 GrOpList* GrTextureContext::getOpList() {
GrPipeline.cpp 76 void GrPipeline::addDependenciesTo(GrOpList* opList, const GrCaps& caps) const {
  /external/skqp/src/gpu/
GrOpList.cpp 8 #include "GrOpList.h"
17 uint32_t GrOpList::CreateUniqueID() {
27 GrOpList::GrOpList(GrResourceProvider* resourceProvider,
47 GrOpList::~GrOpList() {
54 bool GrOpList::instantiate(GrResourceProvider* resourceProvider) {
58 void GrOpList::endFlush() {
68 void GrOpList::instantiateDeferredProxies(GrResourceProvider* resourceProvider) {
78 void GrOpList::prepare(GrOpFlushState* flushState)
    [all...]
GrTextureOpList.h 12 #include "GrOpList.h"
24 class GrTextureOpList final : public GrOpList {
72 typedef GrOpList INHERITED;
GrOnFlushResourceProvider.h 19 class GrOpList;
38 * for a specific flush. All the GrOpList IDs required for the flush are passed into the
GrTextureContext.h 50 GrOpList* getOpList() override;
54 // In MDB-mode the GrOpList can be closed by some other renderTargetContext that has picked
55 // it up. For this reason, the GrOpList should only ever be accessed via 'getOpList'.
GrSurfaceContext.h 18 class GrOpList;
120 virtual GrOpList* getOpList() = 0;
GrDrawingManager.h 29 // but all of them still land in the same GrOpList!
32 // each GrRenderTarget/GrOpList and manage the DAG.
132 SkTArray<sk_sp<GrOpList>> fOpLists;
136 SkSTArray<8, sk_sp<GrOpList>> fOnFlushCBOpLists;
GrRenderTargetOpList.h 12 #include "GrOpList.h"
30 class GrRenderTargetOpList final : public GrOpList {
171 typedef GrOpList INHERITED;
GrTextureContext.cpp 60 GrOpList* GrTextureContext::getOpList() {

Completed in 680 milliseconds

1 2