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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 51 eglWaitGL_t eglWaitGL;
EGLDispatch.cpp 65 s_egl.eglWaitGL = (eglWaitGL_t) lib->findSymbol("eglWaitGL");
egl_proc.h 52 typedef EGLBoolean (EGLAPIENTRY *eglWaitGL_t) ();
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 51 eglWaitGL_t eglWaitGL;
96 eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
egl_proc.h 52 typedef EGLBoolean (* eglWaitGL_t) ();
egl_dispatch.cpp 54 ptr = dlsym(gles_android,"eglWaitGL"); disp->set_eglWaitGL((eglWaitGL_t)ptr);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h 51 eglWaitGL_t eglWaitGL;
96 eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
egl_proc.h 52 typedef EGLBoolean (* eglWaitGL_t) ();
egl_dispatch.cpp 60 ptr = dlsym(libEGL,"eglWaitGL"); disp->set_eglWaitGL((eglWaitGL_t)ptr);

Completed in 181 milliseconds