Home
last modified time | relevance | path

Searched defs:mesh (Results 1 – 25 of 48) sorted by relevance

12

/external/skqp/tests/
DGrMeshTest.cpp159 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
179 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
199 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
225 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
389 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
DGrPipelineDynamicStateTest.cpp142 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
/external/rust/crates/plotters/src/chart/
Dmod.rs19 mod mesh; module
/external/oss-fuzz/projects/alembic/
Dalembic_dump_info_fuzzer.cc93 const IPolyMesh mesh(node.getParent(), header.getName()); in dumpPolyMesh() local
102 const ISubD mesh(node.getParent(), header.getName()); in dumpSubD() local
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.h94 const GrMesh* mesh) { in draw()
DGrDrawVerticesOp.cpp48 Mesh& mesh = fMeshes.push_back(); in GrDrawVerticesOp() local
366 const Mesh& mesh = fMeshes[i]; in fillBuffers() local
467 GrMesh* mesh = target->allocMesh(this->primitiveType()); in drawVertices() local
DGrAAHairLinePathRenderer.cpp993 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
1048 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
1057 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
DGrAAFillRRectOp.cpp470 GrMesh mesh(GrPrimitiveType::kTriangles); in onExecute() local
/external/skia/src/gpu/
DGrTriangulator.cpp865 void GrTriangulator::mergeVertices(Vertex* src, Vertex* dst, VertexList* mesh, in mergeVertices()
883 Vertex* GrTriangulator::makeSortedVertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in makeSortedVertex()
955 Vertex** current, VertexList* mesh, in checkForIntersection()
1042 bool GrTriangulator::mergeCoincidentVertices(VertexList* mesh, const Comparator& c) const { in mergeCoincidentVertices()
1063 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges()
1198 GrTriangulator::SimplifyResult GrTriangulator::simplify(VertexList* mesh, in simplify()
1371 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh()
1410 VertexList mesh; in contoursToPolys() local
DGrAATriangulator.cpp109 void GrAATriangulator::connectPartners(VertexList* mesh, const Comparator& c) const { in connectPartners()
245 void GrAATriangulator::Event::apply(VertexList* mesh, const Comparator& c, EventList* events, in apply()
308 bool GrAATriangulator::collapseOverlapRegions(VertexList* mesh, const Comparator& c, in collapseOverlapRegions()
619 Poly* GrAATriangulator::tessellate(const VertexList& mesh, const Comparator& c) const { in tessellate() argument
DGrOpFlushState.cpp219 void GrOpFlushState::drawMesh(const GrSimpleMesh& mesh) { in drawMesh()
/external/skqp/src/gpu/
DGrTessellator.cpp1152 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices()
1169 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex()
1221 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection()
1305 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices()
1326 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges()
1340 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners()
1417 void dump_mesh(const VertexList& mesh) { in dump_mesh()
1473 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify()
1637 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
1764 void Event::apply(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in apply()
[all …]
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h68 GrSimpleMesh* mesh() { return fMesh; } in mesh() function
DGrDrawVerticesOp.cpp331 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOp() local
435 for (const auto& mesh : fMeshes) { in onPrepareDraws() local
/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.cpp130 GrMesh mesh(primitiveType); in drawPaths() local
DGrCCCoverageProcessor_VSImpl.cpp533 GrMesh& mesh = out->emplace_back(fVSTriangleType); in appendVSMesh() local
DGrCCCoverageProcessor_GSImpl.cpp406 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendGSMesh() local
DGrCCStroker.cpp736 GrMesh& mesh = fMeshesBuffer.emplace_back(GrPrimitiveType::kTriangleStrip); in appendStrokeMeshesToBuffers() local
750 GrMesh& mesh = fMeshesBuffer.emplace_back(GrPrimitiveType::kTriangleStrip); in appendStrokeMeshesToBuffers() local
/external/skqp/src/gpu/gl/
DGrGLGpuCommandBuffer.h85 const GrMesh mesh[], in onDraw()
/external/skqp/gm/
Dclockwise.cpp125 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
Dfwidth_squircle.cpp150 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjection.java169 public Projection(Mesh mesh, int stereoMode) { in Projection()
DProjectionDecoder.java151 Mesh mesh = parseMesh(input); in parseRawMshpData() local
/external/skia/tests/
DGrPipelineDynamicStateTest.cpp157 GrSimpleMesh& mesh = meshes.push_back(); in onExecute() local
/external/skqp/bench/
DVertexColorSpaceBench.cpp222 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangleStrip); in onPrepareDraws() local

12