Searched refs:offscreen_saved_frame_buffer_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1722 scoped_ptr<BackFramebuffer> offscreen_saved_frame_buffer_; member in class:gpu::gles2::GLES2DecoderImpl
1993 targetid = decoder_->offscreen_saved_frame_buffer_->id();
2593 offscreen_saved_frame_buffer_.reset(new BackFramebuffer(this));
2594 offscreen_saved_frame_buffer_->Create();
2613 offscreen_saved_frame_buffer_->AttachRenderTexture(
2615 if (offscreen_saved_frame_buffer_->CheckStatus() !=
3472 if (offscreen_saved_frame_buffer_.get())
3473 offscreen_saved_frame_buffer_->Destroy();
3491 if (offscreen_saved_frame_buffer_.get())
3492 offscreen_saved_frame_buffer_
[all...]

Completed in 64 milliseconds