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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 public native boolean eglWaitNative(int engine, Object bindTarget); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java348 public boolean eglWaitNative(int engine, Object bindTarget) { method in class:EGLLogWrapper
349 begin("eglWaitNative");
353 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java120 boolean eglWaitNative(int engine, Object bindTarget); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1275 EGLBoolean eglWaitNative(EGLint engine) function
1290 res = cnx->egl.eglWaitNative(engine);
/frameworks/base/opengl/libagl/
H A Degl.cpp1904 EGLBoolean eglWaitNative(EGLint engine) function

Completed in 61 milliseconds