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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h104 void SetIgnoreCachedStateForTest(bool ignore) { function in struct:gpu::gles2::ContextState
H A Dgles2_cmd_decoder.h162 virtual void SetIgnoreCachedStateForTest(bool ignore) = 0;
H A Dgles2_cmd_decoder_mock.h90 MOCK_METHOD1(SetIgnoreCachedStateForTest, void(bool ignore));
H A Dgles2_cmd_decoder_unittest_base.cc377 decoder_->SetIgnoreCachedStateForTest(ignore_cached_state_for_test_);
H A Dgles2_cmd_decoder.cc668 virtual void SetIgnoreCachedStateForTest(bool ignore) OVERRIDE;
4119 void GLES2DecoderImpl::SetIgnoreCachedStateForTest(bool ignore) { function in class:gpu::gles2::GLES2DecoderImpl
4120 state_.SetIgnoreCachedStateForTest(ignore);

Completed in 797 milliseconds