Home
last modified time | relevance | path

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

12

/third_party/skia/gm/
H A Dfwidth_squircle.cpp171 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in FwidthSquircleTestOp
188 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in FwidthSquircleTestOp
189 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
213 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView,
237 fProgramInfo = this->createProgramInfo(flushState);
H A Dclockwise.cpp150 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in ClockwiseTestOp
167 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in ClockwiseTestOp
168 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
192 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView,
216 fProgramInfo = this->createProgramInfo(flushState);
H A Dbeziereffects.cpp118 this->createProgramInfo(flushState);
/third_party/skia/src/gpu/ops/
H A 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()
H A DGrMeshDrawOp.h37 void createProgramInfo(const GrCaps* caps, in createProgramInfo() function in GrMeshDrawOp
49 void createProgramInfo(GrMeshDrawTarget*);
H A DGrOvalOpFactory.cpp1289 fProgramInfo = fHelper.createProgramInfo(caps,
1303 this->createProgramInfo(target);
1661 fProgramInfo = fHelper.createProgramInfo(caps,
1675 this->createProgramInfo(target);
1997 fProgramInfo = fHelper.createProgramInfo(caps,
2011 this->createProgramInfo(target);
2282 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface,
2290 this->createProgramInfo(target);
2697 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface,
2705 this->createProgramInfo(targe
[all...]
H A DDrawAtlasOp.cpp215 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
223 this->createProgramInfo(target); in onPrepareDraws()
H A DStrokeRectOp.cpp197 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface,
204 this->createProgramInfo(target);
607 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
622 this->createProgramInfo(target); in onPrepareDraws()
H A DGrSimpleMeshDrawOpHelper.h165 GrProgramInfo* createProgramInfo(const GrCaps*,
H A DRegionOp.cpp109 this->createProgramInfo(target);
H A DGrSimpleMeshDrawOpHelper.cpp214 GrProgramInfo* GrSimpleMeshDrawOpHelper::createProgramInfo( in createProgramInfo() function in GrSimpleMeshDrawOpHelper
H A DFillRRectOp.cpp521 this->createProgramInfo(target); in onPrepareDraws()
780 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
H A DDrawVerticesOp.cpp405 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
492 this->createProgramInfo(flushState); in onExecute()
H A DAALinearizingConvexPathRenderer.cpp208 this->createProgramInfo(target);
H A DAAHairLinePathRenderer.cpp1124 this->createProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in onPrePrepareDraws()
1261 this->createProgramInfo(flushState); in onExecute()
H A DDefaultPathRenderer.cpp508 this->createProgramInfo(flushState);
H A DFillRectOp.cpp312 this->createProgramInfo(flushState);
H A DTriangulatingPathRenderer.cpp506 this->createProgramInfo(flushState);
H A DLatticeOp.cpp238 this->createProgramInfo(target);
H A DAAConvexPathRenderer.cpp765 this->createProgramInfo(target);
H A DShadowRRectOp.cpp607 this->createProgramInfo(flushState);
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp146 this->createProgramInfo(target);
H A 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,
591 fProgramInfo = this->createProgramInfo(flushState);
/third_party/skia/tools/gpu/
H A DTestOps.cpp214 this->createProgramInfo(flushState); in onExecute()
/third_party/skia/bench/
H A DVertexColorSpaceBench.cpp200 this->createProgramInfo(target);

Completed in 30 milliseconds

12