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

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_texture_mailbox_unittests.cc304 GLManager other_gl[2]; local
306 other_gl[i].Initialize(options);
307 other_gl[i].MakeCurrent();
308 other_gl[i].decoder()->ProduceFrontBuffer(mailbox[i]);
311 options.share_group_manager = other_gl+i;
323 other_gl[i].MakeCurrent();
335 other_gl[i].MakeCurrent();
336 other_gl[i].Destroy();

Completed in 72 milliseconds