Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp165 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()
DGrSimpleMeshDrawOpHelper.h134 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
149 static GrProgramInfo* CreateProgramInfo(const GrCaps*,
DGrSimpleMeshDrawOpHelperWithStencil.cpp56 return CreateProgramInfo(caps, in createProgramInfoWithStencil()
DAAHairLinePathRenderer.cpp978 fProgramInfos[0] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in GR_MAKE_BITFIELD_CLASS_OPS()
1004 fProgramInfos[1] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeQuadProgramInfo()
1030 fProgramInfos[2] = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in makeConicProgramInfo()
DPathStencilCoverOp.cpp187 fCoverBBoxProgram = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in prePreparePrograms()
DLatticeOp.cpp218 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
DShadowRRectOp.cpp539 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
DDashOp.cpp315 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
DTextureOp.cpp686 fDesc->fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo( in onCreateProgramInfo()
/third_party/skia/tools/gpu/
DProxyUtils.cpp95 GrProgramInfo* CreateProgramInfo(const GrCaps* caps, in CreateProgramInfo() function
119 return GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in CreateProgramInfo()
DProxyUtils.h32 GrProgramInfo* CreateProgramInfo(const GrCaps*,
DTestOps.cpp187 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
/third_party/skia/gm/
Dfwidth_squircle.cpp181 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
Dclockwise.cpp160 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
Dbeziereffects.cpp105 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, arena, writeView, in onCreateProgramInfo()
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp130 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()
DGrThreadSafeCacheTest.cpp474 return sk_gpu_test::CreateProgramInfo(caps, arena, writeView, usesMSAASurface, in createProgramInfo()
/third_party/skia/bench/
DVertexColorSpaceBench.cpp184 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps, in onCreateProgramInfo()