Searched refs:UpdateWindowFramebuffer (Results 1 – 8 of 8) sorted by relevance
94 device->UpdateWindowFramebuffer = SDL_DUMMY_UpdateWindowFramebuffer; in DUMMY_CreateDevice()
92 device->UpdateWindowFramebuffer = BE_UpdateWindowFramebuffer; in BE_CreateDevice()
111 device->UpdateWindowFramebuffer = Emscripten_UpdateWindowFramebuffer; in Emscripten_CreateDevice()
229 … int (*UpdateWindowFramebuffer) (_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects); member
531 _this->UpdateWindowFramebuffer = SDL_UpdateWindowTexture; in SDL_VideoInit()2142 if (!_this->CreateWindowFramebuffer || !_this->UpdateWindowFramebuffer) { in SDL_CreateWindowFramebuffer()2200 return _this->UpdateWindowFramebuffer(_this, window, rects, numrects); in SDL_UpdateWindowSurfaceRects()
195 device->UpdateWindowFramebuffer = MIR_UpdateWindowFramebuffer; in MIR_CreateDevice()
156 device->UpdateWindowFramebuffer = WIN_UpdateWindowFramebuffer; in WIN_CreateDevice()
256 device->UpdateWindowFramebuffer = X11_UpdateWindowFramebuffer; in X11_CreateDevice()