Home
last modified time | relevance | path

Searched refs:eglWaitGL (Results 1 – 20 of 20) sorted by relevance

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc128 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitGL);
242 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitGL); in init_stub_library()
Dstubs_arm64.cc128 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitGL);
242 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitGL); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt74 eglWaitGL;
Dplatform_entries.in23 EGL_ENTRY(EGLBoolean, eglWaitGL, void)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec30 EGLBoolean eglWaitGL ( void )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java123 boolean eglWaitGL(); in eglWaitGL() method
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h220 GLAPI EGLBoolean APIENTRY eglWaitGL (void);
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java349 public boolean eglWaitGL() { in eglWaitGL() method in EGLLogWrapper
352 boolean result = mEgl10.eglWaitGL(); in eglWaitGL()
DEGL14.java445 public static native boolean eglWaitGL( in eglWaitGL() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java52 public native boolean eglWaitGL(); in eglWaitGL() method in EGLImpl
/frameworks/native/opengl/libs/EGL/
Degl_entries.in20 EGL_ENTRY(EGLBoolean, eglWaitGL, void)
DeglApi.cpp218 EGLBoolean eglWaitGL(void) { in eglWaitGL() function
222 return cnx->platform.eglWaitGL(); in eglWaitGL()
Degl_platform_entries.cpp1172 return cnx->egl.eglWaitGL(); in eglWaitGLImpl()
1630 res = cnx->egl.eglWaitGL(); in eglWaitClientImpl()
/frameworks/native/opengl/include/EGL/
Degl.h143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp458 return EglBoolToJBool(eglWaitGL()); in jni_eglWaitGL()
Dandroid_opengl_EGL14.cpp1174 _returnValue = eglWaitGL(); in android_eglWaitGL()
/frameworks/native/opengl/libagl/
Degl.cpp1911 EGLBoolean eglWaitGL(void) in eglWaitGL() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18691 method public static boolean eglWaitGL();
51700 method public abstract boolean eglWaitGL();
/frameworks/base/non-updatable-api/
Dcurrent.txt31301 method public static boolean eglWaitGL();
75962 method public boolean eglWaitGL();
/frameworks/base/api/
Dcurrent.txt31445 method public static boolean eglWaitGL();
76106 method public boolean eglWaitGL();