Searched refs:eglWaitGL (Results 1 - 14 of 14) 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.java121 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.java440 // C function EGLBoolean eglWaitGL ( void )
442 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.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp847 EGLBoolean eglWaitGL(void) function
855 return cnx->egl.eglWaitGL();
1261 res = cnx->egl.eglWaitGL();
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto777 eglWaitGL = 2018;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp522 return EglBoolToJBool(eglWaitGL());
541 {"eglWaitGL", "()Z", (void*)jni_eglWaitGL },
H A Dandroid_opengl_EGL14.cpp1184 /* EGLBoolean eglWaitGL ( void ) */
1189 _returnValue = eglWaitGL();
1264 {"eglWaitGL", "()Z", (void *) android_eglWaitGL },
/frameworks/native/opengl/libagl/
H A Degl.cpp1851 EGLBoolean eglWaitGL(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1582 const GLMessage_Function GLMessage::eglWaitGL; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1930 static const Function eglWaitGL = GLMessage_Function_eglWaitGL; member in class:android::gltrace::GLMessage

Completed in 281 milliseconds