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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java358 public boolean eglWaitNative(int engine, Object bindTarget) { method in class:EGLLogWrapper
359 begin("eglWaitNative");
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java48 public native boolean eglWaitNative(int engine, Object bindTarget); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java122 boolean eglWaitNative(int engine, Object bindTarget); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp774 EGLBoolean eglWaitNative(EGLint engine) function
791 res = cnx->egl.eglWaitNative(engine);
/frameworks/base/opengl/libagl/
H A Degl.cpp1831 EGLBoolean eglWaitNative(EGLint engine) function
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp400 const Message_Function Message::eglWaitNative; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h474 static const Function eglWaitNative = Message_Function_eglWaitNative; member in class:com::android::glesv2debugger::Message

Completed in 83 milliseconds