Searched refs:meshes (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrMeshDrawTarget.h | 21 * 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 D | GrOpFlushState.cpp | 156 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 D | GrPipelineDynamicStateTest.cpp | 155 SkSTArray<kNumMeshes, GrSimpleMesh> meshes; 157 GrSimpleMesh& mesh = meshes.push_back(); 178 flushState->drawMesh(meshes[i]);
|
/third_party/skia/src/gpu/ops/ |
H A D | AAConvexPathRenderer.cpp | 835 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 D | DefaultPathRenderer.cpp | 63 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