/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrSampleMaskProcessor.cpp | 100 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kTriangles); in appendMesh() local 108 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kTriangleStrip); in appendMesh() local
|
D | GrStencilAtlasOp.cpp | 127 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
D | GrCCPathProcessor.cpp | 136 GrMesh mesh(primitiveType); in drawPaths() local
|
D | GrVSCoverageProcessor.cpp | 534 GrMesh& mesh = out->emplace_back(fTriangleType); in appendMesh() local
|
D | GrGSCoverageProcessor.cpp | 437 GrMesh& mesh = out->emplace_back(GrPrimitiveType::kLines); in appendMesh() local
|
/third_party/flutter/skia/tests/ |
D | GrMeshTest.cpp | 153 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()
|
D | GrPipelineDynamicStateTest.cpp | 146 GrMesh& mesh = meshes.emplace_back(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTests.cpp | 525 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 …]
|
D | vktMeshShaderMiscTests.cpp | 481 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 …]
|
D | vktMeshShaderSmokeTests.cpp | 169 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/ |
D | gstglfilterglass.c | 276 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/ |
D | GrMeshDrawOp.h | 65 GrSimpleMesh* mesh() { return fMesh; } in mesh() function
|
D | DrawVerticesOp.cpp | 324 Mesh& mesh = fMeshes.push_back(); in DrawVerticesOpImpl() local 431 for (const auto& mesh : fMeshes) { in onPrepareDraws() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrAATriangulator.cpp | 109 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
|
D | GrTriangulator.cpp | 968 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/ |
D | GrTessellator.cpp | 1172 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/ |
D | GrDrawVerticesOp.cpp | 151 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
|
D | GrAAHairLinePathRenderer.cpp | 997 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/ |
D | fwidth_squircle.cpp | 174 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
D | clockwise.cpp | 164 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
D | samplelocations.cpp | 238 GrMesh mesh(GrPrimitiveType::kTriangleStrip); in onExecute() local
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 97 const GrMesh mesh[], in onDraw()
|
/third_party/skia/src/gpu/ |
D | GrOpFlushState.cpp | 228 void GrOpFlushState::drawMesh(const GrSimpleMesh& mesh) { in drawMesh()
|
/third_party/flutter/glfw/examples/ |
D | heightmap.c | 113 static GLuint mesh; variable
|
/third_party/skia/tests/ |
D | GrPipelineDynamicStateTest.cpp | 157 GrSimpleMesh& mesh = meshes.push_back(); in onExecute() local
|