Home
last modified time | relevance | path

Searched refs:meshes (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
H A DGrMeshDrawTarget.h21 * Abstract interface that supports creating vertices, indices, and meshes, as well as
41 const GrSimpleMesh meshes[], in recordDraw()
44 this->recordDraw(gp, meshes, meshCnt, nullptr, primitiveType); in recordDraw()
40 recordDraw(const GrGeometryProcessor* gp, const GrSimpleMesh meshes[], int meshCnt, GrPrimitiveType primitiveType) recordDraw() argument
H A DGrOpFlushState.cpp156 const GrSimpleMesh meshes[], in recordDraw()
171 draw.fMeshes = meshes; in recordDraw()
154 recordDraw( const GrGeometryProcessor* geomProc, const GrSimpleMesh meshes[], int meshCnt, const GrSurfaceProxy* const geomProcProxies[], GrPrimitiveType primitiveType) recordDraw() argument
/third_party/skia/tests/
H A DGrPipelineDynamicStateTest.cpp155 SkSTArray<kNumMeshes, GrSimpleMesh> meshes;
157 GrSimpleMesh& mesh = meshes.push_back();
178 flushState->drawMesh(meshes[i]);
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp835 GrSimpleMesh* meshes = target->allocMeshes(draws.count()); variable
838 meshes[j].setIndexed(indexBuffer, draw.fIndexCnt, firstIndex, 0,
845 fDraws.push_back({ meshes, draws.count() });
H A DDefaultPathRenderer.cpp63 SkTDArray<GrSimpleMesh*>* meshes) in PathGeoBuilder()
70 , fMeshes(meshes) { in PathGeoBuilder()
354 // Append copies of the points we saved so the two meshes will weld properly in ensureSpace()
61 PathGeoBuilder(GrPrimitiveType primitiveType, GrMeshDrawTarget* target, SkTDArray<GrSimpleMesh*>* meshes) PathGeoBuilder() argument

Completed in 5 milliseconds