Searched refs:VertexType (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | delete_edge.cpp | 33 typedef Graph_t::vertex_descriptor VertexType; in main() typedef 37 VertexType v1 = boost::add_vertex(m_graph); in main() 38 VertexType v2 = boost::add_vertex(m_graph); in main() 39 VertexType v3 = boost::add_vertex(m_graph); in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 77 template<typename VertexType> 78 …void addVertexBuffer(VertexType *vertexBufferData, size_t vertexBufferDataSize, std::vector<vk::Ve… in addVertexBuffer() 80 …addVertexBuffer(vertexBufferData, vertexBufferDataSize, sizeof(VertexType), std::move(inputAttribu… in addVertexBuffer()
|
/third_party/skia/src/utils/ |
D | SkPolyUtils.cpp | 1445 enum class VertexType { kConvex, kReflex }; enum 1448 VertexType fVertexType; 1590 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex() 1594 p->fVertexType = TriangulationVertex::VertexType::kConvex; in reclassify_vertex() 1639 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kConvex; in SkTriangulateSimplePolygon() 1641 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon() 1657 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() 1658 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon() 1660 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon() 1661 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() [all …]
|
/third_party/flutter/skia/src/utils/ |
D | SkPolyUtils.cpp | 1429 enum class VertexType { kConvex, kReflex }; enum 1432 VertexType fVertexType; 1574 if (TriangulationVertex::VertexType::kReflex == p->fVertexType) { in reclassify_vertex() 1578 p->fVertexType = TriangulationVertex::VertexType::kConvex; in reclassify_vertex() 1623 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kConvex; in SkTriangulateSimplePolygon() 1625 triangulationVertices[currIndex].fVertexType = TriangulationVertex::VertexType::kReflex; in SkTriangulateSimplePolygon() 1641 TriangulationVertex::VertexType currType = triangulationVertices[currIndex].fVertexType; in SkTriangulateSimplePolygon() 1642 if (TriangulationVertex::VertexType::kConvex == currType) { in SkTriangulateSimplePolygon() 1644 TriangulationVertex::VertexType prevType = triangulationVertices[prevIndex].fVertexType; in SkTriangulateSimplePolygon() 1645 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 374 template <typename VertexType, typename ExpectedType> 376 std::vector<VertexType> vertex, in DoVertexFormatTest() 380 utils::CreateBufferFromData(device, vertex.data(), vertex.size() * sizeof(VertexType), in DoVertexFormatTest()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | VertexFormatTests.cpp | 380 template <typename VertexType, typename ExpectedType> 382 std::vector<VertexType> vertex, in DoVertexFormatTest() 386 device, vertex.data(), vertex.size() * sizeof(VertexType), wgpu::BufferUsage::Vertex); in DoVertexFormatTest()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAAHairLinePathRenderer.cpp | 738 template <class VertexType> 752 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()
|