Home
last modified time | relevance | path

Searched refs:vertex2 (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/geometry/example/
D07_b_graph_route_example.cpp195 typename boost::graph_traits<Graph>::vertex_descriptor vertex2, in add_edge_to_route() argument
202 > opt_edge = boost::edge(vertex1, vertex2, graph); in add_edge_to_route()
210 > const& vertex_prop = graph[vertex2]; in add_edge_to_route()
231 typename boost::graph_traits<Graph>::vertex_descriptor vertex2, in build_route() argument
235 vertex_type pred = predecessors[vertex2]; in build_route()
237 add_edge_to_route(graph, vertex2, pred, route); in build_route()
D07_a_graph_route_example.cpp210 typename boost::graph_traits<Graph>::vertex_descriptor vertex2, in add_edge_to_route() argument
217 > opt_edge = boost::edge(vertex1, vertex2, graph); in add_edge_to_route()
225 boost::get(boost::get(vertex_bg_property, graph), vertex2); in add_edge_to_route()
246 typename boost::graph_traits<Graph>::vertex_descriptor vertex2, in build_route() argument
250 vertex_type pred = predecessors[vertex2]; in build_route()
252 add_edge_to_route(graph, vertex2, pred, route); in build_route()
/third_party/boost/boost/graph/
Dmcgregor_common_subgraphs.hpp443 BGL_FORALL_VERTICES_T(vertex2, graph2, GraphSecond) in mcgregor_common_subgraphs_internal_init()
445 put(correspondence_map_2_to_1, vertex2, in mcgregor_common_subgraphs_internal_init()
612 BGL_FORALL_VERTICES_T(vertex2, m_graph2, GraphFirst) in operator ()()
614 put(new_subgraph_2_to_1, vertex2, in operator ()()
615 get(correspondence_map_2_to_1, vertex2)); in operator ()()
773 BGL_FORALL_VERTICES_T(vertex2, m_graph2, GraphFirst) in operator ()()
775 put(new_subgraph_2_to_1, vertex2, in operator ()()
776 get(correspondence_map_2_to_1, vertex2)); in operator ()()
968 BGL_FORALL_VERTICES_T(vertex2, m_graph2, GraphFirst) in operator ()()
970 put(new_subgraph_2_to_1, vertex2, in operator ()()
[all …]
/third_party/boost/libs/graph/test/
Dmcgregor_subgraphs_test.cpp143 BGL_FORALL_VERTICES_T(vertex2, subgraph2, MembershipFilteredGraph) in operator ()()
147 = vertex(get(vindex_map2, vertex2), m_common_subgraph); in operator ()()
151 != get(vname_map2, vertex2)) in operator ()()
165 EdgeInfo edge2 = edge(vertex2, vertex2_2, subgraph2); in operator ()()
229 Vertex vertex2 = get(correspondence_map_1_to_2, vertex1); in operator ()() local
231 if (vertex2 != boost::graph_traits< Graph >::null_vertex()) in operator ()()
233 subgraph_string << vertex1 << "," << vertex2 << " "; in operator ()()
Dvf2_sub_graph_iso_test.cpp66 typedef typename graph_traits< Graph2 >::vertex_descriptor vertex2; in randomly_permute_graph() typedef
76 std::vector< vertex2 > orig_vertices; in randomly_permute_graph()
84 std::map< vertex2, vertex1 > vertex_map; in randomly_permute_graph()
97 typename std::map< vertex2, vertex1 >::iterator si in randomly_permute_graph()
Disomorphism.cpp67 typedef typename graph_traits< Graph2 >::vertex_descriptor vertex2; in randomly_permute_graph() typedef
85 std::map< vertex1, vertex2 > vertex_map; in randomly_permute_graph()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp215 const tcu::Vec4 vertex2 = genRandomVector(rnd); in init() local
216 const tcu::Vec4 vertex3 = vertex2 + genRandomVector(rnd) * 0.01f; // generate narrow triangles in init()
219 triangles[triNdx*3 + 1] = vertex2; in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp215 const tcu::Vec4 vertex2 = genRandomVector(rnd); in init() local
216 const tcu::Vec4 vertex3 = vertex2 + genRandomVector(rnd) * 0.01f; // generate narrow triangles in init()
219 triangles[triNdx*3 + 1] = vertex2; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderInvarianceTests.cpp181 const tcu::Vec4 vertex2 = genRandomVector(rnd); in iterate() local
182 const tcu::Vec4 vertex3 = vertex2 + genRandomVector(rnd) * 0.01f; // generate narrow triangles in iterate()
185 vertices[triNdx * 3 + 1] = vertex2; in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp266 const float* vertex2 = (&test_result.rendered_data[0]) + (n_vertex + 1) * 3; /* components */ in checkSecondOuterTessellationLevelEffect() local
267 float vertex2_x = vertex2[0]; in checkSecondOuterTessellationLevelEffect()
/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp958 , vertex2(geod2.get_vertex_data()) in geodesics_type()
964 typename geodesic_type::vertex_data vertex2; member
1133 && converge_07_one_geod(sin_beta, t, geodesics.geod2, geodesics.vertex2, lon_sph, in converge_07_step_one()
/third_party/boost/boost/polygon/
Dpolygon_set_data.hpp750 …typename polygon_45_set_data<coordinate_type>::Vertex45Compact vertex2(elem.first.second, rise, -c… in downcast() local
751 result.insert(vertex2); in downcast()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp251 const Vertex4RGBA vertex2 = in createPoints() local
285 vertices.push_back(vertex2); in createPoints()