Home
last modified time | relevance | path

Searched refs:FixedDynamicState (Results 1 – 25 of 32) sorted by relevance

12

/external/skqp/src/gpu/ops/
DGrMeshDrawOp.h42 const GrPipeline::FixedDynamicState*) const;
86 const GrPipeline::FixedDynamicState*,
93 const GrPipeline::FixedDynamicState* fixedDynamicState, in draw()
155 GrPipeline::FixedDynamicState* allocFixedDynamicState(const SkIRect& rect,
173 GrPipeline::FixedDynamicState* fFixedDynamicState;
DGrMeshDrawOp.cpp58 const GrPipeline::FixedDynamicState* fixedDynamicState) const { in recordDraw()
76 GrPipeline::FixedDynamicState* GrMeshDrawOp::Target::allocFixedDynamicState( in allocFixedDynamicState()
78 auto result = this->pipelineArena()->make<GrPipeline::FixedDynamicState>(rect); in allocFixedDynamicState()
107 GrPipeline::FixedDynamicState* fixedDynamicState = nullptr; in makePipeline()
DGrAtlasTextOp.h111 GrPipeline::FixedDynamicState* fFixedDynamicState;
DGrDrawPathOp.cpp78 GrPipeline::FixedDynamicState fixedDynamicState(appliedClip.scissorState().rect()); in onExecute()
DGrSimpleMeshDrawOpHelper.cpp144 GrPipeline::FixedDynamicState* fixedDynamicState = nullptr; in internalMakePipeline()
DGrDefaultPathRenderer.cpp69 const GrPipeline::FixedDynamicState* fixedDynamicState) in PathGeoBuilder()
319 const GrPipeline::FixedDynamicState* fFixedDynamicState;
/external/skqp/src/gpu/
DGrPipeline.h70 struct FixedDynamicState { struct
71 explicit FixedDynamicState(const SkIRect& scissorRect) : fScissorRect(scissorRect) {} in FixedDynamicState() function
72 FixedDynamicState() = default;
DGrPathRendering.h115 const GrPipeline::FixedDynamicState&,
126 const GrPipeline::FixedDynamicState&,
DGrGpuCommandBuffer.h99 const GrPipeline::FixedDynamicState*,
150 const GrPipeline::FixedDynamicState*,
DGrOpFlushState.h84 const GrPipeline::FixedDynamicState*,
133 const GrPipeline::FixedDynamicState* fFixedDynamicState;
DGrPathRendering_none.cpp46 const GrPipeline::FixedDynamicState&, in onDrawPath() argument
DGrPathRendering.cpp56 const GrPipeline::FixedDynamicState& fixedDynamicState, in drawPath()
DGrGpuCommandBuffer.cpp35 const GrPipeline::FixedDynamicState* fixedDynamicState, in draw()
DGrOpFlushState.cpp101 const GrPipeline::FixedDynamicState* fixedDynamicState, in draw()
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h75 const GrPipeline::FixedDynamicState* fixedDynamicState,
81 const GrPipeline::FixedDynamicState* fixedDynamicState,
DGrMtlGpuCommandBuffer.mm110 const GrPipeline::FixedDynamicState* fixedDynamicState,
151 const GrPipeline::FixedDynamicState* fixedDynamicState,
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h105 const GrPipeline::FixedDynamicState*,
111 const GrPipeline::FixedDynamicState*,
DGrVkGpuCommandBuffer.cpp638 const GrPipeline::FixedDynamicState* fixedDynamicState, in prepareDrawState()
706 const GrPipeline::FixedDynamicState* fixedDynamicState, in onDraw()
/external/skqp/src/gpu/mock/
DGrMockGpuCommandBuffer.h50 const GrPipeline::FixedDynamicState*, const GrPipeline::DynamicStateArrays*, in onDraw() argument
/external/skqp/src/gpu/gl/
DGrGLPathRendering.h71 const GrPipeline::FixedDynamicState&,
DGrGLGpuCommandBuffer.h83 const GrPipeline::FixedDynamicState* fixedDynamicState, in onDraw()
DGrGLGpu.h85 const GrPipeline::FixedDynamicState*,
268 const GrPipeline&, const GrPipeline::FixedDynamicState*,
DGrGLPathRendering.cpp118 const GrPipeline::FixedDynamicState& fixedDynamicState, in onDrawPath()
/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.h89 void drawPaths(GrOpFlushState*, const GrPipeline&, const GrPipeline::FixedDynamicState*,
DGrCCPathProcessor.cpp120 const GrPipeline::FixedDynamicState* fixedDynamicState, in drawPaths()

12