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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h246 GLuint ids[2] = { kBuffersStartId, kBuffersStartId + 1 };
253 expected.data[0] = kBuffersStartId;
254 expected.data[1] = kBuffersStartId + 1;
454 expected.data[0] = kBuffersStartId;
455 expected.data[1] = kBuffersStartId + 1;
458 EXPECT_EQ(kBuffersStartId, ids[0]);
459 EXPECT_EQ(kBuffersStartId + 1, ids[1]);
H A Dgles2_implementation_unittest.cc321 static const GLuint kBuffersStartId = member in class:gpu::gles2::GLES2ImplementationTest
531 const GLuint GLES2ImplementationTest::kBuffersStartId; member in class:gpu::gles2::GLES2ImplementationTest

Completed in 122 milliseconds