OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglWaitGL_t
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
51
eglWaitGL_t
eglWaitGL;
EGLDispatch.cpp
71
s_egl.eglWaitGL = (
eglWaitGL_t
) lib->findSymbol("eglWaitGL");
egl_proc.h
52
typedef EGLBoolean (EGLAPIENTRY *
eglWaitGL_t
) ();
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
51
eglWaitGL_t
eglWaitGL;
96
eglWaitGL_t
set_eglWaitGL(
eglWaitGL_t
f) {
eglWaitGL_t
retval = eglWaitGL; eglWaitGL = f; return retval;}
egl_proc.h
52
typedef EGLBoolean (*
eglWaitGL_t
) ();
egl_dispatch.cpp
60
ptr = dlsym(libEGL,"eglWaitGL"); disp->set_eglWaitGL((
eglWaitGL_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
51
eglWaitGL_t
eglWaitGL;
96
eglWaitGL_t
set_eglWaitGL(
eglWaitGL_t
f) {
eglWaitGL_t
retval = eglWaitGL; eglWaitGL = f; return retval;}
egl_proc.h
52
typedef EGLBoolean (*
eglWaitGL_t
) ();
egl_dispatch.cpp
54
ptr = dlsym(gles_android,"eglWaitGL"); disp->set_eglWaitGL((
eglWaitGL_t
)ptr);
Completed in 29 milliseconds