Lines Matching refs:numConfigs
1260 size_t numConfigs = NELEM(gConfigs); in getConfigAttrib() local
1262 if (uint32_t(index) >= numConfigs) in getConfigAttrib()
1505 GLint numConfigs = NELEM(gConfigs); in eglGetConfigs() local
1507 *num_config = numConfigs; in eglGetConfigs()
1511 for (i=0 ; i<numConfigs && i<config_size ; i++) { in eglGetConfigs()
1540 int numConfigs = NELEM(gConfigs); in eglChooseConfig() local
1541 uint32_t possibleMatch = (1<<numConfigs)-1; in eglChooseConfig()
1546 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1564 for (int i=0 ; possibleMatch && i<numConfigs ; i++) { in eglChooseConfig()
1581 for (int i=0 ; config_size && i<numConfigs ; i++) { in eglChooseConfig()
1589 for (int i=0 ; i<numConfigs ; i++) { in eglChooseConfig()