Home
last modified time | relevance | path

Searched refs:eglDestroySyncKHR_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h61 eglDestroySyncKHR_t eglDestroySyncKHR;
106eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval = eg… in set_eglDestroySyncKHR()
Degl_proc.h62 typedef EGLBoolean (* eglDestroySyncKHR_t) (EGLDisplay, EGLSyncKHR sync); typedef
Degl_dispatch.cpp64 …ptr = dlsym(gles_android,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((eglDestroySyncKHR_t)pt… in create_egl_dispatch()