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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h1659 expected.data[0] = kQueriesStartId;
1660 expected.data[1] = kQueriesStartId + 1;
1663 EXPECT_EQ(kQueriesStartId, ids[0]);
1664 EXPECT_EQ(kQueriesStartId + 1, ids[1]);
1668 GLuint ids[2] = {kQueriesStartId, kQueriesStartId + 1};
1675 expected.data[0] = kQueriesStartId;
1676 expected.data[1] = kQueriesStartId + 1;
H A Dgles2_implementation_unittest.cc386 static const GLuint kQueriesStartId = 1; member in class:gpu::gles2::GLES2ImplementationTest
756 const GLuint GLES2ImplementationTest::kQueriesStartId; member in class:gpu::gles2::GLES2ImplementationTest

Completed in 203 milliseconds