Home
last modified time | relevance | path

Searched refs:DestroyWindowFramebuffer (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/
DSDL_nullvideo.c95 device->DestroyWindowFramebuffer = SDL_DUMMY_DestroyWindowFramebuffer; in DUMMY_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc93 device->DestroyWindowFramebuffer = BE_DestroyWindowFramebuffer; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c112 device->DestroyWindowFramebuffer = Emscripten_DestroyWindowFramebuffer; in Emscripten_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h230 void (*DestroyWindowFramebuffer) (_THIS, SDL_Window * window); member
DSDL_video.c532 _this->DestroyWindowFramebuffer = SDL_DestroyWindowTexture; in SDL_VideoInit()
1533 if (_this->DestroyWindowFramebuffer) { in SDL_RecreateWindow()
1534 _this->DestroyWindowFramebuffer(_this, window); in SDL_RecreateWindow()
2580 if (_this->DestroyWindowFramebuffer) { in SDL_DestroyWindow()
2581 _this->DestroyWindowFramebuffer(_this, window); in SDL_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c196 device->DestroyWindowFramebuffer = MIR_DestroyWindowFramebuffer; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c157 device->DestroyWindowFramebuffer = WIN_DestroyWindowFramebuffer; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c257 device->DestroyWindowFramebuffer = X11_DestroyWindowFramebuffer; in X11_CreateDevice()