Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
Degl_ftable.h55 {"eglUnlockSurfaceKHR", (void *)eglUnlockSurfaceKHR},
Degl.cpp1199 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.cpp618 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR() function
620 return getDispatch()->eglUnlockSurfaceKHR(display, surface); in eglUnlockSurfaceKHR()