Home
last modified time | relevance | path

Searched refs:GL_GetSwapInterval (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c44 _this->GL_GetSwapInterval = WIN_GL_GetSwapInterval; in WIN_GLES_LoadLibrary()
76 _this->GL_GetSwapInterval = WIN_GL_GetSwapInterval; in WIN_GLES_CreateContext()
A DSDL_windowsvideo.c190 device->GL_GetSwapInterval = WIN_GL_GetSwapInterval; in WIN_CreateDevice()
201 device->GL_GetSwapInterval = WIN_GLES_GetSwapInterval; in WIN_CreateDevice()
A DSDL_windowsopengl.c681 _this->GL_GetSwapInterval = WIN_GLES_GetSwapInterval; in WIN_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m44 _this->GL_GetSwapInterval = Cocoa_GL_GetSwapInterval;
76 _this->GL_GetSwapInterval = Cocoa_GL_GetSwapInterval;
A DSDL_cocoavideo.m123 device->GL_GetSwapInterval = Cocoa_GL_GetSwapInterval;
133 device->GL_GetSwapInterval = Cocoa_GLES_GetSwapInterval;
A DSDL_cocoaopengl.m203 _this->GL_GetSwapInterval = Cocoa_GLES_GetSwapInterval;
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c97 device->GL_GetSwapInterval = OFFSCREEN_GL_GetSwapInterval; in OFFSCREEN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c48 _this->GL_GetSwapInterval = X11_GL_GetSwapInterval; in X11_GLES_LoadLibrary()
A DSDL_x11video.c277 device->GL_GetSwapInterval = X11_GL_GetSwapInterval; in X11_CreateDevice()
291 device->GL_GetSwapInterval = X11_GLES_GetSwapInterval; in X11_CreateDevice()
A DSDL_x11opengl.c261 _this->GL_GetSwapInterval = X11_GLES_GetSwapInterval; in X11_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc107 device->GL_GetSwapInterval = HAIKU_GL_GetSwapInterval; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c125 device->GL_GetSwapInterval = NACL_GLES_GetSwapInterval; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c143 device->GL_GetSwapInterval = Android_GLES_GetSwapInterval; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c139 device->GL_GetSwapInterval = PSP_GL_GetSwapInterval; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c122 device->GL_GetSwapInterval = Emscripten_GLES_GetSwapInterval; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c108 device->GL_GetSwapInterval = VIVANTE_GLES_GetSwapInterval; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c138 device->GL_GetSwapInterval = DirectFB_GL_GetSwapInterval; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c140 device->GL_GetSwapInterval = RPI_GLES_GetSwapInterval; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h263 int (*GL_GetSwapInterval) (_THIS); member
A DSDL_video.c3666 } else if (_this->GL_GetSwapInterval) { in SDL_GL_GetSwapInterval()
3667 return _this->GL_GetSwapInterval(_this); in SDL_GL_GetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c173 device->GL_GetSwapInterval = Wayland_GLES_GetSwapInterval; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c128 device->GL_GetSwapInterval = PND_gl_getswapinterval; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp165 device->GL_GetSwapInterval = WINRT_GLES_GetSwapInterval; in WINRT_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c218 device->GL_GetSwapInterval = KMSDRM_GLES_GetSwapInterval; in KMSDRM_CreateDevice()

Completed in 57 milliseconds