Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp168 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDraw()
178 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexed()
211 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawInstanced()
229 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedInstanced()
279 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect()
287 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect()
305 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawArraysANGLEOrWebGL()
351 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect()
359 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect()
378 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawElementsANGLEOrWebGL()
DGrGLGpu.h104 GrGLenum prepareToDraw(GrPrimitiveType primitiveType);
DGrGLGpu.cpp2280 GrGLenum GrGLGpu::prepareToDraw(GrPrimitiveType primitiveType) { in prepareToDraw() function in GrGLGpu
/external/skia/src/gpu/
DGrOpsRenderPass.cpp208 bool GrOpsRenderPass::prepareToDraw() { in prepareToDraw() function in GrOpsRenderPass
224 if (!this->prepareToDraw()) { in draw()
235 if (!this->prepareToDraw()) { in drawIndexed()
247 if (!this->prepareToDraw()) { in drawInstanced()
259 if (!this->prepareToDraw()) { in drawIndexedInstanced()
273 if (!this->prepareToDraw()) { in drawIndirect()
299 if (!this->prepareToDraw()) { in drawIndexedIndirect()
DGrOpsRenderPass.h174 bool prepareToDraw();
/external/skqp/src/gpu/ccpr/
DGrCCFiller.h45 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCStroker.h55 bool prepareToDraw(GrOnFlushResourceProvider*);
DGrCCPerFlushResources.cpp449 if (!fFiller.prepareToDraw(onFlushRP)) { in finalize()
452 if (!fStroker.prepareToDraw(onFlushRP)) { in finalize()
DGrCCFiller.cpp285 bool GrCCFiller::prepareToDraw(GrOnFlushResourceProvider* onFlushRP) { in prepareToDraw() function in GrCCFiller
DGrCCStroker.cpp563 bool GrCCStroker::prepareToDraw(GrOnFlushResourceProvider* onFlushRP) { in prepareToDraw() function in GrCCStroker
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp382 stroker.prepareToDraw(&onFlushRP); in onExecute()