Searched refs:kNumVertices (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dsingle_linkage_clustering_test.cc47 const int kNumVertices = 6; local
48 for (int i = 0; i < kNumVertices; ++i) {
62 EXPECT_EQ(membership.size(), kNumVertices);
74 const int kNumVertices = 6; local
75 for (int i = 0; i < kNumVertices; ++i) {
91 EXPECT_EQ(membership.size(), kNumVertices);
103 const int kNumVertices = 6; local
104 for (int i = 0; i < kNumVertices; ++i) {
121 EXPECT_EQ(membership.size(), kNumVertices);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc117 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...]
H A Dgles2_cmd_decoder_unittest_base.cc1277 const GLsizei GLES2DecoderTestBase::kNumVertices; member in class:gpu::gles2::GLES2DecoderTestBase
1535 DoBufferData(GL_ARRAY_BUFFER, kNumVertices * 2 * sizeof(f));
1540 DoBufferData(GL_ARRAY_BUFFER, kNumVertices * 16 * sizeof(float));
H A Dgles2_cmd_decoder_unittest_base.h451 static const GLsizei kNumVertices = 100; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgles2_cmd_decoder_unittest_framebuffers.cc87 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
99 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
103 cmd.Init(GL_TRIANGLES, 0, kNumVertices);
H A Dgles2_cmd_decoder_unittest_textures.cc2338 AddExpectationsForSimulatedAttrib0(kNumVertices, 0);
2351 EXPECT_CALL(*gl_, DrawArrays(GL_TRIANGLES, 0, kNumVertices))
2355 cmd.Init(GL_TRIANGLES, 0, kNumVertices);

Completed in 128 milliseconds