OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglCreateSyncKHR_t
(Results
1 - 8
of
8
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
60
eglCreateSyncKHR_t
eglCreateSyncKHR;
egl_proc.h
61
typedef EGLSyncKHR (EGLAPIENTRY *
eglCreateSyncKHR_t
) (EGLDisplay, EGLenum, const EGLint*);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
60
eglCreateSyncKHR_t
eglCreateSyncKHR;
105
eglCreateSyncKHR_t
set_eglCreateSyncKHR(
eglCreateSyncKHR_t
f) {
eglCreateSyncKHR_t
retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
egl_proc.h
61
typedef EGLSyncKHR (*
eglCreateSyncKHR_t
) (EGLDisplay, EGLenum, const EGLint*);
egl_dispatch.cpp
69
ptr = dlsym(libEGL,"eglCreateSyncKHR"); disp->set_eglCreateSyncKHR((
eglCreateSyncKHR_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
60
eglCreateSyncKHR_t
eglCreateSyncKHR;
105
eglCreateSyncKHR_t
set_eglCreateSyncKHR(
eglCreateSyncKHR_t
f) {
eglCreateSyncKHR_t
retval = eglCreateSyncKHR; eglCreateSyncKHR = f; return retval;}
egl_proc.h
61
typedef EGLSyncKHR (*
eglCreateSyncKHR_t
) (EGLDisplay, EGLenum, const EGLint*);
egl_dispatch.cpp
63
ptr = dlsym(gles_android,"eglCreateSyncKHR"); disp->set_eglCreateSyncKHR((
eglCreateSyncKHR_t
)ptr);
Completed in 189 milliseconds