OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_OPENGL
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/utils/
GLUtils.h
27
#if
DEBUG_OPENGL
29
do { if (
DEBUG_OPENGL
>= DEBUG_LEVEL_##LEVEL) {\
GLUtils.cpp
24
#if
DEBUG_OPENGL
>= DEBUG_LEVEL_HIGH && !defined(HWUI_GLES_WRAP_ENABLED)
25
#error Setting
DEBUG_OPENGL
to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the Android.mk!
32
#if
DEBUG_OPENGL
>= DEBUG_LEVEL_HIGH
/frameworks/base/libs/hwui/
Debug.h
26
// Note DEBUG_LEVEL_HIGH for
DEBUG_OPENGL
is only setable by enabling
29
#ifndef
DEBUG_OPENGL
30
#define
DEBUG_OPENGL
DEBUG_LEVEL_LOW
Completed in 489 milliseconds