Searched refs:handleGPUSwitch (Results 1 – 9 of 9) sorted by relevance
72 egl::Error DisplayImpl::handleGPUSwitch() in handleGPUSwitch() function in rx::DisplayImpl
122 virtual egl::Error handleGPUSwitch();
107 egl::Error handleGPUSwitch() override;
646 egl::Error DisplayCGL::handleGPUSwitch()662 mRenderer->handleGPUSwitch();
140 void handleGPUSwitch();
477 void RendererGL::handleGPUSwitch() in handleGPUSwitch() function in rx::RendererGL
303 egl::Error handleGPUSwitch();
2257 Error Display::handleGPUSwitch() in handleGPUSwitch() function in egl::Display2259 ANGLE_TRY(mImplementation->handleGPUSwitch()); in handleGPUSwitch()
779 ANGLE_EGL_TRY(thread, display->handleGPUSwitch(), "eglHandleGPUSwitchANGLE", in HandleGPUSwitchANGLE()