OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglDestroySync
(Results
1 - 12
of
12
) sorted by null
/external/mesa3d/src/egl/
egl-symbols-check
30
eglDestroySync
/external/deqp/framework/egl/wrapper/
eglwStaticLibrary15.inl
23
{ "
eglDestroySync
", (deFunctionPtr)
eglDestroySync
},
eglwApi.inl
29
#define
eglDestroySync
eglwDestroySync
/external/mesa3d/src/egl/main/
eglentrypoint.h
33
EGL_ENTRYPOINT(
eglDestroySync
)
eglapi.c
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
EGL15Test.java
174
if (!EGL15.
eglDestroySync
(mEglDisplay, sync)) {
175
throw new RuntimeException("
eglDestroySync
failed");
179
throw new RuntimeException("
eglDestroySync
failed");
211
if (!EGL15.
eglDestroySync
(mEglDisplay, sync)) {
212
throw new RuntimeException("
eglDestroySync
failed");
216
throw new RuntimeException("
eglDestroySync
failed");
246
if (!EGL15.
eglDestroySync
(mEglDisplay, sync)) {
247
throw new RuntimeException("
eglDestroySync
failed");
251
throw new RuntimeException("
eglDestroySync
failed");
/external/deqp/framework/egl/
egluCallLogWrapperApi.inl
29
eglw::EGLBoolean
eglDestroySync
(eglw::EGLDisplay dpy, eglw::EGLSync sync);
egluCallLogWrapper.inl
242
eglw::EGLBoolean CallLogWrapper::
eglDestroySync
(eglw::EGLDisplay dpy, eglw::EGLSync sync)
245
m_log << TestLog::Message << "
eglDestroySync
(" << dpy << ", " << sync << ");" << TestLog::EndMessage;
/external/mesa3d/include/EGL/
egl.h
288
EGLAPI EGLBoolean EGLAPIENTRY
eglDestroySync
(EGLDisplay dpy, EGLSync sync);
/external/swiftshader/include/EGL/
egl.h
288
EGLAPI EGLBoolean EGLAPIENTRY
eglDestroySync
(EGLDisplay dpy, EGLSync sync);
/external/swiftshader/src/OpenGL/libEGL/
main.cpp
620
EGLAPI EGLBoolean EGLAPIENTRY
eglDestroySync
(EGLDisplay dpy, EGLSyncKHR sync)
libEGL.cpp
[
all
...]
Completed in 529 milliseconds