Lines Matching refs:numConfigs
1203 size_t numConfigs = NELEM(gConfigs); in getConfigAttrib() local
1205 if (uint32_t(index) >= numConfigs) in getConfigAttrib()
1444 GLint numConfigs = NELEM(gConfigs); in eglGetConfigs() local
1446 *num_config = numConfigs; in eglGetConfigs()
1450 for (i=0 ; i<numConfigs && i<config_size ; i++) { in eglGetConfigs()
1479 int numConfigs = NELEM(gConfigs); in eglChooseConfig() local
1480 uint32_t possibleMatch = (1<<numConfigs)-1; in eglChooseConfig()
1485 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1503 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1520 for (int i=0 ; config_size && i<numConfigs ; i++) { in eglChooseConfig()
1528 for (int i=0 ; i<numConfigs ; i++) { in eglChooseConfig()