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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc1487 const GLuint kBufferId = 0x123; local
1497 expected.bind.Init(GL_ARRAY_BUFFER, kBufferId);
1505 gl_->BindBuffer(GL_ARRAY_BUFFER, kBufferId);
1531 const GLuint kBufferId = 0x123; local
1547 expected.bind.Init(GL_ARRAY_BUFFER, kBufferId);
1568 gl_->BindBuffer(GL_ARRAY_BUFFER, kBufferId);
1583 EXPECT_EQ(kBufferId, static_cast<GLuint>(buffer_id));

Completed in 156 milliseconds