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