OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_eglDestroySurface
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h
78
eglDestroySurface_t
set_eglDestroySurface
(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
78
eglDestroySurface_t
set_eglDestroySurface
(eglDestroySurface_t f) { eglDestroySurface_t retval = eglDestroySurface; eglDestroySurface = f; return retval;}
Completed in 26 milliseconds