OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_eglWaitGL
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp
54
ptr = dlsym(gles_android,"eglWaitGL"); disp->
set_eglWaitGL
((eglWaitGL_t)ptr);
egl_dispatch.h
96
eglWaitGL_t
set_eglWaitGL
(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp
60
ptr = dlsym(libEGL,"eglWaitGL"); disp->
set_eglWaitGL
((eglWaitGL_t)ptr);
egl_dispatch.h
96
eglWaitGL_t
set_eglWaitGL
(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
Completed in 1534 milliseconds