Home
last modified time | relevance | path

Searched refs:eglWaitNative (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec31 EGLBoolean eglWaitNative ( EGLint engine )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java122 boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java48 public native boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java358 public boolean eglWaitNative(int engine, Object bindTarget) { in eglWaitNative() method in EGLLogWrapper
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget); in eglWaitNative()
DEGL14.java447 public static native boolean eglWaitNative( in eglWaitNative() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in21 EGL_ENTRY(EGLBoolean, eglWaitNative, EGLint)
DeglApi.cpp858 EGLBoolean eglWaitNative(EGLint engine) in eglWaitNative() function
866 return cnx->egl.eglWaitNative(engine); in eglWaitNative()
/frameworks/native/opengl/include/EGL/
Degl.h311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto778 eglWaitNative = 2019; enumerator
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp526 return EglBoolToJBool(eglWaitNative(engine)); in jni_eglWaitNative()
Dandroid_opengl_EGL14.cpp1198 _returnValue = eglWaitNative( in android_eglWaitNative()
/frameworks/native/opengl/libagl/
Degl.cpp1856 EGLBoolean eglWaitNative(EGLint /*engine*/) in eglWaitNative() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1583 const GLMessage_Function GLMessage::eglWaitNative; member in android::gltrace::GLMessage
Dgltrace.pb.h1931 static const Function eglWaitNative = GLMessage_Function_eglWaitNative; variable
/frameworks/base/api/
Dcurrent.txt18626 method public static boolean eglWaitNative(int);
51493 method public abstract boolean eglWaitNative(int, java.lang.Object);