Searched refs:kVertexArraysStartId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h1705 expected.data[0] = kVertexArraysStartId;
1706 expected.data[1] = kVertexArraysStartId + 1;
1709 EXPECT_EQ(kVertexArraysStartId, ids[0]);
1710 EXPECT_EQ(kVertexArraysStartId + 1, ids[1]);
1714 GLuint ids[2] = {kVertexArraysStartId, kVertexArraysStartId + 1};
1721 expected.data[0] = kVertexArraysStartId;
1722 expected.data[1] = kVertexArraysStartId + 1;
H A Dgles2_implementation_unittest.cc387 static const GLuint kVertexArraysStartId = 1; member in class:gpu::gles2::GLES2ImplementationTest
757 const GLuint GLES2ImplementationTest::kVertexArraysStartId; member in class:gpu::gles2::GLES2ImplementationTest

Completed in 352 milliseconds