HomeSort by relevance Sort by last modified time
    Searched refs:RestoreGlobalState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.h 147 virtual void RestoreGlobalState() const = 0;
gles2_cmd_decoder_mock.h 66 MOCK_CONST_METHOD0(RestoreGlobalState, void());
context_state.cc 275 void ContextState::RestoreGlobalState(const ContextState* prev_state) const {
286 RestoreGlobalState(prev_state);
context_state.h 120 void RestoreGlobalState(const ContextState* prev_state) const;
gles2_cmd_copy_texture_chromium.cc 393 decoder->RestoreGlobalState();
gles2_cmd_decoder.cc 609 virtual void RestoreGlobalState() const OVERRIDE {
610 state_.RestoreGlobalState(NULL);
    [all...]

Completed in 155 milliseconds