Home | History | Annotate | Download | only in service

Lines Matching refs:decoder_

330   GLES2DecoderImpl* decoder_;
346 GLES2DecoderImpl* decoder_;
501 GLES2DecoderImpl* decoder_;
1882 : decoder_(decoder) {
1884 "ScopedFrameBufferBinder::ctor", decoder_->GetErrorState());
1891 "ScopedFrameBufferBinder::dtor", decoder_->GetErrorState());
1892 decoder_->RestoreCurrentFramebufferBindings();
1897 : decoder_(decoder) {
1899 decoder_->offscreen_target_frame_buffer_.get() &&
1900 decoder_->IsOffscreenBufferMultisampled() &&
1901 (!decoder_->framebuffer_state_.bound_read_framebuffer.get() ||
1907 "ScopedResolvedFrameBufferBinder::ctor", decoder_->GetErrorState());
1909 decoder_->offscreen_target_frame_buffer_->id());
1912 if (!decoder_->offscreen_resolved_frame_buffer_.get()) {
1913 decoder_->offscreen_resolved_frame_buffer_.reset(
1914 new BackFramebuffer(decoder_));
1915 decoder_->offscreen_resolved_frame_buffer_->Create();
1916 decoder_->offscreen_resolved_color_texture_.reset(
1918 decoder_->offscreen_resolved_color_texture_->Create();
1920 DCHECK(decoder_->offscreen_saved_color_format_);
1921 decoder_->offscreen_resolved_color_texture_->AllocateStorage(
1922 decoder_->offscreen_size_, decoder_->offscreen_saved_color_format_,
1924 decoder_->offscreen_resolved_frame_buffer_->AttachRenderTexture(
1925 decoder_->offscreen_resolved_color_texture_.get());
1926 if (decoder_->offscreen_resolved_frame_buffer_->CheckStatus() !=
1933 targetid = decoder_->offscreen_resolved_frame_buffer_->id();
1935 targetid = decoder_->offscreen_saved_frame_buffer_->id();
1938 const int width = decoder_->offscreen_size_.width();
1939 const int height = decoder_->offscreen_size_.height();
1959 "ScopedResolvedFrameBufferBinder::dtor", decoder_->GetErrorState());
1960 decoder_->RestoreCurrentFramebufferBindings();
1961 if (decoder_->state_.enable_flags.scissor_test) {
1962 decoder_->state_.SetDeviceCapabilityState(GL_SCISSOR_TEST, true);
2160 : decoder_(decoder),
2173 decoder_->GetErrorState());
2181 "BackFramebuffer::AttachRenderTexture", decoder_->GetErrorState());
2182 ScopedFrameBufferBinder binder(decoder_, id_);
2195 "BackFramebuffer::AttachRenderBuffer", decoder_->GetErrorState());
2196 ScopedFrameBufferBinder binder(decoder_, id_);
2207 decoder_->GetErrorState());
2220 decoder_->GetErrorState());
2221 ScopedFrameBufferBinder binder(decoder_, id_);