Searched refs:GrBatchFlushState (Results 1 – 17 of 17) sorted by relevance
/external/skia/src/gpu/ |
D | GrBatchFlushState.cpp | 13 GrBatchFlushState::GrBatchFlushState(GrGpu* gpu, GrResourceProvider* resourceProvider) in GrBatchFlushState() function in GrBatchFlushState 22 void* GrBatchFlushState::makeVertexSpace(size_t vertexSize, int vertexCount, in makeVertexSpace() 27 uint16_t* GrBatchFlushState::makeIndexSpace(int indexCount, in makeIndexSpace()
|
D | GrBatchFlushState.h | 45 class GrBatchFlushState { 47 GrBatchFlushState(GrGpu*, GrResourceProvider*); 49 ~GrBatchFlushState() { this->reset(); } in ~GrBatchFlushState() 129 Target(GrBatchFlushState* state, GrDrawBatch* batch) : fState(state), fBatch(batch) {} in Target() 151 GrBatchFlushState* state() { return fState; } in state() 154 GrBatchFlushState* fState; 162 Target(GrBatchFlushState* state, GrVertexBatch* batch) : INHERITED(state, batch) {} in Target()
|
D | GrDrawTarget.h | 96 void prepareBatches(GrBatchFlushState* flushState); 97 void drawBatches(GrBatchFlushState* flushState);
|
D | GrDrawingManager.h | 84 GrBatchFlushState fFlushState;
|
D | GrDrawTarget.cpp | 187 void GrDrawTarget::prepareBatches(GrBatchFlushState* flushState) { in prepareBatches() 200 void GrDrawTarget::drawBatches(GrBatchFlushState* flushState) { in drawBatches()
|
/external/skia/src/gpu/batches/ |
D | GrBatch.h | 18 class GrBatchFlushState; variable 105 void prepare(GrBatchFlushState* state) { this->onPrepare(state); } 108 void draw(GrBatchFlushState* state) { this->onDraw(state); } in draw() 136 virtual void onPrepare(GrBatchFlushState*) = 0; 137 virtual void onDraw(GrBatchFlushState*) = 0;
|
D | GrVertexBatch.h | 18 class GrBatchFlushState; variable 65 void onPrepare(GrBatchFlushState* state) final; 66 void onDraw(GrBatchFlushState* state) final;
|
D | GrClearBatch.h | 59 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 61 void onDraw(GrBatchFlushState* state) override { in onDraw() 100 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 102 void onDraw(GrBatchFlushState* state) override { in onDraw()
|
D | GrDrawPathBatch.h | 86 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 88 void onDraw(GrBatchFlushState* state) override; 183 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 185 void onDraw(GrBatchFlushState* state) override;
|
D | GrDiscardBatch.h | 42 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 44 void onDraw(GrBatchFlushState* state) override { in onDraw()
|
D | GrStencilPathBatch.h | 61 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 63 void onDraw(GrBatchFlushState* state) override { in onDraw()
|
D | GrCopySurfaceBatch.h | 64 void onPrepare(GrBatchFlushState*) override {} in onPrepare() argument 66 void onDraw(GrBatchFlushState* state) override { in onDraw()
|
D | GrVertexBatch.cpp | 14 void GrVertexBatch::onPrepare(GrBatchFlushState* state) { in onPrepare() 62 void GrVertexBatch::onDraw(GrBatchFlushState* state) { in onDraw()
|
D | GrDrawVerticesBatch.h | 18 class GrBatchFlushState; variable
|
D | GrDrawPathBatch.cpp | 20 void GrDrawPathBatch::onDraw(GrBatchFlushState* state) { in onDraw() 110 void GrDrawPathRangeBatch::onDraw(GrBatchFlushState* state) { in onDraw()
|
/external/skia/gyp/ |
D | gpu.gypi | 67 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 68 '<(skia_src_path)/gpu/GrBatchFlushState.h',
|
/external/skia/ |
D | Android.mk | 373 src/gpu/GrBatchFlushState.cpp \
|