Searched refs:kNumIndices (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h431 static const GLsizei kNumIndices = 10; member in class:gpu::gles2::GLES2DecoderTestBase
H A Dgles2_cmd_decoder_unittest_base.cc1056 const GLsizei GLES2DecoderTestBase::kNumIndices; member in class:gpu::gles2::GLES2DecoderTestBase
1317 COMPILE_ASSERT(arraysize(indices) == kNumIndices, Indices_is_not_10);
H A Dgles2_cmd_decoder_unittest.cc726 cmd.Init(GL_TRIANGLES, kNumIndices, GL_UNSIGNED_SHORT, 2);
732 cmd.Init(GL_TRIANGLES, kNumIndices + 1, GL_UNSIGNED_SHORT, 0);

Completed in 124 milliseconds