Searched refs:rtCommandBuffer (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrClearStencilClipOp.cpp | 26 SkASSERT(state->rtCommandBuffer()); in onExecute() 27 state->rtCommandBuffer()->clearStencilClip(fClip, fInsideStencilMask); in onExecute()
|
D | GrClearOp.cpp | 63 SkASSERT(state->rtCommandBuffer()); in onExecute() 64 state->rtCommandBuffer()->clear(fClip, fColor); in onExecute()
|
D | GrDrawableOp.cpp | 33 state->rtCommandBuffer()->executeDrawable(std::move(fDrawable)); in onExecute()
|
D | GrFillRRectOp.cpp | 763 flushState->rtCommandBuffer()->draw( in onExecute()
|
/third_party/flutter/skia/src/gpu/ |
D | GrOpFlushState.cpp | 33 GrGpuRTCommandBuffer* GrOpFlushState::rtCommandBuffer() { in rtCommandBuffer() function in GrOpFlushState 40 SkASSERT(this->rtCommandBuffer()); in executeDrawsAndUploadsForMeshDrawOp() 56 this->rtCommandBuffer()->inlineUpload(this, fCurrUpload->fUpload); in executeDrawsAndUploadsForMeshDrawOp() 59 this->rtCommandBuffer()->draw( in executeDrawsAndUploadsForMeshDrawOp()
|
D | GrOpFlushState.h | 51 GrGpuRTCommandBuffer* rtCommandBuffer();
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrStencilAtlasOp.cpp | 132 flushState->rtCommandBuffer()->draw( in onExecute()
|
D | GrCCCoverageProcessor.cpp | 203 GrGpuRTCommandBuffer* cmdBuff = flushState->rtCommandBuffer(); in draw()
|
D | GrCCPathProcessor.cpp | 144 flushState->rtCommandBuffer()->draw(*this, pipeline, fixedDynamicState, nullptr, &mesh, 1, in drawPaths()
|
D | GrCCStroker.cpp | 778 flushState->rtCommandBuffer()->draw(processor, pipeline, nullptr, &dynamicStateArrays, in flushBufferedMeshesAsStrokes()
|
/third_party/flutter/skia/gm/ |
D | fwidth_squircle.cpp | 177 flushState->rtCommandBuffer()->draw(FwidthSquircleTestProcessor(fViewMatrix), pipeline, in onExecute()
|
D | clockwise.cpp | 167 flushState->rtCommandBuffer()->draw(ClockwiseTestProcessor(fReadSkFragCoord), pipeline, in onExecute()
|
D | samplelocations.cpp | 240 flushState->rtCommandBuffer()->draw( in onExecute()
|
/third_party/flutter/skia/tests/ |
D | GrPipelineDynamicStateTest.cpp | 152 state->rtCommandBuffer()->draw(GrPipelineDynamicStateTestProcessor(), pipeline, nullptr, in onExecute()
|
D | GrMeshTest.cpp | 385 fState->rtCommandBuffer()->draw(mtp, pipeline, nullptr, nullptr, &mesh, 1, in drawMesh()
|