Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglX11Api.cpp203 unsigned int depth,configDepth,border; in checkWindowPixelFormatMatch() local
208 configDepth = r + g + b; in checkWindowPixelFormatMatch()
211 return depth >= configDepth; in checkWindowPixelFormatMatch()
215 unsigned int depth,configDepth,border; in checkPixmapPixelFormatMatch() local
220 configDepth = r + g + b; in checkPixmapPixelFormatMatch()
223 return depth >= configDepth; in checkPixmapPixelFormatMatch()