/external/skia/gm/ |
D | fwidth_squircle.cpp | 171 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()
|
D | clockwise.cpp | 151 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()
|
D | attributes.cpp | 143 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()
|
D | beziereffects.cpp | 118 this->createProgramInfo(flushState); in onExecute()
|
/external/skia/src/gpu/ganesh/ops/ |
D | GrMeshDrawOp.cpp | 19 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()
|
D | GrMeshDrawOp.h | 39 void createProgramInfo(const GrCaps* caps, in createProgramInfo() function 51 void createProgramInfo(GrMeshDrawTarget*);
|
D | DrawAtlasOp.cpp | 215 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo() 223 this->createProgramInfo(target); in onPrepareDraws()
|
D | StrokeRectOp.cpp | 197 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()
|
D | GrOvalOpFactory.cpp | 1265 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 …]
|
D | GrSimpleMeshDrawOpHelper.h | 165 GrProgramInfo* createProgramInfo(const GrCaps*,
|
D | RegionOp.cpp | 109 this->createProgramInfo(target); in onPrepareDraws()
|
D | GrSimpleMeshDrawOpHelper.cpp | 213 GrProgramInfo* GrSimpleMeshDrawOpHelper::createProgramInfo( in createProgramInfo() function in GrSimpleMeshDrawOpHelper
|
D | FillRRectOp.cpp | 544 this->createProgramInfo(target); in onPrepareDraws() 821 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|
D | DrawMeshOp.cpp | 884 fProgramInfo = fHelper.createProgramInfo(caps, in onCreateProgramInfo() 970 this->createProgramInfo(flushState); in onExecute()
|
D | AALinearizingConvexPathRenderer.cpp | 208 this->createProgramInfo(target); in onPrepareDraws()
|
D | AAHairLinePathRenderer.cpp | 1140 this->createProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in onPrePrepareDraws() 1277 this->createProgramInfo(flushState); in onExecute()
|
D | TriangulatingPathRenderer.cpp | 516 this->createProgramInfo(flushState); in onExecute()
|
D | FillRectOp.cpp | 312 this->createProgramInfo(flushState); in onExecute()
|
D | LatticeOp.cpp | 233 this->createProgramInfo(target); in onPrepareDraws()
|
D | DefaultPathRenderer.cpp | 508 this->createProgramInfo(flushState); in onExecute()
|
/external/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 172 this->createProgramInfo(target); in onPrepareDraws()
|
D | GrThreadSafeCacheTest.cpp | 510 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()
|
D | GrGpuBufferTest.cpp | 196 this->createProgramInfo(flushState); in onExecute()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 215 this->createProgramInfo(flushState); in onExecute()
|
/external/skia/bench/ |
D | VertexColorSpaceBench.cpp | 202 this->createProgramInfo(target); in onPrepareDraws()
|