HomeSort by relevance Sort by last modified time
    Searched refs:eglLockSurfaceKHR_t (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
egl_proc.h 57 typedef EGLBoolean (EGLAPIENTRY *eglLockSurfaceKHR_t) (EGLDisplay, EGLSurface, const EGLint*);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
egl_proc.h 57 typedef EGLBoolean (* eglLockSurfaceKHR_t) (EGLDisplay, EGLSurface, const EGLint*);
egl_dispatch.cpp 59 ptr = dlsym(gles_android,"eglLockSurfaceKHR"); disp->set_eglLockSurfaceKHR((eglLockSurfaceKHR_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 56 eglLockSurfaceKHR_t eglLockSurfaceKHR;
101 eglLockSurfaceKHR_t set_eglLockSurfaceKHR(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
egl_proc.h 57 typedef EGLBoolean (* eglLockSurfaceKHR_t) (EGLDisplay, EGLSurface, const EGLint*);
egl_dispatch.cpp 65 ptr = dlsym(libEGL,"eglLockSurfaceKHR"); disp->set_eglLockSurfaceKHR((eglLockSurfaceKHR_t)ptr);

Completed in 24 milliseconds