Searched refs:eglLockSurfaceKHR_t (Results 1 – 3 of 3) sorted by relevance
56 eglLockSurfaceKHR_t eglLockSurfaceKHR;101 …eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eg… in set_eglLockSurfaceKHR()
57 typedef EGLBoolean (* eglLockSurfaceKHR_t) (EGLDisplay, EGLSurface, const EGLint*); typedef
59 …ptr = dlsym(gles_android,"eglLockSurfaceKHR"); disp->set_eglLockSurfaceKHR((eglLockSurfaceKHR_t)pt… in create_egl_dispatch()