Home | History | Annotate | Download | only in output

Lines Matching refs:PendingAsyncReadPixels

218 struct GLRenderer::PendingAsyncReadPixels {
219 PendingAsyncReadPixels() : buffer(0) {}
226 DISALLOW_COPY_AND_ASSIGN(PendingAsyncReadPixels);
359 PendingAsyncReadPixels* pending_read = pending_async_read_pixels_.back();
2435 scoped_ptr<PendingAsyncReadPixels> pending_read(new PendingAsyncReadPixels);
2542 PendingAsyncReadPixels* current_read = pending_async_read_pixels_.back();