Home | History | Annotate | Download | only in base

Lines Matching refs:mailbox

227             gpu::Mailbox(),
244 // destroyed with the new sync point, when the mailbox is taken by a caller.
248 gpu::Mailbox mailbox;
249 mailbox.name[0] = 50;
256 mailbox,
271 EXPECT_EQ(mailbox.name[0], mailbox_holder->mailbox().name[0]);
289 // If a caller has taken ownership of the texture mailbox, it should
296 gpu::Mailbox mailbox;
297 mailbox.name[0] = 50;
307 mailbox,
320 EXPECT_EQ(mailbox.name[0], mailbox_holder->mailbox().name[0]);
340 // If a caller has taken ownership of the texture mailbox, but does
347 gpu::Mailbox mailbox;
348 mailbox.name[0] = 50;
358 mailbox,
371 EXPECT_EQ(mailbox.name[0], mailbox_holder->mailbox().name[0]);
379 // Drop the reference on the mailbox without using it at all.
384 // If a caller has taken ownership of the texture mailbox, but does
391 gpu::Mailbox mailbox;
392 mailbox.name[0] = 50;
399 mailbox,
413 EXPECT_EQ(mailbox.name[0], mailbox_holder->mailbox().name[0]);
419 // Don't use the mailbox at all and drop our ref on it.