Searched defs:eglUnlockSurfaceKHR (Results 1 - 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR; member in struct:egl_dispatch
102 eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR = f; return retval;}
H A Degl.cpp582 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) function
584 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp1763 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) function

Completed in 11 milliseconds