OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglCreateSync
(Results
1 - 12
of
12
) sorted by null
/external/mesa3d/src/egl/
egl-symbols-check
25
eglCreateSync
/external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl
18
{ "
eglCreateSync
", (deFunctionPtr)
eglCreateSync
},
eglwApi.inl
22
#define
eglCreateSync
eglwCreateSync
/external/mesa3d/src/egl/main/
eglentrypoint.h
23
EGL_ENTRYPOINT(
eglCreateSync
)
eglapi.c
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
EGL15Test.java
147
EGLSync sync = EGL15.
eglCreateSync
(mEglDisplay, EGL15.EGL_SYNC_FENCE,
152
throw new RuntimeException("
eglCreateSync
failed");
156
throw new RuntimeException("
eglCreateSync
failed");
188
EGLSync sync = EGL15.
eglCreateSync
(mEglDisplay, EGL15.EGL_SYNC_FENCE,
193
throw new RuntimeException("
eglCreateSync
failed");
197
throw new RuntimeException("
eglCreateSync
failed");
225
EGLSync sync = EGL15.
eglCreateSync
(mEglDisplay, EGL15.EGL_SYNC_FENCE,
230
throw new RuntimeException("
eglCreateSync
failed");
234
throw new RuntimeException("
eglCreateSync
failed");
/external/deqp/framework/egl/
egluCallLogWrapperApi.inl
22
eglw::EGLSync
eglCreateSync
(eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLAttrib *attrib_list);
egluCallLogWrapper.inl
172
eglw::EGLSync CallLogWrapper::
eglCreateSync
(eglw::EGLDisplay dpy, eglw::EGLenum type, const eglw::EGLAttrib *attrib_list)
175
m_log << TestLog::Message << "
eglCreateSync
(" << dpy << ", " << toHex(type) << ", " << attrib_list << ");" << TestLog::EndMessage;
/external/mesa3d/include/EGL/
egl.h
287
EGLAPI EGLSync EGLAPIENTRY
eglCreateSync
(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
/external/swiftshader/include/EGL/
egl.h
287
EGLAPI EGLSync EGLAPIENTRY
eglCreateSync
(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
/external/swiftshader/src/OpenGL/libEGL/
main.cpp
610
EGLAPI EGLSyncKHR EGLAPIENTRY
eglCreateSync
(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list)
libEGL.cpp
[
all
...]
Completed in 359 milliseconds