Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h41 {"eglSwapInterval", (void *)eglSwapInterval},
Degl_dispatch.h43 eglSwapInterval_t eglSwapInterval; member
88 …pInterval(eglSwapInterval_t f) { eglSwapInterval_t retval = eglSwapInterval; eglSwapInterval = f; … in set_eglSwapInterval()
Degl.cpp169 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) in eglSwapInterval() function
171 return getDispatch()->eglSwapInterval(dpy, interval); in eglSwapInterval()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h43 eglSwapInterval_t eglSwapInterval; member
DEGLDispatch.cpp57 s_egl.eglSwapInterval = (eglSwapInterval_t) lib->findSymbol("eglSwapInterval"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h294 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay dpy, EGLint interval);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp795 EGLAPI EGLBoolean EGLAPIENTRY eglSwapInterval(EGLDisplay display, EGLint interval) { in eglSwapInterval() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java495 eglSwapInterval(465, 2028), enumConstant
988 case 2028: return eglSwapInterval; in valueOf()