Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl.cpp94 int propertyLevel = atoi(value); in initEglTraceLevel() local
96 sEGLTraceLevel = propertyLevel > applicationLevel ? propertyLevel : applicationLevel; in initEglTraceLevel()
100 int propertyLevel = 0; in initEglDebugLevel() local
114 propertyLevel = 1; in initEglDebugLevel()
121 gEGLDebugLevel = propertyLevel || sEGLApplicationDebugLevel; in initEglDebugLevel()