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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h56 eglLockSurfaceKHR_t eglLockSurfaceKHR; member in struct:egl_dispatch
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
H A Degl.cpp577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) function
579 return getDispatch()->eglLockSurfaceKHR(display, surface, attrib_list);
/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp1754 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) function

Completed in 11 milliseconds