Searched refs:n_vertex_b (Results 1 – 2 of 2) sorted by relevance
695 for (unsigned int n_vertex_b = 0; n_vertex_b < test_iteration_b.n_vertices; ++n_vertex_b) in verifyVertexOrderingDoesNotChangeGeneratedPoints() local697 …const float* vertex_b_data = (const float*)test_iteration_b.data + n_vertex_b * 3 /* components */; in verifyVertexOrderingDoesNotChangeGeneratedPoints()
1023 for (unsigned int n_vertex_b = n_vertex_a + 1; n_vertex_b < run_n_vertices; ++n_vertex_b) in verifyCorrectAmountOfDuplicateVertices() local1025 const float* vertex_b = (const float*)run_data + n_vertex_b * 3; /* components */ in verifyCorrectAmountOfDuplicateVertices()