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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 37 eglWaitClient_t eglWaitClient;
EGLDispatch.cpp 51 s_egl.eglWaitClient = (eglWaitClient_t) lib->findSymbol("eglWaitClient");
egl_proc.h 38 typedef EGLBoolean (EGLAPIENTRY *eglWaitClient_t) ();
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 37 eglWaitClient_t eglWaitClient;
82 eglWaitClient_t set_eglWaitClient(eglWaitClient_t f) { eglWaitClient_t retval = eglWaitClient; eglWaitClient = f; return retval;}
egl_proc.h 38 typedef EGLBoolean (* eglWaitClient_t) ();
egl_dispatch.cpp 40 ptr = dlsym(gles_android,"eglWaitClient"); disp->set_eglWaitClient((eglWaitClient_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 37 eglWaitClient_t eglWaitClient;
82 eglWaitClient_t set_eglWaitClient(eglWaitClient_t f) { eglWaitClient_t retval = eglWaitClient; eglWaitClient = f; return retval;}
egl_proc.h 38 typedef EGLBoolean (* eglWaitClient_t) ();
egl_dispatch.cpp 46 ptr = dlsym(libEGL,"eglWaitClient"); disp->set_eglWaitClient((eglWaitClient_t)ptr);

Completed in 31 milliseconds