Home
last modified time | relevance | path

Searched refs:SDL_RENDER_TARGETS_RESET (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_events.h148SDL_RENDER_TARGETS_RESET = 0x2000, /**< The render targets have been reset and their contents need… enumerator
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt192 * Added an event SDL_RENDER_TARGETS_RESET that is sent when D3D9 render targets are reset after the…
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1225 case SDL_RENDER_TARGETS_RESET: in SDLTest_PrintEvent()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c454 event.type = SDL_RENDER_TARGETS_RESET; in D3D_Reset()