HomeSort by relevance Sort by last modified time
    Searched refs:TransferableFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 49 struct TransferableFrame {
50 TransferableFrame() : texture_id(0), sync_point(0) {}
52 TransferableFrame(uint32 texture_id,
63 TransferableFrame current_backing_;
64 std::deque<TransferableFrame> pending_textures_;
65 std::queue<TransferableFrame> returned_textures_;
mailbox_output_surface.cc 38 pending_textures_.push_back(TransferableFrame());
62 TransferableFrame& texture = returned_textures_.front();
105 current_backing_ = TransferableFrame();
109 const TransferableFrame& frame = returned_textures_.front();
159 std::deque<TransferableFrame>::iterator it;
207 current_backing_ = TransferableFrame();

Completed in 743 milliseconds