Searched defs:eglWaitNative (Results 1 - 6 of 6) 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.java445 // C function EGLBoolean eglWaitNative ( EGLint engine )
447 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/libagl/
H A Degl.cpp1884 EGLBoolean eglWaitNative(EGLint /*engine*/) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp881 EGLBoolean eglWaitNative(EGLint engine) function
889 return cnx->egl.eglWaitNative(engine);

Completed in 331 milliseconds