OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglWaitClient_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h
37
eglWaitClient_t
eglWaitClient;
82
eglWaitClient_t
set_eglWaitClient(
eglWaitClient_t
f) {
eglWaitClient_t
retval = eglWaitClient; eglWaitClient = f; return retval;}
egl_proc.h
38
typedef EGLBoolean (*
eglWaitClient_t
) ();
egl_dispatch.cpp
40
ptr = dlsym(gles_android,"eglWaitClient"); disp->set_eglWaitClient((
eglWaitClient_t
)ptr);
Completed in 30 milliseconds