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