Searched refs:DestroyWindowFramebuffer (Results 1 – 9 of 9) sorted by relevance
100 device->DestroyWindowFramebuffer = SDL_DUMMY_DestroyWindowFramebuffer; in DUMMY_CreateDevice()
86 device->DestroyWindowFramebuffer = SDL_OFFSCREEN_DestroyWindowFramebuffer; in OFFSCREEN_CreateDevice()
100 device->DestroyWindowFramebuffer = SDL_AliOS_DestroyWindowFramebuffer; in AliOS_CreateDevice()
94 device->DestroyWindowFramebuffer = HAIKU_DestroyWindowFramebuffer; in HAIKU_CreateDevice()
113 device->DestroyWindowFramebuffer = Emscripten_DestroyWindowFramebuffer; in Emscripten_CreateDevice()
239 void (*DestroyWindowFramebuffer) (_THIS, SDL_Window * window); member
550 _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()
174 device->DestroyWindowFramebuffer = WIN_DestroyWindowFramebuffer; in WIN_CreateDevice()
261 device->DestroyWindowFramebuffer = X11_DestroyWindowFramebuffer; in X11_CreateDevice()
Completed in 14 milliseconds