OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglDestroySyncKHR_t
(Results
1 - 8
of
8
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
61
eglDestroySyncKHR_t
eglDestroySyncKHR;
egl_proc.h
62
typedef EGLBoolean (EGLAPIENTRY *
eglDestroySyncKHR_t
) (EGLDisplay, EGLSyncKHR sync);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
61
eglDestroySyncKHR_t
eglDestroySyncKHR;
106
eglDestroySyncKHR_t
set_eglDestroySyncKHR(
eglDestroySyncKHR_t
f) {
eglDestroySyncKHR_t
retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl_proc.h
62
typedef EGLBoolean (*
eglDestroySyncKHR_t
) (EGLDisplay, EGLSyncKHR sync);
egl_dispatch.cpp
70
ptr = dlsym(libEGL,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((
eglDestroySyncKHR_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
61
eglDestroySyncKHR_t
eglDestroySyncKHR;
106
eglDestroySyncKHR_t
set_eglDestroySyncKHR(
eglDestroySyncKHR_t
f) {
eglDestroySyncKHR_t
retval = eglDestroySyncKHR; eglDestroySyncKHR = f; return retval;}
egl_proc.h
62
typedef EGLBoolean (*
eglDestroySyncKHR_t
) (EGLDisplay, EGLSyncKHR sync);
egl_dispatch.cpp
64
ptr = dlsym(gles_android,"eglDestroySyncKHR"); disp->set_eglDestroySyncKHR((
eglDestroySyncKHR_t
)ptr);
Completed in 21 milliseconds