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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1711 scoped_ptr<BackTexture> offscreen_target_color_texture_; member in class:gpu::gles2::GLES2DecoderImpl
2580 offscreen_target_color_texture_.reset(new BackTexture(
2582 offscreen_target_color_texture_->Create();
3432 DCHECK(offscreen_target_color_texture_);
3464 if (offscreen_target_color_texture_.get())
3465 offscreen_target_color_texture_->Destroy();
3483 if (offscreen_target_color_texture_.get())
3484 offscreen_target_color_texture_->Invalidate();
3526 offscreen_target_color_texture_.reset();
3622 if (!offscreen_target_color_texture_
[all...]

Completed in 1722 milliseconds