Home | History | Annotate | Download | only in gpu

Lines Matching refs:mailbox

17 using gpu::Mailbox;
81 context3d_->genMailboxCHROMIUM(current_backing_.mailbox.name);
83 GL_TEXTURE_2D, current_backing_.mailbox.name);
139 if (!ack.gl_frame_data->mailbox.IsZero()) {
145 DCHECK(!it->mailbox.IsZero());
146 if (!memcmp(it->mailbox.name,
147 ack.gl_frame_data->mailbox.name,
148 sizeof(it->mailbox.name))) {
166 // If it does not return a mailbox, it discarded the frontbuffer which is
181 DCHECK(!current_backing_.mailbox.IsZero() || context3d_->isContextLost());
183 frame->gl_frame_data->mailbox = current_backing_.mailbox;