Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/dummy/
A DSDL_nullvideo.c100 device->DestroyWindowFramebuffer = SDL_DUMMY_DestroyWindowFramebuffer; in DUMMY_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c86 device->DestroyWindowFramebuffer = SDL_OFFSCREEN_DestroyWindowFramebuffer; in OFFSCREEN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_video.c100 device->DestroyWindowFramebuffer = SDL_AliOS_DestroyWindowFramebuffer; in AliOS_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc94 device->DestroyWindowFramebuffer = HAIKU_DestroyWindowFramebuffer; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c113 device->DestroyWindowFramebuffer = Emscripten_DestroyWindowFramebuffer; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h239 void (*DestroyWindowFramebuffer) (_THIS, SDL_Window * window); member
A DSDL_video.c550 _this->DestroyWindowFramebuffer = SDL_DestroyWindowTexture; in SDL_VideoInit()
1683 if (_this->DestroyWindowFramebuffer) { in SDL_RecreateWindow()
1684 _this->DestroyWindowFramebuffer(_this, window); in SDL_RecreateWindow()
2808 if (_this->DestroyWindowFramebuffer) { in SDL_DestroyWindow()
2809 _this->DestroyWindowFramebuffer(_this, window); in SDL_DestroyWindow()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c174 device->DestroyWindowFramebuffer = WIN_DestroyWindowFramebuffer; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c261 device->DestroyWindowFramebuffer = X11_DestroyWindowFramebuffer; in X11_CreateDevice()

Completed in 14 milliseconds