Searched refs:DestroyWindowFramebuffer (Results 1 – 8 of 8) sorted by relevance
95 device->DestroyWindowFramebuffer = SDL_DUMMY_DestroyWindowFramebuffer; in DUMMY_CreateDevice()
93 device->DestroyWindowFramebuffer = BE_DestroyWindowFramebuffer; in BE_CreateDevice()
112 device->DestroyWindowFramebuffer = Emscripten_DestroyWindowFramebuffer; in Emscripten_CreateDevice()
230 void (*DestroyWindowFramebuffer) (_THIS, SDL_Window * window); member
532 _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()
196 device->DestroyWindowFramebuffer = MIR_DestroyWindowFramebuffer; in MIR_CreateDevice()
157 device->DestroyWindowFramebuffer = WIN_DestroyWindowFramebuffer; in WIN_CreateDevice()
257 device->DestroyWindowFramebuffer = X11_DestroyWindowFramebuffer; in X11_CreateDevice()