HomeSort by relevance Sort by last modified time
    Searched full:egldestroysynckhr_t (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
egl_proc.h 62 typedef EGLBoolean (EGLAPIENTRY *eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl_proc.h 62 typedef EGLBoolean (* eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync);
egl_dispatch.cpp 70 ptr = dlsym(libEGL,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((eglDestroySyncKHR_t)ptr);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h 61 eglDestroySyncKHR_t eglDestroySyncKHR;
106 eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl_proc.h 62 typedef EGLBoolean (* eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync);
egl_dispatch.cpp 64 ptr = dlsym(gles_android,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((eglDestroySyncKHR_t)ptr);

Completed in 32 milliseconds