| /third_party/skia/gm/ |
| D | fwidth_squircle.cpp | 171 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anonebcb2e1b0111::FwidthSquircleTestOp 188 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anonebcb2e1b0111::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()
|
| D | clockwise.cpp | 150 GrProgramInfo* createProgramInfo(const GrCaps* caps, in createProgramInfo() function in __anonf75a82d20111::ClockwiseTestOp 167 GrProgramInfo* createProgramInfo(GrOpFlushState* flushState) const { in createProgramInfo() function in __anonf75a82d20111::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()
|
| D | beziereffects.cpp | 118 this->createProgramInfo(flushState); in onExecute()
|
| /third_party/skia/src/gpu/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 | 37 void createProgramInfo(const GrCaps* caps, in createProgramInfo() function 49 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 | 1260 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 …]
|
| D | GrSimpleMeshDrawOpHelper.h | 165 GrProgramInfo* createProgramInfo(const GrCaps*,
|
| D | GrSimpleMeshDrawOpHelper.cpp | 214 GrProgramInfo* GrSimpleMeshDrawOpHelper::createProgramInfo( in createProgramInfo() function in GrSimpleMeshDrawOpHelper
|
| D | RegionOp.cpp | 109 this->createProgramInfo(target); in onPrepareDraws()
|
| D | DrawVerticesOp.cpp | 397 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo() 484 this->createProgramInfo(flushState); in onExecute()
|
| D | FillRRectOp.cpp | 515 this->createProgramInfo(target); in onPrepareDraws() 774 fProgramInfo = fHelper.createProgramInfo(caps, arena, writeView, usesMSAASurface, in onCreateProgramInfo()
|
| D | AALinearizingConvexPathRenderer.cpp | 208 this->createProgramInfo(target); in onPrepareDraws()
|
| D | AAHairLinePathRenderer.cpp | 1124 this->createProgramInfo(caps, arena, writeView, usesMSAASurface, std::move(appliedClip), in onPrePrepareDraws() 1261 this->createProgramInfo(flushState); in onExecute()
|
| D | TriangulatingPathRenderer.cpp | 506 this->createProgramInfo(flushState); in onExecute()
|
| D | LatticeOp.cpp | 232 this->createProgramInfo(target); in onPrepareDraws()
|
| D | FillRectOp.cpp | 312 this->createProgramInfo(flushState); in onExecute()
|
| D | DefaultPathRenderer.cpp | 508 this->createProgramInfo(flushState); in onExecute()
|
| D | ShadowRRectOp.cpp | 607 this->createProgramInfo(flushState); in onExecute()
|
| D | AAConvexPathRenderer.cpp | 758 this->createProgramInfo(target); in onPrepareDraws()
|
| /third_party/skia/tests/ |
| D | PrimitiveProcessorTest.cpp | 146 this->createProgramInfo(target); in onPrepareDraws()
|
| D | GrThreadSafeCacheTest.cpp | 457 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/ |
| D | TestOps.cpp | 214 this->createProgramInfo(flushState); in onExecute()
|
| /third_party/skia/bench/ |
| D | VertexColorSpaceBench.cpp | 200 this->createProgramInfo(target); in onPrepareDraws()
|