OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTEL_LOG_INFO
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/intel/common/
intel_log.c
41
case
INTEL_LOG_INFO
: return ANDROID_LOG_INFO;
56
case
INTEL_LOG_INFO
: return "info";
intel_log.h
42
INTEL_LOG_INFO
,
55
#define intel_logi(fmt, ...) intel_log(
INTEL_LOG_INFO
, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
64
#define intel_logi_v(fmt, va) intel_log_v(
INTEL_LOG_INFO
, (INTEL_LOG_TAG), (fmt), (va))
Completed in 258 milliseconds