OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglCreatePixmapSurface_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h
32
eglCreatePixmapSurface_t
eglCreatePixmapSurface;
77
eglCreatePixmapSurface_t
set_eglCreatePixmapSurface(
eglCreatePixmapSurface_t
f) {
eglCreatePixmapSurface_t
retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}
egl_proc.h
33
typedef EGLSurface (*
eglCreatePixmapSurface_t
) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLint*);
egl_dispatch.cpp
35
ptr = dlsym(gles_android,"eglCreatePixmapSurface"); disp->set_eglCreatePixmapSurface((
eglCreatePixmapSurface_t
)ptr);
Completed in 38 milliseconds