Home
last modified time | relevance | path

Searched refs:RestoreGlobalState (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgl_context_virtual_delegate.h33 virtual void RestoreGlobalState() const = 0;
H A Dgles2_cmd_clear_framebuffer.cc167 decoder->RestoreGlobalState(); in ClearFramebuffer()
H A Dgles2_cmd_srgb_converter.cc378 decoder->RestoreGlobalState(); in Blit()
509 decoder->RestoreGlobalState(); in GenerateMipmap()
H A Dshared_context_state.cc566 void SharedContextState::RestoreGlobalState() const { in RestoreGlobalState() function in gpu::SharedContextState
568 context_state_->RestoreGlobalState(nullptr); in RestoreGlobalState()
H A Dgles2_cmd_decoder_mock.h88 MOCK_CONST_METHOD0(RestoreGlobalState, void());
H A Dgles2_cmd_copy_tex_image.cc263 decoder->RestoreGlobalState(); in DoCopyTexSubImageToLUMACompatibilityTexture()
H A Dshared_context_state.h190 void RestoreGlobalState() const override;
H A Dcontext_state.h224 void RestoreGlobalState(const ContextState* prev_state) const;
H A Dcontext_state.cc601 void ContextState::RestoreGlobalState(const ContextState* prev_state) const { in RestoreGlobalState() function in gpu::gles2::ContextState
623 RestoreGlobalState(prev_state); in RestoreState()
H A Dgles2_cmd_decoder_passthrough.h218 void RestoreGlobalState() const override;
H A Dwebgpu_decoder_impl.cc345 void RestoreGlobalState() const override { NOTREACHED(); } in RestoreGlobalState() function in gpu::webgpu::WebGPUDecoderImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgl_context_virtual_delegate.h33 virtual void RestoreGlobalState() const = 0;
H A Dgles2_cmd_clear_framebuffer.cc167 decoder->RestoreGlobalState(); in ClearFramebuffer()
H A Dgles2_cmd_srgb_converter.cc378 decoder->RestoreGlobalState(); in Blit()
509 decoder->RestoreGlobalState(); in GenerateMipmap()
H A Dgles2_cmd_decoder_mock.h88 MOCK_CONST_METHOD0(RestoreGlobalState, void());
H A Dgles2_cmd_copy_tex_image.cc263 decoder->RestoreGlobalState(); in DoCopyTexSubImageToLUMACompatibilityTexture()
H A Dshared_context_state.cc682 void SharedContextState::RestoreGlobalState() const { in RestoreGlobalState() function in gpu::SharedContextState
684 context_state_->RestoreGlobalState(nullptr); in RestoreGlobalState()
H A Dcontext_state.h225 void RestoreGlobalState(const ContextState* prev_state) const;
H A Dshared_context_state.h282 void RestoreGlobalState() const override;
H A Dcontext_state.cc600 void ContextState::RestoreGlobalState(const ContextState* prev_state) const { in RestoreGlobalState() function in gpu::gles2::ContextState
622 RestoreGlobalState(prev_state); in RestoreState()
H A Dgles2_cmd_decoder_passthrough.h221 void RestoreGlobalState() const override;
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/
H A Dsettings.cpp106 void RestoreGlobalState(bool is_powered_on) { in RestoreGlobalState() function
H A Dsettings.h258 void RestoreGlobalState(bool is_powered_on);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Ddirect_context_provider.cc176 decoder_->RestoreGlobalState(); in SetGLRendererCopierRequiredState()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/yuzu/
H A Dmain.cpp2141 Settings::RestoreGlobalState(system.IsPoweredOn()); in OnStopGame()
2331 Settings::RestoreGlobalState(is_powered_on); in OpenPerGameConfiguration()
2337 Settings::RestoreGlobalState(system.IsPoweredOn()); in OpenPerGameConfiguration()
2608 Settings::RestoreGlobalState(Core::System::GetInstance().IsPoweredOn()); in OnCoreError()
2780 Settings::RestoreGlobalState(Core::System::GetInstance().IsPoweredOn()); in closeEvent()

12