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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h252 GLuint ids[2] = {kBuffersStartId, kBuffersStartId + 1};
259 expected.data[0] = kBuffersStartId;
260 expected.data[1] = kBuffersStartId + 1;
469 expected.data[0] = kBuffersStartId;
470 expected.data[1] = kBuffersStartId + 1;
473 EXPECT_EQ(kBuffersStartId, ids[0]);
474 EXPECT_EQ(kBuffersStartId + 1, ids[1]);
H A Dgles2_implementation_unittest.cc380 static const GLuint kBuffersStartId = member in class:gpu::gles2::GLES2ImplementationTest
751 const GLuint GLES2ImplementationTest::kBuffersStartId; member in class:gpu::gles2::GLES2ImplementationTest

Completed in 175 milliseconds