/external/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 167 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo( in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 188 return CreateProgramInfo(arena, pipeline, writeView, geometryProcessor, primitiveType, in CreateProgramInfo() 192 GrProgramInfo* GrSimpleMeshDrawOpHelper::CreateProgramInfo(SkArenaAlloc* arena, in CreateProgramInfo() function in GrSimpleMeshDrawOpHelper 221 return CreateProgramInfo(caps, in createProgramInfo()
|
D | GrSimpleMeshDrawOpHelper.h | 134 static GrProgramInfo* CreateProgramInfo(SkArenaAlloc*, 147 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 55 return CreateProgramInfo(caps, in createProgramInfoWithStencil()
|
D | GrAAHairLinePathRenderer.cpp | 1026 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in GR_MAKE_BITFIELD_OPS() 1051 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo() 1076 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
|
D | GrLatticeOp.cpp | 210 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
D | GrShadowRRectOp.cpp | 538 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
D | GrDashOp.cpp | 353 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
D | GrTextureOp.cpp | 680 fDesc->fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
|
/external/skia/tools/gpu/ |
D | ProxyUtils.cpp | 91 GrProgramInfo* CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function 114 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in CreateProgramInfo()
|
D | ProxyUtils.h | 31 GrProgramInfo* CreateProgramInfo(const GrCaps*,
|
D | TestOps.cpp | 190 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
/external/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 128 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|
D | GrThreadSafeCacheTest.cpp | 470 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
|
/external/skia/gm/ |
D | fwidth_squircle.cpp | 176 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
|
D | clockwise.cpp | 167 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
|
D | beziereffects.cpp | 104 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
|
/external/skia/bench/ |
D | VertexColorSpaceBench.cpp | 181 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
|