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