Searched refs:eglWaitGL (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec30 EGLBoolean eglWaitGL ( void )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java122 boolean eglWaitGL(); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java349 public boolean eglWaitGL() { method in class:EGLLogWrapper
350 begin("eglWaitGL");
352 boolean result = mEgl10.eglWaitGL();
H A DEGL14.java441 // C function EGLBoolean eglWaitGL ( void )
443 public static native boolean eglWaitGL( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 public native boolean eglWaitGL(); method in class:EGLImpl
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h220 GLAPI EGLBoolean APIENTRY eglWaitGL (void);
/frameworks/native/opengl/include/EGL/
H A Degl.h143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1161 EGLBoolean eglWaitGL(void) function
1169 return cnx->egl.eglWaitGL();
1624 res = cnx->egl.eglWaitGL();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp458 return EglBoolToJBool(eglWaitGL());
477 {"eglWaitGL", "()Z", (void*)jni_eglWaitGL },
H A Dandroid_opengl_EGL14.cpp1159 /* EGLBoolean eglWaitGL ( void ) */
1164 _returnValue = eglWaitGL();
1239 {"eglWaitGL", "()Z", (void *) android_eglWaitGL },
/frameworks/native/opengl/libagl/
H A Degl.cpp1911 EGLBoolean eglWaitGL(void) function
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 112 milliseconds