| /third_party/skia/src/gpu/ops/ |
| D | GrSimpleMeshDrawOpHelper.cpp | 165 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo( in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 187 return CreateProgramInfo(caps, arena, pipeline, writeView, usesMSAASurface, geometryProcessor, in CreateProgramInfo() 191 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 225 return CreateProgramInfo(caps, in createProgramInfo()
|
| D | GrSimpleMeshDrawOpHelper.h | 134 static GrProgramInfo* CreateProgramInfo(const GrCaps*, 149 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
| D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 56 return CreateProgramInfo(caps, in createProgramInfoWithStencil()
|
| D | AAHairLinePathRenderer.cpp | 978 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in GR_MAKE_BITFIELD_CLASS_OPS() 1004 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo() 1030 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
|
| D | PathStencilCoverOp.cpp | 187 fCoverBBoxProgram = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in prePreparePrograms()
|
| D | LatticeOp.cpp | 218 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
| D | ShadowRRectOp.cpp | 539 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
| D | DashOp.cpp | 315 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
| D | TextureOp.cpp | 686 fDesc->fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
|
| /third_party/skia/tools/gpu/ |
| D | ProxyUtils.cpp | 95 GrProgramInfo* CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function 119 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in CreateProgramInfo()
|
| D | ProxyUtils.h | 32 GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
| D | TestOps.cpp | 187 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
| /third_party/skia/gm/ |
| D | fwidth_squircle.cpp | 181 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
| D | clockwise.cpp | 160 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
| D | beziereffects.cpp | 105 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
| /third_party/skia/tests/ |
| D | PrimitiveProcessorTest.cpp | 130 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
| D | GrThreadSafeCacheTest.cpp | 474 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
|
| /third_party/skia/bench/ |
| D | VertexColorSpaceBench.cpp | 184 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|