Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp625 EGLint colorDepth = r + g + b; in getNativePixelFormat() local
641 if (colorDepth <= 16) { in getNativePixelFormat()
645 if (colorDepth > 24) { in getNativePixelFormat()
656 if (colorDepth > 24) { in getNativePixelFormat()