Searched defs:eglWaitNative (Results 1 - 8 of 8) 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);
H A DEGL14.java427 // C function EGLBoolean eglWaitNative ( EGLint engine )
429 public static native boolean eglWaitNative( method in class:EGL14
/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/native/opengl/libs/EGL/
H A DeglApi.cpp674 EGLBoolean eglWaitNative(EGLint engine) function
682 return cnx->egl.eglWaitNative(engine);
/frameworks/native/opengl/libagl/
H A Degl.cpp1850 EGLBoolean eglWaitNative(EGLint engine) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp993 const GLMessage_Function GLMessage::eglWaitNative; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1326 static const Function eglWaitNative = GLMessage_Function_eglWaitNative; member in class:android::gltrace::GLMessage

Completed in 116 milliseconds