OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eglDestroySyncKHR
(Results
1 - 9
of
9
) sorted by null
/device/google/cuttlefish_common/guest/libs/eglwrapper/
egl_wrapper_context.h
48
eglDestroySyncKHR_wrapper_proc_t
eglDestroySyncKHR
;
egl_wrapper_entry.cpp
43
EGLBoolean
eglDestroySyncKHR
(EGLDisplay dpy, EGLSyncKHR sync);
266
EGLBoolean
eglDestroySyncKHR
(EGLDisplay dpy, EGLSyncKHR sync)
269
return ctx->
eglDestroySyncKHR
( dpy, sync);
/external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp
65
EGLBoolean (*
eglDestroySyncKHR
)(EGLDisplay dpy, EGLSyncKHR sync);
main.cpp
615
EGLAPI EGLBoolean EGLAPIENTRY
eglDestroySyncKHR
(EGLDisplay dpy, EGLSyncKHR sync)
700
this->
eglDestroySyncKHR
= egl::DestroySyncKHR;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp
604
EGLBoolean
eglDestroySyncKHR
(EGLDisplay dpy, EGLSyncKHR sync)
606
return getDispatch()->
eglDestroySyncKHR
(dpy, sync);
egl_dispatch.h
61
eglDestroySyncKHR_t
eglDestroySyncKHR
;
106
eglDestroySyncKHR_t set_eglDestroySyncKHR(eglDestroySyncKHR_t f) { eglDestroySyncKHR_t retval =
eglDestroySyncKHR
;
eglDestroySyncKHR
= f; return retval;}
/device/generic/goldfish-opengl/system/egl/
egl.cpp
[
all
...]
/external/mesa3d/src/egl/main/
eglapi.c
[
all
...]
/external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp
526
EGLAPI EGLBoolean EGLAPIENTRY
eglDestroySyncKHR
(EGLDisplay dpy, EGLSyncKHR sync)
528
return libEGL->
eglDestroySyncKHR
(dpy, sync);
[
all
...]
Completed in 5388 milliseconds