OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_eglUnlockSurfaceKHR
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_dispatch.cpp
60
ptr = dlsym(gles_android,"eglUnlockSurfaceKHR"); disp->
set_eglUnlockSurfaceKHR
((eglUnlockSurfaceKHR_t)ptr);
egl_dispatch.h
102
eglUnlockSurfaceKHR_t
set_eglUnlockSurfaceKHR
(eglUnlockSurfaceKHR_t f) { eglUnlockSurfaceKHR_t retval = eglUnlockSurfaceKHR; eglUnlockSurfaceKHR = f; return retval;}
Completed in 43 milliseconds