Searched defs:eglWaitNative (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl_dispatch.h52 eglWaitNative_t eglWaitNative; member in struct:egl_dispatch
97 eglWaitNative_t set_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; return retval;}
H A Degl.cpp591 EGLBoolean eglWaitNative(EGLint engine) function
593 return getDispatch()->eglWaitNative(engine);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp1089 EGLBoolean eglWaitNative(EGLint engine) function

Completed in 8 milliseconds