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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h316 GLuint ids[2] = {kTexturesStartId, kTexturesStartId + 1};
323 expected.data[0] = kTexturesStartId;
324 expected.data[1] = kTexturesStartId + 1;
534 expected.data[0] = kTexturesStartId;
535 expected.data[1] = kTexturesStartId + 1;
538 EXPECT_EQ(kTexturesStartId, ids[0]);
539 EXPECT_EQ(kTexturesStartId + 1, ids[1]);
H A Dgles2_implementation_unittest.cc385 static const GLuint kTexturesStartId = 1; member in class:gpu::gles2::GLES2ImplementationTest
755 const GLuint GLES2ImplementationTest::kTexturesStartId; member in class:gpu::gles2::GLES2ImplementationTest
3225 expected.cmd.Init(GL_TEXTURE_2D, kTexturesStartId, mailbox.name);
3228 EXPECT_EQ(kTexturesStartId, id);
3252 expected.cmd.Init(kTexturesStartId, GL_TEXTURE_2D, mailbox.name);
3254 kTexturesStartId, GL_TEXTURE_2D, mailbox.name);

Completed in 182 milliseconds