OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_eglLockSurfaceKHR
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp
59
ptr = dlsym(gles_android,"eglLockSurfaceKHR"); disp->
set_eglLockSurfaceKHR
((eglLockSurfaceKHR_t)ptr);
egl_dispatch.h
101
eglLockSurfaceKHR_t
set_eglLockSurfaceKHR
(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
/sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp
65
ptr = dlsym(libEGL,"eglLockSurfaceKHR"); disp->
set_eglLockSurfaceKHR
((eglLockSurfaceKHR_t)ptr);
egl_dispatch.h
101
eglLockSurfaceKHR_t
set_eglLockSurfaceKHR
(eglLockSurfaceKHR_t f) { eglLockSurfaceKHR_t retval = eglLockSurfaceKHR; eglLockSurfaceKHR = f; return retval;}
Completed in 1516 milliseconds