HomeSort by relevance Sort by last modified time
    Searched full:new_texture2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 399 Texture* new_texture2 = NULL; local
423 new_texture2 = manager_->ConsumeTexture(GL_TEXTURE_2D, name2);
426 EXPECT_EQ(kNewTextureId2, new_texture2->service_id());
449 new_texture2->service_id(), GL_LINEAR, GL_NEAREST, GL_REPEAT, GL_REPEAT);
459 DestroyTexture(new_texture2);

Completed in 52 milliseconds