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

/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager_unittest.cc400 const GLuint kNewTextureId2 = 4321; local
427 .WillOnce(SetArgPointee<1>(kNewTextureId2));
429 kNewTextureId2, GL_LINEAR, GL_LINEAR, GL_REPEAT, GL_REPEAT);
433 EXPECT_EQ(kNewTextureId2, new_texture2->service_id());

Completed in 93 milliseconds