Home
last modified time | relevance | path

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

12

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl35 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwStaticLibrary15.inl44 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwInitCore.inl44 dst->swapInterval = (eglSwapIntervalFunc) loader->get("eglSwapInterval");
DeglwApi.inl57 #define eglSwapInterval eglwSwapInterval macro
/external/mesa3d/src/egl/main/
Degl.def31 eglSwapInterval
Deglentrypoint.h80 EGL_ENTRYPOINT(eglSwapInterval)
/external/mesa3d/src/egl/
Degl-symbols.txt39 eglSwapInterval
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def32 eglSwapInterval @22
DlibEGL.lds42 eglSwapInterval;
DlibEGL.hpp49 EGLBoolean (EGLAPIENTRY* eglSwapInterval)(EGLDisplay dpy, EGLint interval);
Dmain.cpp505 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
694 this->eglSwapInterval = egl::SwapInterval; in LibEGLexports()
/external/angle/src/libEGL/
DlibEGL_autogen.def40 eglSwapInterval
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def28 eglSwapInterval @132
DlibGLES_CM.lds29 eglSwapInterval;
/external/skia/tools/sk_app/android/
DGLWindowContext_android.cpp120 eglSwapInterval(fDisplay, fDisplayParams.fDisableVsync ? 0 : 1); in onInitializeContext()
/external/mesa3d/docs/relnotes/
D18.2.3.rst62 - egl: make eglSwapInterval a no-op for !window surfaces
/external/angle/util/
Degl_loader_autogen.h46 #define eglSwapInterval l_eglSwapInterval macro
DEGLWindow.cpp738 if (eglSwapInterval(mDisplay, swapInterval) == EGL_FALSE || eglGetError() != EGL_SUCCESS) in setSwapInterval()
/external/angle/src/tests/restricted_traces/
Dtrace_egl_loader_autogen.h46 #define eglSwapInterval t_eglSwapInterval macro
/external/swiftshader/include/EGL/
Degl.h166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1335 expectFalse(eglSwapInterval(EGL_NO_DISPLAY, 0)); in init()
1338 expectFalse(eglSwapInterval((EGLDisplay)-1, 0)); in init()
1345 expectFalse(eglSwapInterval(display, 0)); in init()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl57 eglw::EGLBoolean eglSwapInterval (eglw::EGLDisplay dpy, eglw::EGLint interval);
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp192 ANGLE_GET_PROC_OR_ERROR(&mFnPtrs->swapIntervalPtr, eglSwapInterval); in initialize()
/external/angle/include/EGL/
Degl.h182 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/external/mesa3d/include/EGL/
Degl.h201 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);

12