OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglWaitSyncKHR
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libs/EGL/
eglApi.cpp
135
{ "
eglWaitSyncKHR
",
136
(__eglMustCastToProperFunctionPointerType)&
eglWaitSyncKHR
},
[
all
...]
/frameworks/native/opengl/include/EGL/
eglext.h
465
EGLAPI EGLint EGLAPIENTRY
eglWaitSyncKHR
(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
/frameworks/native/libs/gui/
GLConsumer.cpp
815
eglWaitSyncKHR
(dpy, sync, 0);
Completed in 335 milliseconds