Home
last modified time | relevance | path

Searched refs:eglSwapInterval (Results 1 – 24 of 24) 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
Deglapi.c1165 eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
2348 { "eglSwapInterval", (_EGLProc) eglSwapInterval }, in eglGetProcAddress()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.def32 eglSwapInterval @22
DlibEGL.lds33 eglSwapInterval;
DlibEGL.hpp49 EGLBoolean (*eglSwapInterval)(EGLDisplay dpy, EGLint interval); member in LibEGLexports
Dmain.cpp461 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
595 this->eglSwapInterval = egl::SwapInterval; in LibEGLexports()
DlibEGL.cpp1364 FUNCTION(eglSwapInterval), in GetProcAddress()
/external/mesa3d/src/egl/
Degl-symbols-check43 eglSwapInterval
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc101 return (eglSwapInterval(display_, interval) == EGL_TRUE); in SwapInterval()
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.lds29 eglSwapInterval;
DlibGLES_CM.def28 eglSwapInterval @132
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/mesa3d/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()
DteglGetProcAddressTests.inl38 "eglSwapInterval",
/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()