Home
last modified time | relevance | path

Searched refs:eglUnlockSurfaceKHR (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
Degl.cpp1763 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
Degl_dispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR; member
102 …lUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR =… in set_eglUnlockSurfaceKHR()
Degl.cpp582 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR() function
584 return getDispatch()->eglUnlockSurfaceKHR(display, surface); in eglUnlockSurfaceKHR()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);