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.java422 // C function EGLBoolean eglWaitGL ( void )
424 public static native boolean eglWaitGL( method in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h220 GLAPI EGLBoolean APIENTRY eglWaitGL (void);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 public native boolean eglWaitGL(); method in class:EGLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto483 eglWaitGL = 2018;
/frameworks/native/opengl/include/EGL/
H A Degl.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp663 EGLBoolean eglWaitGL(void) function
671 return cnx->egl.eglWaitGL();
1028 res = cnx->egl.eglWaitGL();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp519 return eglWaitGL();
538 {"eglWaitGL", "()Z", (void*)jni_eglWaitGL },
H A Dandroid_opengl_EGL14.cpp1158 /* EGLBoolean eglWaitGL ( void ) */
1163 _returnValue = eglWaitGL();
1236 {"eglWaitGL", "()Z", (void *) android_eglWaitGL },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp992 const GLMessage_Function GLMessage::eglWaitGL; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1325 static const Function eglWaitGL = GLMessage_Function_eglWaitGL; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1845 EGLBoolean eglWaitGL(void) function

Completed in 708 milliseconds