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

/development/tools/emulator/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.cpp618 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) function
620 return getDispatch()->eglUnlockSurfaceKHR(display, surface);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp1125 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) function

Completed in 529 milliseconds