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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 614 EGLBoolean eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
616 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;}
  /external/mesa3d/src/egl/main/
eglapi.c     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 161 { "eglSignalSyncKHR",
162 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR },
    [all...]

Completed in 90 milliseconds