Home | History | Annotate | Download | only in main

Lines Matching refs:Config

369    ctx->Config = conf;
380 if (err == EGL_SUCCESS && ctx->Config) {
384 if (!(ctx->Config->RenderableType & api_bit)) {
385 _eglLog(_EGL_DEBUG, "context api is 0x%x while config supports 0x%x",
386 api_bit, ctx->Config->RenderableType);
425 if (!c->Config)
427 *value = c->Config->ConfigID;
525 if ((draw && draw->Config != ctx->Config) ||
526 (read && read->Config != ctx->Config))