Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dfwidth_squircle.cpp171 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anon357355ee0111::FwidthSquircleTestOp
188 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anon357355ee0111::FwidthSquircleTestOp
189 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
213 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView, in onPrePrepare()
239 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
Dclockwise.cpp151 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anon8a8208650111::ClockwiseTestOp
168 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anon8a8208650111::ClockwiseTestOp
169 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
193 fProgramInfo = this->createProgramInfo(context->priv().caps(), arena, writeView, in onPrePrepare()
219 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
Dattributes.cpp143 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anon72f383480111::AttributeTestOp
166 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anon72f383480111::AttributeTestOp
167 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
191 fProgramInfo = this->createProgramInfo(context->priv().caps(), in onPrePrepare()
244 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
Dbeziereffects.cpp118 this->createProgramInfo(flushState); in onExecute()
/external/skia/src/gpu/ganesh/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.h39 void createProgramInfo(const GrCaps* caps, in createProgramInfo() function
51 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.cpp1265 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1279 this->createProgramInfo(target); in onPrepareDraws()
1637 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1651 this->createProgramInfo(target); in onPrepareDraws()
1973 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
1987 this->createProgramInfo(target); in onPrepareDraws()
2258 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
2266 this->createProgramInfo(target); in onPrepareDraws()
2673 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
2681 this->createProgramInfo(target); in onPrepareDraws()
[all …]
DGrSimpleMeshDrawOpHelper.h165 GrProgramInfo* createProgramInfo(const GrCaps*,
DRegionOp.cpp109 this->createProgramInfo(target); in onPrepareDraws()
DGrSimpleMeshDrawOpHelper.cpp213 GrProgramInfo* GrSimpleMeshDrawOpHelper::createProgramInfo( in createProgramInfo() function in GrSimpleMeshDrawOpHelper
DFillRRectOp.cpp544 this->createProgramInfo(target); in onPrepareDraws()
821 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
DDrawMeshOp.cpp884 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo()
970 this->createProgramInfo(flushState); in onExecute()
DAALinearizingConvexPathRenderer.cpp208 this->createProgramInfo(target); in onPrepareDraws()
DAAHairLinePathRenderer.cpp1140 this->createProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in onPrePrepareDraws()
1277 this->createProgramInfo(flushState); in onExecute()
DTriangulatingPathRenderer.cpp516 this->createProgramInfo(flushState); in onExecute()
DFillRectOp.cpp312 this->createProgramInfo(flushState); in onExecute()
DLatticeOp.cpp233 this->createProgramInfo(target); in onPrepareDraws()
DDefaultPathRenderer.cpp508 this->createProgramInfo(flushState); in onExecute()
/external/skia/tests/
DPrimitiveProcessorTest.cpp172 this->createProgramInfo(target); in onPrepareDraws()
DGrThreadSafeCacheTest.cpp510 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in GrThreadSafeVertexTestOp
534 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in GrThreadSafeVertexTestOp
535 return this->createProgramInfo(&flushState->caps(), in createProgramInfo()
619 fProgramInfo = this->createProgramInfo(rContext->priv().caps(), arena, writeView, in onPrePrepare()
644 fProgramInfo = this->createProgramInfo(flushState); in onExecute()
DGrGpuBufferTest.cpp196 this->createProgramInfo(flushState); in onExecute()
/external/skia/tools/gpu/
DTestOps.cpp215 this->createProgramInfo(flushState); in onExecute()
/external/skia/bench/
DVertexColorSpaceBench.cpp202 this->createProgramInfo(target); in onPrepareDraws()

12