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

/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/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java121 boolean eglWaitGL(); method in interface:EGL10
/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/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 1764 milliseconds