Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp341 int glxMaj, glxMin; in queryConfigs() local
344 &glxMaj, in queryConfigs()
348 if (glxMaj < 1 || (glxMaj >= 1 && glxMin < 4)) { in queryConfigs()