Home
last modified time | relevance | path

Searched refs:GL_MakeCurrent (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c43 _this->GL_MakeCurrent = WIN_GL_MakeCurrent; in WIN_GLES_LoadLibrary()
75 _this->GL_MakeCurrent = WIN_GL_MakeCurrent; in WIN_GLES_CreateContext()
DSDL_windowsvideo.c170 device->GL_MakeCurrent = WIN_GL_MakeCurrent; in WIN_CreateDevice()
181 device->GL_MakeCurrent = WIN_GLES_MakeCurrent; in WIN_CreateDevice()
DSDL_windowsopengl.c611 _this->GL_MakeCurrent = WIN_GLES_MakeCurrent; in WIN_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c44 _this->GL_MakeCurrent = X11_GL_MakeCurrent; in X11_GLES_LoadLibrary()
DSDL_x11video.c270 device->GL_MakeCurrent = X11_GL_MakeCurrent; in X11_CreateDevice()
280 device->GL_MakeCurrent = X11_GLES_MakeCurrent; in X11_CreateDevice()
DSDL_x11opengl.c243 _this->GL_MakeCurrent = X11_GLES_MakeCurrent; in X11_GL_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc104 device->GL_MakeCurrent = BE_GL_MakeCurrent; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclvideo.c123 device->GL_MakeCurrent = NACL_GLES_MakeCurrent; in NACL_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c133 device->GL_MakeCurrent = Android_GLES_MakeCurrent; in Android_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspvideo.c135 device->GL_MakeCurrent = PSP_GL_MakeCurrent; in PSP_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c118 device->GL_MakeCurrent = Emscripten_GLES_MakeCurrent; in Emscripten_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c122 device->GL_MakeCurrent = RPI_GLES_MakeCurrent; in RPI_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c104 device->GL_MakeCurrent = VIVANTE_GLES_MakeCurrent; in VIVANTE_Create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_video.c140 device->GL_MakeCurrent = DirectFB_GL_MakeCurrent; in DirectFB_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h251 int (*GL_MakeCurrent) (_THIS, SDL_Window * window, SDL_GLContext context); member
DSDL_video.c3309 retval = _this->GL_MakeCurrent(_this, window, ctx); in SDL_GL_MakeCurrent()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m117 device->GL_MakeCurrent = UIKit_GL_MakeCurrent;
DSDL_uikitwindow.m254 _this->GL_MakeCurrent(_this, _this->current_glwin, _this->current_glctx);
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c162 device->GL_MakeCurrent = Wayland_GLES_MakeCurrent; in Wayland_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c158 device->GL_MakeCurrent = MIR_GL_MakeCurrent; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m117 device->GL_MakeCurrent = Cocoa_GL_MakeCurrent;
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c124 device->GL_MakeCurrent = PND_gl_makecurrent; in PND_create()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp164 device->GL_MakeCurrent = WINRT_GLES_MakeCurrent; in WINRT_CreateDevice()