Home
last modified time | relevance | path

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

1234

/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwStaticLibrary14.inl35 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwStaticLibrary15.inl44 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwInitCore.inl44 dst->swapInterval = (eglSwapIntervalFunc) loader->get("eglSwapInterval");
/third_party/mesa3d/src/egl/
Degl-symbols.txt39 eglSwapInterval
/third_party/mesa3d/src/egl/main/
Degl.def40 eglSwapInterval
Deglentrypoint.h80 EGL_ENTRYPOINT(eglSwapInterval)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def32 eglSwapInterval @22
DlibEGL_deprecated.def32 eglSwapInterval @22
DlibEGL_deprecated.lds42 eglSwapInterval;
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.def32 eglSwapInterval @22
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile46 eglSwapInterval.xhtml \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
DMakefile60 eglSwapInterval.html \
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile60 eglSwapInterval.html \
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenopengles.c55 LOAD_FUNC(eglSwapInterval); in Emscripten_GLES_LoadLibrary()
/third_party/EGL/sdk/docs/man/html/
DMakefile55 eglSwapInterval.xhtml \
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_create_surface_swap_interval.txt39 eglSwapInterval to change the default. In some cases this can lead to
/third_party/flutter/skia/third_party/externals/angle2/util/
Degl_loader_autogen.cpp40 ANGLE_UTIL_EXPORT PFNEGLSWAPINTERVALPROC eglSwapInterval; variable
148 eglSwapInterval = reinterpret_cast<PFNEGLSWAPINTERVALPROC>(loadProc("eglSwapInterval")); in LoadEGL()
Degl_loader_autogen.h46 ANGLE_UTIL_EXPORT extern PFNEGLSWAPINTERVALPROC eglSwapInterval;
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.def40 eglSwapInterval
/third_party/EGL/extensions/NV/
DEGL_NV_post_sub_buffer.txt176 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint
182 first called subsequent to the eglSwapInterval call."
234 -Clarified that eglSwapInterval applies to all color-buffer post
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_post_sub_buffer.txt176 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint
182 first called subsequent to the eglSwapInterval call."
234 -Clarified that eglSwapInterval applies to all color-buffer post
/third_party/skia/tools/sk_app/android/
DGLWindowContext_android.cpp120 eglSwapInterval(fDisplay, fDisplayParams.fDisableVsync ? 0 : 1); in onInitializeContext()
/third_party/flutter/skia/tools/sk_app/android/
DGLWindowContext_android.cpp120 eglSwapInterval(fDisplay, fDisplayParams.fDisableVsync ? 0 : 1); in onInitializeContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h69 EGLBoolean(EGLAPIENTRY *eglSwapInterval) (EGLDisplay dpy, EGLint interval);
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl.c161 status = eglSwapInterval(_this->gl_data->display, interval); in PSP_GL_SetSwapInterval()

1234