Home
last modified time | relevance | path

Searched refs:kCurrentTexture (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dmailbox_manager_unittest.cc238 const GLuint kCurrentTexture = 0; in SetupUpdateTexParamExpectations() local
240 .WillOnce(SetArgPointee<1>(kCurrentTexture)) in SetupUpdateTexParamExpectations()
262 EXPECT_CALL(*gl_, BindTexture(GL_TEXTURE_2D, kCurrentTexture)) in SetupUpdateTexParamExpectations()