Home
last modified time | relevance | path

Searched refs:SDL_RENDER_DEVICE_RESET (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c53 event.type = SDL_RENDER_DEVICE_RESET; in android_egl_context_restore()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h149 SDL_RENDER_DEVICE_RESET, /**< The device has been reset and all textures need to be recreated */ enumerator
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt91 * Added an event SDL_RENDER_DEVICE_RESET that is sent from the D3D renderers when the D3D device is…
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1222 case SDL_RENDER_DEVICE_RESET: in SDLTest_PrintEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1661 event.type = SDL_RENDER_DEVICE_RESET; in D3D11_HandleDeviceLost()