Searched refs:configId (Results 1 – 3 of 3) sorted by relevance
48 : impl(impl), config(config), configId(0), implConfigId(0) { } in egl_config_t()51 EGLint configId; // our CONFIG_ID member
265 EGLint& configId(new_list[patch_index+1]); in eglChooseConfig() local267 if (dp->configs[i].configId == configId) { in eglChooseConfig()269 configId = dp->configs[i].implConfigId; in eglChooseConfig()346 *value = dp->configs[intptr_t(config)].configId; in eglGetConfigAttrib()483 *value = dp->configs[intptr_t(s->config)].configId; in eglQuerySurface()706 *value = dp->configs[intptr_t(c->config)].configId; in eglQueryContext()
199 configs[k].configId = k + 1; // CONFIG_ID start at 1 in initialize()