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

  /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);

Completed in 298 milliseconds