Lines Matching refs:numConfigs
1179 size_t numConfigs = NELEM(gConfigs); in getConfigAttrib() local
1181 if (uint32_t(index) >= numConfigs) in getConfigAttrib()
1420 GLint numConfigs = NELEM(gConfigs); in eglGetConfigs() local
1422 *num_config = numConfigs; in eglGetConfigs()
1426 for (i=0 ; i<numConfigs && i<config_size ; i++) { in eglGetConfigs()
1455 int numConfigs = NELEM(gConfigs); in eglChooseConfig() local
1456 uint32_t possibleMatch = (1<<numConfigs)-1; in eglChooseConfig()
1461 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1479 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1496 for (int i=0 ; config_size && i<numConfigs ; i++) { in eglChooseConfig()
1504 for (int i=0 ; i<numConfigs ; i++) { in eglChooseConfig()