Home
last modified time | relevance | path

Searched refs:SwapInterval (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/glfw/src/
Degl_context.h148 #define eglSwapInterval _glfw.egl.SwapInterval
195 PFNEGLSWAPINTERVALPROC SwapInterval; member
Degl_context.c344 _glfw.egl.SwapInterval = (PFNEGLSWAPINTERVALPROC) in _glfwInitEGL()
364 !_glfw.egl.SwapInterval || in _glfwInitEGL()
/third_party/mesa3d/src/egl/main/
Deglsurface.h153 EGLint SwapInterval; member
Degldriver.h115 EGLBoolean (*SwapInterval)(_EGLDisplay *disp, _EGLSurface *surf, member
Deglapi.c1310 if (surf->SwapInterval != interval && disp->Driver->SwapInterval) in eglSwapInterval()
1311 ret = disp->Driver->SwapInterval(disp, surf, interval); in eglSwapInterval()
1316 surf->SwapInterval = interval; in eglSwapInterval()
Deglsurface.c425 surf->SwapInterval = 1; in _eglInitSurface()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp368 EGLBoolean EGLAPIENTRY SwapInterval(EGLDisplay dpy, EGLint interval);
507 return egl::SwapInterval(dpy, interval); in eglSwapInterval()
694 this->eglSwapInterval = egl::SwapInterval; in LibEGLexports()
DlibEGL.cpp793 EGLBoolean EGLAPIENTRY SwapInterval(EGLDisplay dpy, EGLint interval) in SwapInterval() function
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp97 (&surface->surf)->SwapInterval = 1; in haiku_create_window_surface()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_stubs_autogen.h158 EGLBoolean SwapInterval(Thread *thread, egl::Display *dpyPacked, EGLint interval);
Dentry_points_egl_autogen.cpp511 EGL_EVENT(SwapInterval, "dpy = 0x%016" PRIxPTR ", interval = %d", (uintptr_t)dpy, interval); in EGL_SwapInterval()
517 ANGLE_EGL_VALIDATE(thread, SwapInterval, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_SwapInterval()
520 return SwapInterval(thread, dpyPacked, interval); in EGL_SwapInterval()
Degl_stubs.cpp643 EGLBoolean SwapInterval(Thread *thread, Display *display, EGLint interval) in SwapInterval() function
/third_party/skia/src/utils/win/
DSkWGL_win.cpp289 GET_PROC(SwapInterval, EXT); in SkWGLExtensions()
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp286 GET_PROC(SwapInterval, EXT); in SkWGLExtensions()
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c449 dri2_surf->base.SwapInterval = dri2_dpy->default_swap_interval; in dri2_wl_create_window_surface()
1119 if (draw->SwapInterval > 0) { in dri2_wl_swap_buffers_with_damage()
1851 if (dri2_surf->base.SwapInterval > 0) { in dri2_wl_swrast_commit_backbuffer()
Dplatform_x11_dri3.c130 dri3_surf->surf.base.SwapInterval = interval; in dri3_set_swap_interval()
Dplatform_android.c784 surf->SwapInterval = interval; in droid_swap_interval()
Dplatform_x11.c375 surf->SwapInterval = 1; in dri2_x11_create_window_surface()
Degl_dri2.c3702 .SwapInterval = dri2_swap_interval,
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp347 TEST_P(EGLSurfaceTest, SwapInterval) in TEST_P() argument
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst1683 - egl: drop unused \_EGLDriver from SwapInterval()