Home
last modified time | relevance | path

Searched refs:WIN_CreateWindowFramebuffer (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsframebuffer.h23 extern int WIN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels,…
DSDL_windowsframebuffer.c27 int WIN_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * format, void ** pixels, int *p… in WIN_CreateWindowFramebuffer() function
DSDL_windowsvideo.c155 device->CreateWindowFramebuffer = WIN_CreateWindowFramebuffer; in WIN_CreateDevice()