Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
102eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t ret… in set_eglUnlockSurfaceKHR()
Degl_proc.h58 typedef EGLBoolean (* eglUnlockSurfaceKHR_t) (EGLDisplay, EGLSurface); typedef
Degl_dispatch.cpp60 …sym(gles_android,"eglUnlockSurfaceKHR"); disp->set_eglUnlockSurfaceKHR((eglUnlockSurfaceKHR_t)ptr); in create_egl_dispatch()