OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_eglcreatewindowsurface
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp
39
ptr = dlsym(libEGL,"eglCreateWindowSurface"); disp->
set_eglCreateWindowSurface
((eglCreateWindowSurface_t)ptr);
egl_dispatch.h
75
eglCreateWindowSurface_t
set_eglCreateWindowSurface
(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp
33
ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->
set_eglCreateWindowSurface
((eglCreateWindowSurface_t)ptr);
egl_dispatch.h
75
eglCreateWindowSurface_t
set_eglCreateWindowSurface
(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
Completed in 35 milliseconds