OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglDestroySyncKHR_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/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 34 milliseconds