OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:egl_num_funcs
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/system/egl/
egl_ftable.h
66
static const int
egl_num_funcs
= sizeof(egl_funcs_by_name) / sizeof(struct _egl_funcs_by_name);
variable
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h
66
static int
egl_num_funcs
= sizeof(egl_funcs_by_name) / sizeof(struct _egl_funcs_by_name);
variable
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_ftable.h
66
static int
egl_num_funcs
= sizeof(egl_funcs_by_name) / sizeof(struct _egl_funcs_by_name);
variable
Completed in 35 milliseconds