OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:level_strings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
egllog.c
65
static const char *
level_strings
[] = {
variable
130
fprintf(stderr, "libEGL %s: %s\n",
level_strings
[level], msg);
148
for (i = 0;
level_strings
[i]; i++) {
149
if (_eglstrcasecmp(log_env,
level_strings
[i]) == 0) {
169
log_env,
level_strings
[FALLBACK_LOG_LEVEL]);
/external/mesa3d/src/egl/main/
egllog.c
65
static const char *
level_strings
[] = {
variable
130
fprintf(stderr, "libEGL %s: %s\n",
level_strings
[level], msg);
148
for (i = 0;
level_strings
[i]; i++) {
149
if (_eglstrcasecmp(log_env,
level_strings
[i]) == 0) {
169
log_env,
level_strings
[FALLBACK_LOG_LEVEL]);
Completed in 956 milliseconds