HomeSort by relevance Sort by last modified time
    Searched refs:kNumVertices (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
single_linkage_clustering_test.cc 47 const int kNumVertices = 6;
48 for (int i = 0; i < kNumVertices; ++i) {
62 EXPECT_EQ(membership.size(), kNumVertices);
74 const int kNumVertices = 6;
75 for (int i = 0; i < kNumVertices; ++i) {
91 EXPECT_EQ(membership.size(), kNumVertices);
103 const int kNumVertices = 6;
104 for (int i = 0; i < kNumVertices; ++i) {
121 EXPECT_EQ(membership.size(), kNumVertices);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_drawing.cc 117 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
121 draw_cmd.Init(GL_TRIANGLES, 0, kNumVertices);
135 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
146 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
150 draw_cmd.Init(GL_TRIANGLES, 0, kNumVertices);
186 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
197 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
201 draw_cmd.Init(GL_TRIANGLES, 0, kNumVertices);
235 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
246 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
    [all...]
gles2_cmd_decoder_unittest_base.cc     [all...]
gles2_cmd_decoder_unittest_base.h 444 static const GLsizei kNumVertices = 100;
gles2_cmd_decoder_unittest_framebuffers.cc 87 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
99 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
103 cmd.Init(GL_TRIANGLES, 0, kNumVertices);
    [all...]
gles2_cmd_decoder_unittest_textures.cc     [all...]

Completed in 1601 milliseconds