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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h210 mutable bool fbo_binding_for_scissor_workaround_dirty_; member in struct:gpu::gles2::ContextState
H A Dcontext_state.cc99 fbo_binding_for_scissor_workaround_dirty_(false),
H A Dgles2_cmd_decoder.cc4125 state_.fbo_binding_for_scissor_workaround_dirty_ = true;
4130 if (state_.fbo_binding_for_scissor_workaround_dirty_) {
4131 state_.fbo_binding_for_scissor_workaround_dirty_ = false;

Completed in 144 milliseconds