Home
last modified time | relevance | path

Searched refs:createProgramInfo (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/gm/
Dfwidth_squircle.cpp171 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anone8b1881a0111::FwidthSquircleTestOp
188 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anone8b1881a0111::FwidthSquircleTestOp
189 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
213 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView, in onPrePrepare()
237 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
Dclockwise.cpp150 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anon354109910111::ClockwiseTestOp
167 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anon354109910111::ClockwiseTestOp
168 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
192 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView, in onPrePrepare()
216 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
Dbeziereffects.cpp118 this->createProgramInfo(flushState); in onExecute()
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.cpp19 void GrMeshDrawOp::createProgramInfo(GrMeshDrawTarget* target) { in createProgramInfo() function in GrMeshDrawOp
20 this->createProgramInfo(&target->caps(), in createProgramInfo()
55 this->createProgramInfo(context->priv().caps(), arena, writeView, usesMSAASurface, in onPrePrepareDraws()
DGrMeshDrawOp.h37 void createProgramInfo(const GrCaps* caps, in createProgramInfo() function
49 void createProgramInfo(GrMeshDrawTarget*);
DDrawAtlasOp.cpp215 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
223 this->createProgramInfo(target); in onPrepareDraws()
DStrokeRectOp.cpp197 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
204 this->createProgramInfo(target); in onPrepareDraws()
607 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
622 this->createProgramInfo(target); in onPrepareDraws()
DGrOvalOpFactory.cpp1260 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1274 this->createProgramInfo(target); in onPrepareDraws()
1632 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1646 this->createProgramInfo(target); in onPrepareDraws()
1968 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1982 this->createProgramInfo(target); in onPrepareDraws()
2253 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
2261 this->createProgramInfo(target); in onPrepareDraws()
2668 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
2676 this->createProgramInfo(target); in onPrepareDraws()
[all …]
DGrSimpleMeshDrawOpHelper.h165 GrProgramInfo* createProgramInfo(const GrCaps*,
DGrSimpleMeshDrawOpHelper.cpp214 GrProgramInfo* GrSimpleMeshDrawOpHelper::createProgramInfo( in createProgramInfo() function in GrSimpleMeshDrawOpHelper
DRegionOp.cpp109 this->createProgramInfo(target); in onPrepareDraws()
DFillRRectOp.cpp515 this->createProgramInfo(target); in onPrepareDraws()
774 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
DDrawVerticesOp.cpp397 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
484 this->createProgramInfo(flushState); in onExecute()
DAALinearizingConvexPathRenderer.cpp208 this->createProgramInfo(target); in onPrepareDraws()
DAAHairLinePathRenderer.cpp1124 this->createProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in onPrePrepareDraws()
1261 this->createProgramInfo(flushState); in onExecute()
DTriangulatingPathRenderer.cpp506 this->createProgramInfo(flushState); in onExecute()
DFillRectOp.cpp312 this->createProgramInfo(flushState); in onExecute()
DLatticeOp.cpp232 this->createProgramInfo(target); in onPrepareDraws()
DDefaultPathRenderer.cpp508 this->createProgramInfo(flushState); in onExecute()
DShadowRRectOp.cpp607 this->createProgramInfo(flushState); in onExecute()
DAAConvexPathRenderer.cpp758 this->createProgramInfo(target); in onPrepareDraws()
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp146 this->createProgramInfo(target); in onPrepareDraws()
DGrThreadSafeCacheTest.cpp457 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in GrThreadSafeVertexTestOp
481 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in GrThreadSafeVertexTestOp
482 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
566 fProgramInfo = this->createProgramInfo(rContext->priv().caps(), arena, writeView, in onPrePrepare()
591 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
/third_party/skia/tools/gpu/
DTestOps.cpp214 this->createProgramInfo(flushState); in onExecute()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp200 this->createProgramInfo(target); in onPrepareDraws()

12