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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java46 public native boolean eglWaitGL(); method in class:EGLImpl
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java323 public boolean eglWaitGL() { method in class:EGLLogWrapper
324 begin("eglWaitGL");
326 boolean result = mEgl10.eglWaitGL();
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java119 boolean eglWaitGL(); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1239 EGLBoolean eglWaitGL(void) function
1254 res = cnx->egl.eglWaitGL();
1501 res = cnx->egl.eglWaitGL();
/frameworks/base/opengl/libagl/
H A Degl.cpp1899 EGLBoolean eglWaitGL(void) function

Completed in 34 milliseconds