Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DConfig.cpp363 bool caveatMatch = (config->mConfigCaveat == EGL_NONE); in getConfigs() local
422 caveatMatch = match; in getConfigs()
426 if(match && caveatMatch) // We require the caveats to be NONE or the requested flags in getConfigs()