Searched refs:propertyLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl.cpp119 int propertyLevel = atoi(value); local
121 sEGLTraceLevel = propertyLevel > applicationLevel ? propertyLevel : applicationLevel;
125 int propertyLevel = 0; local
145 propertyLevel = 1;
152 gEGLDebugLevel = propertyLevel || sEGLApplicationDebugLevel;

Completed in 172 milliseconds