Searched defs:colorDepth (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp513 EGLint colorDepth = r + g + b; local
516 if (colorDepth <= 16) {
520 if (colorDepth > 24) {
531 if (colorDepth > 24) {

Completed in 23 milliseconds