Home
last modified time | relevance | path

Searched refs:CreateProgramInfo (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp167 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()
DGrSimpleMeshDrawOpHelper.h134 static GrProgramInfo* CreateProgramInfo(SkArenaAlloc*,
147 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
DGrSimpleMeshDrawOpHelperWithStencil.cpp55 return CreateProgramInfo(caps, in createProgramInfoWithStencil()
DGrAAHairLinePathRenderer.cpp1026 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in GR_MAKE_BITFIELD_OPS()
1051 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo()
1076 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
DGrLatticeOp.cpp210 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
DGrShadowRRectOp.cpp538 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
DGrDashOp.cpp353 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
DGrTextureOp.cpp680 fDesc->fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
/external/skia/tools/gpu/
DProxyUtils.cpp91 GrProgramInfo* CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function
114 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in CreateProgramInfo()
DProxyUtils.h31 GrProgramInfo* CreateProgramInfo(const GrCaps*,
DTestOps.cpp190 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
/external/skia/tests/
DPrimitiveProcessorTest.cpp128 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
DGrThreadSafeCacheTest.cpp470 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
/external/skia/gm/
Dfwidth_squircle.cpp176 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
Dclockwise.cpp167 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, in createProgramInfo()
Dbeziereffects.cpp104 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
/external/skia/bench/
DVertexColorSpaceBench.cpp181 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()