Home
last modified time | relevance | path

Searched refs:eglSwapInterval (Results 1 – 25 of 25) 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.inl57 #define eglSwapInterval eglwSwapInterval macro
/external/mesa3d/src/egl/main/
Degl.def31 eglSwapInterval
Deglentrypoint.h73 EGL_ENTRYPOINT(eglSwapInterval)
Deglapi.c1192 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def32 eglSwapInterval @22
DlibEGL.lds42 eglSwapInterval;
DlibEGL.hpp49 EGLBoolean (*eglSwapInterval)(EGLDisplay dpy, EGLint interval); member in LibEGLexports
Dmain.cpp495 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
684 this->eglSwapInterval = egl::SwapInterval; in LibEGLexports()
DlibEGL.cpp1514 FUNCTION(eglSwapInterval), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check51 eglSwapInterval
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc100 return (eglSwapInterval(display_, interval) == EGL_TRUE); in SwapInterval()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def28 eglSwapInterval @132
DlibGLES_CM.lds29 eglSwapInterval;
Dmain.cpp446 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
448 return libEGL->eglSwapInterval(dpy, interval); in eglSwapInterval()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h295 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()
DteglGetProcAddressTests.inl38 "eglSwapInterval",
/external/mesa3d/include/EGL/
Degl.h166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/external/swiftshader/include/EGL/
Degl.h166 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval (EGLDisplay dpy, EGLint interval);
/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…
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp68 eglSwapInterval(m_EGLDisplay, m_pShell->m_pShellData->nSwapInterval); in ApiActivatePreferences()