Searched refs:numConfigs (Results 1 – 5 of 5) sorted by relevance
446 uint32_t* configs, size_t* numConfigs) { in cvd_hwc_get_display_configs() argument447 if (*numConfigs == 0) return 0; in cvd_hwc_get_display_configs()451 *numConfigs = 1; in cvd_hwc_get_display_configs()
353 EGLint numConfigs = 1; in init_gl_surface() local376 eglChooseConfig(mEglDisplay, s_configAttribs, &myConfig, 1, &numConfigs); in init_gl_surface()
32 (numConfigs + 1) * numAttribs * sizeof(GLuint)33 where numConfigs and numAttribs are the values returned in
1051 GLint numConfigs = s_display.getNumConfigs(); in eglGetConfigs() local1053 *num_config = numConfigs; in eglGetConfigs()1058 for (i = 0 ; i < numConfigs && i < config_size ; i++) { in eglGetConfigs()
1279 size_t numConfigs = MAX_NUM_CONFIGS; in populateConfigs() local1281 configs, &numConfigs); in populateConfigs()1283 for (size_t c = 0; c < numConfigs; ++c) { in populateConfigs()