Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
Degl.cpp1754 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h54 {"eglLockSurfaceKHR", (void *)eglLockSurfaceKHR},
Degl_dispatch.h56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member
101 …KHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f… in set_eglLockSurfaceKHR()
Degl.cpp577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() function
579 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list); in eglLockSurfaceKHR()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…