Home
last modified time | relevance | path

Searched refs:eglWaitNative (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl_ftable.h50 {"eglWaitNative", (void *)eglWaitNative},
Degl_dispatch.h52 eglWaitNative_t eglWaitNative; member
97 …t_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; re… in set_eglWaitNative()
Degl.cpp214 EGLBoolean eglWaitNative(EGLint engine) in eglWaitNative() function
216 return getDispatch()->eglWaitNative(engine); in eglWaitNative()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h52 eglWaitNative_t eglWaitNative; member
DEGLDispatch.cpp66 s_egl.eglWaitNative = (eglWaitNative_t) lib->findSymbol("eglWaitNative"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp864 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine) { in eglWaitNative() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java486 eglWaitNative(456, 2019), enumConstant
979 case 2019: return eglWaitNative; in valueOf()