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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1729 scoped_ptr<BackTexture> offscreen_resolved_color_texture_; member in class:gpu::gles2::GLES2DecoderImpl
1974 decoder_->offscreen_resolved_color_texture_.reset(
1976 decoder_->offscreen_resolved_color_texture_->Create();
1979 decoder_->offscreen_resolved_color_texture_->AllocateStorage(
1983 decoder_->offscreen_resolved_color_texture_.get());
3478 if (offscreen_resolved_color_texture_.get())
3479 offscreen_resolved_color_texture_->Destroy();
3497 if (offscreen_resolved_color_texture_.get())
3498 offscreen_resolved_color_texture_->Invalidate();
3533 offscreen_resolved_color_texture_
[all...]

Completed in 153 milliseconds