Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/src/gpu/ccpr/
DGrSampleMaskProcessor.cpp100 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kTriangles); in appendMesh() local
108 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kTriangleStrip); in appendMesh() local
DGrStencilAtlasOp.cpp127 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
DGrCCPathProcessor.cpp136 GrMesh mesh(primitiveType); in drawPaths() local
DGrVSCoverageProcessor.cpp534 GrMesh& mesh = out->emplace_back(fTriangleType); in appendMesh() local
DGrGSCoverageProcessor.cpp437 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendMesh() local
/third_party/flutter/skia/tests/
DGrMeshTest.cpp153 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
173 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
193 GrMesh mesh(GrPrimitiveType::kTriangles); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
219 GrMesh mesh(indexed ? GrPrimitiveType::kTriangles in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
382 void DrawMeshHelper::drawMesh(const GrMesh& mesh) { in drawMesh()
DGrPipelineDynamicStateTest.cpp146 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp525 std::ostringstream mesh; in initPrograms() local
680 std::ostringstream mesh; in initPrograms() local
804 std::ostringstream mesh; in initPrograms() local
944 std::ostringstream mesh; in initPrograms() local
1019 std::ostringstream mesh; in initPrograms() local
1092 std::ostringstream mesh; in initPrograms() local
1201 std::ostringstream mesh; in initPrograms() local
1358 std::ostringstream mesh; in initPrograms() local
1468 std::ostringstream mesh; in initPrograms() local
1572 std::ostringstream mesh; in initPrograms() local
[all …]
DvktMeshShaderMiscTests.cpp481 std::ostringstream mesh; in initPrograms() local
616 std::ostringstream mesh; in initPrograms() local
683 std::ostringstream mesh; in initPrograms() local
756 std::ostringstream mesh; in initPrograms() local
830 std::ostringstream mesh; in initPrograms() local
925 std::ostringstream mesh; in initPrograms() local
1019 std::ostringstream mesh; in initPrograms() local
1146 std::ostringstream mesh; in initPrograms() local
1256 std::ostringstream mesh; in initPrograms() local
1337 std::ostringstream mesh; in initPrograms() local
[all …]
DvktMeshShaderSmokeTests.cpp169 std::ostringstream mesh; in initPrograms() local
239 std::ostringstream mesh; in initPrograms() local
308 std::ostringstream mesh; in initPrograms() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfilterglass.c276 gfloat mesh[] = { in gst_gl_filter_glass_draw_background_gradient() local
320 gfloat mesh[] = { in gst_gl_filter_glass_draw_video_plane() local
/third_party/skia/src/gpu/ops/
DGrMeshDrawOp.h65 GrSimpleMesh* mesh() { return fMesh; } in mesh() function
DDrawVerticesOp.cpp324 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOpImpl() local
431 for (const auto& mesh : fMeshes) { in onPrepareDraws() local
/third_party/skia/src/gpu/geometry/
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
DGrTriangulator.cpp968 void GrTriangulator::mergeVertices(Vertex* src, Vertex* dst, VertexList* mesh, in mergeVertices()
986 Vertex* GrTriangulator::makeSortedVertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in makeSortedVertex()
1057 Vertex** current, VertexList* mesh, in checkForIntersection()
1140 bool GrTriangulator::mergeCoincidentVertices(VertexList* mesh, const Comparator& c) const { in mergeCoincidentVertices()
1161 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges()
1296 GrTriangulator::SimplifyResult GrTriangulator::simplify(VertexList* mesh, in simplify()
1469 void GrTriangulator::contoursToMesh(VertexList* contours, int contourCnt, VertexList* mesh, in contoursToMesh()
1508 VertexList mesh; in contoursToPolys() local
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1172 void merge_vertices(Vertex* src, Vertex* dst, VertexList* mesh, Comparator& c, in merge_vertices()
1190 Vertex* create_sorted_vertex(const SkPoint& p, uint8_t alpha, VertexList* mesh, in create_sorted_vertex()
1261 VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in check_for_intersection()
1336 bool merge_coincident_vertices(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in merge_coincident_vertices()
1357 void build_edges(VertexList* contours, int contourCnt, VertexList* mesh, Comparator& c, in build_edges()
1371 void connect_partners(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in connect_partners()
1448 void dump_mesh(const VertexList& mesh) { in dump_mesh()
1527 bool simplify(VertexList* mesh, Comparator& c, SkArenaAlloc& alloc) { in simplify()
1691 void remove_non_boundary_edges(const VertexList& mesh, SkPath::FillType fillType, in remove_non_boundary_edges()
1796 void Event::apply(VertexList* mesh, Comparator& c, EventList* events, SkArenaAlloc& alloc) { in apply()
[all …]
/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp151 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOp() local
417 const Mesh& mesh = fMeshes[i]; in fillBuffers() local
501 GrMesh* mesh = target->allocMesh(this->primitiveType()); in drawVertices() local
DGrAAHairLinePathRenderer.cpp997 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
1052 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
1061 GrMesh* mesh = target->allocMesh(GrPrimitiveType::kTriangles); in onPrepareDraws() local
/third_party/flutter/skia/gm/
Dfwidth_squircle.cpp174 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
Dclockwise.cpp164 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
Dsamplelocations.cpp238 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h97 const GrMesh mesh[], in onDraw()
/third_party/skia/src/gpu/
DGrOpFlushState.cpp228 void GrOpFlushState::drawMesh(const GrSimpleMesh& mesh) { in drawMesh()
/third_party/flutter/glfw/examples/
Dheightmap.c113 static GLuint mesh; variable
/third_party/skia/tests/
DGrPipelineDynamicStateTest.cpp157 GrSimpleMesh& mesh = meshes.push_back(); in onExecute() local

123