Home
last modified time | relevance | path

Searched defs:eglWaitClient (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DEGL14.java325 public static native boolean eglWaitClient( in eglWaitClient() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1249 EGLBoolean eglWaitClient(void) in eglWaitClient() function
/frameworks/native/opengl/libagl/
Degl.cpp1977 EGLBoolean eglWaitClient(void) in eglWaitClient() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto790 eglWaitClient = 2031; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1595 const GLMessage_Function GLMessage::eglWaitClient; member in android::gltrace::GLMessage
Dgltrace.pb.h1943 static const Function eglWaitClient = GLMessage_Function_eglWaitClient; variable