Searched refs:eglWaitNative (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec31 EGLBoolean eglWaitNative ( EGLint engine )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java123 boolean eglWaitNative(int engine, Object bindTarget); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java358 public boolean eglWaitNative(int engine, Object bindTarget) { method in class:EGLLogWrapper
359 begin("eglWaitNative");
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
H A DEGL14.java446 // C function EGLBoolean eglWaitNative ( EGLint engine )
448 public static native boolean eglWaitNative( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java48 public native boolean eglWaitNative(int engine, Object bindTarget); method in class:EGLImpl
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
/frameworks/native/opengl/include/EGL/
H A Degl.h311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp473 return EglBoolToJBool(eglWaitNative(engine));
499 {"eglWaitNative", "(I" OBJECT ")Z", (void*)jni_eglWaitNative },
H A Dandroid_opengl_EGL14.cpp1169 /* EGLBoolean eglWaitNative ( EGLint engine ) */
1174 _returnValue = eglWaitNative(
1241 {"eglWaitNative", "(I)Z", (void *) android_eglWaitNative },
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp947 EGLBoolean eglWaitNative(EGLint engine) function
955 return cnx->egl.eglWaitNative(engine);
/frameworks/native/opengl/libagl/
H A Degl.cpp1897 EGLBoolean eglWaitNative(EGLint /*engine*/) function

Completed in 591 milliseconds