Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_dispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
102eglUnlockSurfaceKHR_t set_eglUnlockSurfaceKHR(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t ret… in set_eglUnlockSurfaceKHR()
Degl_proc.h58 typedef EGLBoolean (* eglUnlockSurfaceKHR_t) (EGLDisplay, EGLSurface); typedef
Degl_dispatch.cpp66 …ptr = dlsym(libEGL,"eglUnlockSurfaceKHR"); disp->set_eglUnlockSurfaceKHR((eglUnlockSurfaceKHR_t)pt… in loadEGL()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h57 eglUnlockSurfaceKHR_t eglUnlockSurfaceKHR;
Degl_proc.h58 typedef EGLBoolean (EGLAPIENTRY *eglUnlockSurfaceKHR_t) (EGLDisplay, EGLSurface); typedef