Home
last modified time | relevance | path

Searched refs:eglDestroySyncKHR (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h59 {"eglDestroySyncKHR", (void *)eglDestroySyncKHR},
Degl_dispatch.h61 eglDestroySyncKHR_t eglDestroySyncKHR; member
106 …KHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f… in set_eglDestroySyncKHR()
Degl.cpp254 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) in eglDestroySyncKHR() function
256 return getDispatch()->eglDestroySyncKHR(dpy, sync); in eglDestroySyncKHR()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h61 eglDestroySyncKHR_t eglDestroySyncKHR; member
DEGLDispatch.cpp80 INIT_EGL_EXT_FUNC(eglDestroySyncKHR); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Deglext.h141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java610 eglDestroySyncKHR(580, 2039), enumConstant
1207 case 2039: return eglDestroySyncKHR; in valueOf()