Home
last modified time | relevance | path

Searched refs:configId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/libs/EGL/
Degl_display.h48 : impl(impl), config(config), configId(0), implConfigId(0) { } in egl_config_t()
51 EGLint configId; // our CONFIG_ID member
DeglApi.cpp265 EGLint& configId(new_list[patch_index+1]); in eglChooseConfig() local
267 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()
Degl_display.cpp199 configs[k].configId = k + 1; // CONFIG_ID start at 1 in initialize()