Searched refs:kIndices (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | glinterfacetest.cc | 31 const GLushort kIndices[] = { 0, 1, 2, variable 50 num_indices_ = arraysize(kIndices); in SetupGLRendering() 52 SetupVBO(GL_ELEMENT_ARRAY_BUFFER, sizeof(kIndices), kIndices); in SetupGLRendering()
|
/external/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 57 const size_t kIndices[] = {0, 1, 42, 100, 1024}; variable 559 TRACED_FOREACH(size_t, index, kIndices) { in TEST_F() 592 TRACED_FOREACH(size_t, index, kIndices) { in TEST_F()
|