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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1700 scoped_ptr<BackFramebuffer> offscreen_saved_frame_buffer_; member in class:gpu::gles2::GLES2DecoderImpl
1935 targetid = decoder_->offscreen_saved_frame_buffer_->id();
2528 offscreen_saved_frame_buffer_.reset(new BackFramebuffer(this));
2529 offscreen_saved_frame_buffer_->Create();
2548 offscreen_saved_frame_buffer_->AttachRenderTexture(
2550 if (offscreen_saved_frame_buffer_->CheckStatus() !=
3396 if (offscreen_saved_frame_buffer_.get())
3397 offscreen_saved_frame_buffer_->Destroy();
3415 if (offscreen_saved_frame_buffer_.get())
3416 offscreen_saved_frame_buffer_
[all...]

Completed in 195 milliseconds