Home
last modified time | relevance | path

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

/external/deqp/framework/egl/wrapper/
DeglwStaticLibrary14.inl35 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwStaticLibrary15.inl44 { "eglSwapInterval", (deFunctionPtr)eglSwapInterval },
DeglwInitCore.inl44 dst->swapInterval = (eglSwapIntervalFunc) loader->get("eglSwapInterval");
DeglwApi.inl55 #define eglSwapInterval eglwSwapInterval macro
/external/mesa3d/src/egl/main/
Degl.def31 eglSwapInterval
Deglapi.c658 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
899 { "eglSwapInterval", (_EGLProc) eglSwapInterval }, in eglGetProcAddress()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc98 return (eglSwapInterval(display_, interval) == EGL_TRUE); in SwapInterval()
/external/skia/platform_tools/android/apps/visualbench/src/main/jni/
DSkOSWindow_AndroidNative.cpp181 eglSwapInterval(fWindow.fDisplay, swapInterval); in setVsync()
/external/mesa3d/include/EGL/
Degl.h294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
/external/deqp/modules/egl/
DteglNegativeApiTests.cpp1305 expectFalse(eglSwapInterval(EGL_NO_DISPLAY, 0)); in init()
1308 expectFalse(eglSwapInterval((EGLDisplay)-1, 0)); in init()
1315 expectFalse(eglSwapInterval(display, 0)); in init()
DteglGetProcAddressTests.inl38 "eglSwapInterval",
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl57 eglw::EGLBoolean eglSwapInterval (eglw::EGLDisplay dpy, eglw::EGLint interval);
DegluCallLogWrapper.inl534 eglw::EGLBoolean CallLogWrapper::eglSwapInterval (eglw::EGLDisplay dpy, eglw::EGLint interval) function in CallLogWrapper
537 …m_log << TestLog::Message << "eglSwapInterval(" << dpy << ", " << interval << ");" << TestLog::End…