Searched defs:eglWaitGL (Results 1 - 6 of 6) sorted by path

/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java440 // C function EGLBoolean eglWaitGL ( void )
442 public static native boolean eglWaitGL( method in class:EGL14
H A DEGLLogWrapper.java349 public boolean eglWaitGL() { method in class:EGLLogWrapper
350 begin("eglWaitGL");
352 boolean result = mEgl10.eglWaitGL();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 public native boolean eglWaitGL(); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java121 boolean eglWaitGL(); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1878 EGLBoolean eglWaitGL(void) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp879 EGLBoolean eglWaitGL(void) function
887 return cnx->egl.eglWaitGL();
1325 res = cnx->egl.eglWaitGL();

Completed in 67 milliseconds