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

/external/chromium_org/gpu/command_buffer/client/
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 631 milliseconds