Home
last modified time | relevance | path

Searched refs:eglLockSurfaceKHR_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl_dispatch.h56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eg… in set_eglLockSurfaceKHR()
Degl_proc.h57 typedef EGLBoolean (* eglLockSurfaceKHR_t) (EGLDisplay, EGLSurface, const EGLint*); typedef
Degl_dispatch.cpp59 …ptr = dlsym(gles_android,"eglLockSurfaceKHR"); disp->set_eglLockSurfaceKHR((eglLockSurfaceKHR_t)pt… in create_egl_dispatch()