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.java422 // C function EGLBoolean eglWaitGL ( void )
424 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.cpp663 EGLBoolean eglWaitGL(void) function
671 return cnx->egl.eglWaitGL();
1028 res = cnx->egl.eglWaitGL();
/frameworks/native/opengl/libagl/
H A Degl.cpp1845 EGLBoolean eglWaitGL(void) function
/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

Completed in 3115 milliseconds