OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglChooseConfig_t
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
28
eglChooseConfig_t
eglChooseConfig;
EGLDispatch.cpp
48
s_egl.eglChooseConfig = (
eglChooseConfig_t
) lib->findSymbol("eglChooseConfig");
egl_proc.h
29
typedef EGLBoolean (EGLAPIENTRY *
eglChooseConfig_t
) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
28
eglChooseConfig_t
eglChooseConfig;
73
eglChooseConfig_t
set_eglChooseConfig(
eglChooseConfig_t
f) {
eglChooseConfig_t
retval = eglChooseConfig; eglChooseConfig = f; return retval;}
egl_proc.h
29
typedef EGLBoolean (*
eglChooseConfig_t
) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
egl_dispatch.cpp
37
ptr = dlsym(libEGL,"eglChooseConfig"); disp->set_eglChooseConfig((
eglChooseConfig_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
28
eglChooseConfig_t
eglChooseConfig;
73
eglChooseConfig_t
set_eglChooseConfig(
eglChooseConfig_t
f) {
eglChooseConfig_t
retval = eglChooseConfig; eglChooseConfig = f; return retval;}
egl_proc.h
29
typedef EGLBoolean (*
eglChooseConfig_t
) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
egl_dispatch.cpp
31
ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((
eglChooseConfig_t
)ptr);
Completed in 230 milliseconds