Home
last modified time | relevance | path

Searched refs:vtx2 (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_ds.cpp1448 CvGraphVtx *vtx = 0, *vtx2 = 0, *vtx3 = 0; in test_graph_ops() local
1516 idx = cvGraphAddVtx( graph, pass_data ? vtx : 0, &vtx2 ); in test_graph_ops()
1519 memcpy( vtx2 + 1, vtx + 1, pure_vtx_size ); in test_graph_ops()
1524 vtx3->first == 0) || (idx == idx0 && vtx3 == vtx2 && in test_graph_ops()
1630 vtx2 = cvGetGraphVtx( graph, v_idx[1] ); in test_graph_ops()
1631 CV_TS_SEQ_CHECK_CONDITION( vtx != 0 && vtx2 != 0 && vtx->flags == v_idx[0] && in test_graph_ops()
1632 vtx2->flags == v_idx[1], "Some of the vertices are missing" ); in test_graph_ops()
1637 v_prev_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
1638 res = cvGraphAddEdgeByPtr(graph, vtx, vtx2, pass_data ? edge : 0, &edge2); in test_graph_ops()
1640 v_degree[1] = cvGraphVtxDegreeByPtr( graph, vtx2 ); in test_graph_ops()
[all …]
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp151 …t dstComp, ConstValueAccess vtx0, ConstValueAccess vtx1, ConstValueAccess vtx2, ConstValueAccess v… in interpolateFragmentInput() argument
156 …t(tcu::Vec4(vtx0.component(ndx).asFloat(), vtx1.component(ndx).asFloat(), vtx2.component(ndx).asFl… in interpolateFragmentInput()
/external/opencv/cxcore/src/
Dcxpersistence.cpp4775 int vtx2 = ((int*)dst_ptr)[1]; in icvReadGraph() local
4779 (unsigned)vtx2 >= (unsigned)vtx_count ) in icvReadGraph()
4784 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge )); in icvReadGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4720 int vtx2 = ((int*)dst_ptr)[1]; in icvReadGraph() local
4724 (unsigned)vtx2 >= (unsigned)vtx_count ) in icvReadGraph()
4729 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge ); in icvReadGraph()