OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglWaitSync
(Results
1 - 12
of
12
) sorted by null
/external/mesa3d/src/egl/
egl-symbols-check
56
eglWaitSync
/external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl
49
{ "
eglWaitSync
", (deFunctionPtr)
eglWaitSync
},
eglwApi.inl
63
#define
eglWaitSync
eglwWaitSync
/external/mesa3d/src/egl/main/
eglentrypoint.h
79
EGL_ENTRYPOINT(
eglWaitSync
)
eglapi.c
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
EGL15Test.java
237
boolean success = EGL15.
eglWaitSync
(mEglDisplay, sync, 0);
239
throw new RuntimeException("
eglWaitSync
failed (returned false)");
243
throw new RuntimeException("
eglWaitSync
failed");
/external/deqp/framework/egl/
egluCallLogWrapperApi.inl
63
eglw::EGLBoolean
eglWaitSync
(eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags);
egluCallLogWrapper.inl
594
eglw::EGLBoolean CallLogWrapper::
eglWaitSync
(eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint flags)
597
m_log << TestLog::Message << "
eglWaitSync
(" << dpy << ", " << sync << ", " << flags << ");" << TestLog::EndMessage;
/external/mesa3d/include/EGL/
egl.h
296
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitSync
(EGLDisplay dpy, EGLSync sync, EGLint flags);
/external/swiftshader/include/EGL/
egl.h
296
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitSync
(EGLDisplay dpy, EGLSync sync, EGLint flags);
/external/swiftshader/src/OpenGL/libEGL/
main.cpp
650
EGLAPI EGLBoolean EGLAPIENTRY
eglWaitSync
(EGLDisplay dpy, EGLSync sync, EGLint flags)
libEGL.cpp
[
all
...]
Completed in 669 milliseconds