Searched refs:eglWaitNative (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 75 eglWaitNative;
|
D | platform_entries.in | 24 EGL_ENTRY(EGLBoolean, eglWaitNative, EGLint)
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 31 EGLBoolean eglWaitNative ( EGLint engine )
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 125 boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 358 public boolean eglWaitNative(int engine, Object bindTarget) { in eglWaitNative() method in EGLLogWrapper 363 boolean result = mEgl10.eglWaitNative(engine, bindTarget); in eglWaitNative()
|
D | EGL14.java | 450 public static native boolean eglWaitNative( in eglWaitNative() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 48 public native boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 21 EGL_ENTRY(EGLBoolean, eglWaitNative, EGLint)
|
D | eglApi.cpp | 225 EGLBoolean eglWaitNative(EGLint engine) { in eglWaitNative() function 229 return cnx->platform.eglWaitNative(engine); in eglWaitNative()
|
D | egl_platform_entries.cpp | 1180 return cnx->egl.eglWaitNative(engine); in eglWaitNativeImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 462 return EglBoolToJBool(eglWaitNative(engine)); in jni_eglWaitNative()
|
D | android_opengl_EGL14.cpp | 1183 _returnValue = eglWaitNative( in android_eglWaitNative()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1916 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() function
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18692 method public static boolean eglWaitNative(int); 51701 method public abstract boolean eglWaitNative(int, java.lang.Object);
|
/frameworks/base/api/ |
D | current.txt | 31008 method public static boolean eglWaitNative(int); 74533 method public boolean eglWaitNative(int, Object);
|