Home
last modified time | relevance | path

Searched refs:eglWaitClient (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec16 EGLBoolean eglWaitClient ( void )
/frameworks/native/opengl/libs/EGL/
Degl_entries.in39 EGL_ENTRY(EGLBoolean, eglWaitClient, void)
DeglApi.cpp1244 EGLBoolean eglWaitClient(void) in eglWaitClient() function
1253 if (cnx->egl.eglWaitClient) { in eglWaitClient()
1254 res = cnx->egl.eglWaitClient(); in eglWaitClient()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java318 public static native boolean eglWaitClient( in eglWaitClient() method in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto600 eglWaitClient = 2031; enumerator
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp839 _returnValue = eglWaitClient(); in android_eglWaitClient()
/frameworks/native/opengl/libagl/
Degl.cpp1977 EGLBoolean eglWaitClient(void) in eglWaitClient() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1213 const GLMessage_Function GLMessage::eglWaitClient; member in android::gltrace::GLMessage
Dgltrace.pb.h1561 static const Function eglWaitClient = GLMessage_Function_eglWaitClient; variable
/frameworks/base/api/
Dcurrent.txt15254 method public static boolean eglWaitClient();