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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 52 eglWaitNative_t eglWaitNative;
97 eglWaitNative_t set_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; return retval;}
egl_proc.h 53 typedef EGLBoolean (* eglWaitNative_t) (EGLint);
egl_dispatch.cpp 55 ptr = dlsym(gles_android,"eglWaitNative"); disp->set_eglWaitNative((eglWaitNative_t)ptr);

Completed in 28 milliseconds