OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglCreateWindowSurface_t
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
30
eglCreateWindowSurface_t
eglCreateWindowSurface;
EGLDispatch.cpp
50
s_egl.eglCreateWindowSurface = (
eglCreateWindowSurface_t
) lib->findSymbol("eglCreateWindowSurface");
egl_proc.h
31
typedef EGLSurface (EGLAPIENTRY *
eglCreateWindowSurface_t
) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
30
eglCreateWindowSurface_t
eglCreateWindowSurface;
75
eglCreateWindowSurface_t
set_eglCreateWindowSurface(
eglCreateWindowSurface_t
f) {
eglCreateWindowSurface_t
retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
egl_proc.h
31
typedef EGLSurface (*
eglCreateWindowSurface_t
) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
egl_dispatch.cpp
39
ptr = dlsym(libEGL,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((
eglCreateWindowSurface_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
30
eglCreateWindowSurface_t
eglCreateWindowSurface;
75
eglCreateWindowSurface_t
set_eglCreateWindowSurface(
eglCreateWindowSurface_t
f) {
eglCreateWindowSurface_t
retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
egl_proc.h
31
typedef EGLSurface (*
eglCreateWindowSurface_t
) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
egl_dispatch.cpp
33
ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((
eglCreateWindowSurface_t
)ptr);
Completed in 718 milliseconds