HomeSort by relevance Sort by last modified time
    Searched defs:eglSignalSyncKHR (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 63 eglSignalSyncKHR_t eglSignalSyncKHR;
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 264 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
266 return getDispatch()->eglSignalSyncKHR(dpy, sync, mode);
egl_dispatch.h 63 eglSignalSyncKHR_t eglSignalSyncKHR;
108 eglSignalSyncKHR_t set_eglSignalSyncKHR(eglSignalSyncKHR_t f) { eglSignalSyncKHR_t retval = eglSignalSyncKHR; eglSignalSyncKHR = f; return retval;}
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 650 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
652 return getDispatch()->eglSignalSyncKHR(dpy, sync, mode);
egl_dispatch.h 63 eglSignalSyncKHR_t eglSignalSyncKHR;
108 eglSignalSyncKHR_t set_eglSignalSyncKHR(eglSignalSyncKHR_t f) { eglSignalSyncKHR_t retval = eglSignalSyncKHR; eglSignalSyncKHR = f; return retval;}
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 123 { "eglSignalSyncKHR",
124 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR },
    [all...]

Completed in 4716 milliseconds