OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_LEVEL_HIGH
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/utils/
GLUtils.cpp
24
#if DEBUG_OPENGL >=
DEBUG_LEVEL_HIGH
&& !defined(HWUI_GLES_WRAP_ENABLED)
32
#if DEBUG_OPENGL >=
DEBUG_LEVEL_HIGH
33
// If
DEBUG_LEVEL_HIGH
is set then every GLES call is already wrapped
/frameworks/base/libs/hwui/
Debug.h
20
#define
DEBUG_LEVEL_HIGH
3
26
// Note
DEBUG_LEVEL_HIGH
for DEBUG_OPENGL is only setable by enabling
28
// HWUI_ENABLE_OPENGL_VALIDATION is set then this is always
DEBUG_LEVEL_HIGH
Completed in 2243 milliseconds