Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/
DSDL_nullvideo.c94 device->UpdateWindowFramebuffer = SDL_DUMMY_UpdateWindowFramebuffer; in DUMMY_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc92 device->UpdateWindowFramebuffer = BE_UpdateWindowFramebuffer; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c111 device->UpdateWindowFramebuffer = Emscripten_UpdateWindowFramebuffer; in Emscripten_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h229 … int (*UpdateWindowFramebuffer) (_THIS, SDL_Window * window, const SDL_Rect * rects, int numrects); member
DSDL_video.c531 _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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c195 device->UpdateWindowFramebuffer = MIR_UpdateWindowFramebuffer; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c156 device->UpdateWindowFramebuffer = WIN_UpdateWindowFramebuffer; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c256 device->UpdateWindowFramebuffer = X11_UpdateWindowFramebuffer; in X11_CreateDevice()