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

/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();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 public native boolean eglWaitGL(); method in class:EGLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Degl.h220 GLAPI EGLBoolean APIENTRY eglWaitGL (void);
/frameworks/base/opengl/include/EGL/
H A Degl.h310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
/frameworks/base/opengl/libs/EGL/
H A DeglApi.cpp752 EGLBoolean eglWaitGL(void) function
769 res = cnx->egl.eglWaitGL();
1098 res = cnx->egl.eglWaitGL();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp518 return eglWaitGL();
537 {"eglWaitGL", "()Z", (void*)jni_eglWaitGL },
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h473 static const Function eglWaitGL = Message_Function_eglWaitGL; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.cpp399 const Message_Function Message::eglWaitGL; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/libagl/
H A Degl.cpp1826 EGLBoolean eglWaitGL(void) function

Completed in 146 milliseconds