Lines Matching refs:decoder_

322   GLES2DecoderImpl* decoder_;
338 GLES2DecoderImpl* decoder_;
493 GLES2DecoderImpl* decoder_;
1940 : decoder_(decoder) {
1942 "ScopedFrameBufferBinder::ctor", decoder_->GetErrorState());
1949 "ScopedFrameBufferBinder::dtor", decoder_->GetErrorState());
1950 decoder_->RestoreCurrentFramebufferBindings();
1955 : decoder_(decoder) {
1957 decoder_->offscreen_target_frame_buffer_.get() &&
1958 decoder_->IsOffscreenBufferMultisampled() &&
1959 (!decoder_->framebuffer_state_.bound_read_framebuffer.get() ||
1965 "ScopedResolvedFrameBufferBinder::ctor", decoder_->GetErrorState());
1967 decoder_->offscreen_target_frame_buffer_->id());
1970 if (!decoder_->offscreen_resolved_frame_buffer_.get()) {
1971 decoder_->offscreen_resolved_frame_buffer_.reset(
1972 new BackFramebuffer(decoder_));
1973 decoder_->offscreen_resolved_frame_buffer_->Create();
1974 decoder_->offscreen_resolved_color_texture_.reset(
1976 decoder_->offscreen_resolved_color_texture_->Create();
1978 DCHECK(decoder_->offscreen_saved_color_format_);
1979 decoder_->offscreen_resolved_color_texture_->AllocateStorage(
1980 decoder_->offscreen_size_, decoder_->offscreen_saved_color_format_,
1982 decoder_->offscreen_resolved_frame_buffer_->AttachRenderTexture(
1983 decoder_->offscreen_resolved_color_texture_.get());
1984 if (decoder_->offscreen_resolved_frame_buffer_->CheckStatus() !=
1991 targetid = decoder_->offscreen_resolved_frame_buffer_->id();
1993 targetid = decoder_->offscreen_saved_frame_buffer_->id();
1996 const int width = decoder_->offscreen_size_.width();
1997 const int height = decoder_->offscreen_size_.height();
2017 "ScopedResolvedFrameBufferBinder::dtor", decoder_->GetErrorState());
2018 decoder_->RestoreCurrentFramebufferBindings();
2019 if (decoder_->state_.enable_flags.scissor_test) {
2020 decoder_->state_.SetDeviceCapabilityState(GL_SCISSOR_TEST, true);
2218 : decoder_(decoder),
2231 decoder_->GetErrorState());
2239 "BackFramebuffer::AttachRenderTexture", decoder_->GetErrorState());
2240 ScopedFrameBufferBinder binder(decoder_, id_);
2253 "BackFramebuffer::AttachRenderBuffer", decoder_->GetErrorState());
2254 ScopedFrameBufferBinder binder(decoder_, id_);
2265 decoder_->GetErrorState());
2278 decoder_->GetErrorState());
2279 ScopedFrameBufferBinder binder(decoder_, id_);