Home
last modified time | relevance | path

Searched refs:GL_SetSwapInterval (Results 1 – 25 of 25) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengles.c43 _this->GL_SetSwapInterval = WIN_GL_SetSwapInterval; in WIN_GLES_LoadLibrary()
75 _this->GL_SetSwapInterval = WIN_GL_SetSwapInterval; in WIN_GLES_CreateContext()
A DSDL_windowsvideo.c189 device->GL_SetSwapInterval = WIN_GL_SetSwapInterval; in WIN_CreateDevice()
200 device->GL_SetSwapInterval = WIN_GLES_SetSwapInterval; in WIN_CreateDevice()
A DSDL_windowsopengl.c680 _this->GL_SetSwapInterval = WIN_GLES_SetSwapInterval; in WIN_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengles.m43 _this->GL_SetSwapInterval = Cocoa_GL_SetSwapInterval;
75 _this->GL_SetSwapInterval = Cocoa_GL_SetSwapInterval;
A DSDL_cocoavideo.m122 device->GL_SetSwapInterval = Cocoa_GL_SetSwapInterval;
132 device->GL_SetSwapInterval = Cocoa_GLES_SetSwapInterval;
A DSDL_cocoaopengl.m202 _this->GL_SetSwapInterval = Cocoa_GLES_SetSwapInterval;
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c98 device->GL_SetSwapInterval = OFFSCREEN_GL_SetSwapInterval; in OFFSCREEN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengles.c47 _this->GL_SetSwapInterval = X11_GL_SetSwapInterval; in X11_GLES_LoadLibrary()
A DSDL_x11video.c276 device->GL_SetSwapInterval = X11_GL_SetSwapInterval; in X11_CreateDevice()
290 device->GL_SetSwapInterval = X11_GLES_SetSwapInterval; in X11_CreateDevice()
A DSDL_x11opengl.c260 _this->GL_SetSwapInterval = X11_GLES_SetSwapInterval; in X11_GL_LoadLibrary()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc106 device->GL_SetSwapInterval = HAIKU_GL_SetSwapInterval; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclvideo.c124 device->GL_SetSwapInterval = NACL_GLES_SetSwapInterval; in NACL_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidvideo.c142 device->GL_SetSwapInterval = Android_GLES_SetSwapInterval; in Android_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c138 device->GL_SetSwapInterval = PSP_GL_SetSwapInterval; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dvideo.c345 device->GL_SetSwapInterval = glSetSwapInterval; in createDevice()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c121 device->GL_SetSwapInterval = Emscripten_GLES_SetSwapInterval; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/vivante/
A DSDL_vivantevideo.c107 device->GL_SetSwapInterval = VIVANTE_GLES_SetSwapInterval; in VIVANTE_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c137 device->GL_SetSwapInterval = DirectFB_GL_SetSwapInterval; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c139 device->GL_SetSwapInterval = RPI_GLES_SetSwapInterval; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h262 int (*GL_SetSwapInterval) (_THIS, int interval); member
A DSDL_video.c3652 } else if (_this->GL_SetSwapInterval) { in SDL_GL_SetSwapInterval()
3653 return _this->GL_SetSwapInterval(_this, interval); in SDL_GL_SetSwapInterval()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c174 device->GL_SetSwapInterval = Wayland_GLES_SetSwapInterval; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c127 device->GL_SetSwapInterval = PND_gl_setswapinterval; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtvideo.cpp164 device->GL_SetSwapInterval = WINRT_GLES_SetSwapInterval; in WINRT_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c217 device->GL_SetSwapInterval = KMSDRM_GLES_SetSwapInterval; in KMSDRM_CreateDevice()

Completed in 32 milliseconds