Home | History | Annotate | Download | only in libagl

Lines Matching refs:egl_context_t

114 struct egl_context_t {
125 static inline egl_context_t* context(EGLContext ctx) {
127 return static_cast<egl_context_t*>(gl->rasterizer.base);
1145 egl_context_t* c = egl_context_t::context(gl);
1146 if (c->flags & egl_context_t::IS_CURRENT) {
1156 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1159 if (!(c->flags & egl_context_t::IS_CURRENT)) {
1162 c->flags |= egl_context_t::IS_CURRENT;
1168 egl_context_t::context(current)->flags &= ~egl_context_t::IS_CURRENT;
1638 ogles_context_t* gl = ogles_init(sizeof(egl_context_t));
1641 egl_context_t* c = static_cast<egl_context_t*>(gl->rasterizer.base);
1642 c->flags = egl_context_t::NEVER_CURRENT;
1654 egl_context_t* c = egl_context_t::context(ctx);
1655 if (c->flags & egl_context_t::IS_CURRENT)
1695 egl_context_t* c = egl_context_t::context(ctx);
1708 egl_context_t* c = egl_context_t::context(ctx);
1723 if (c->flags & egl_context_t::NEVER_CURRENT) {
1724 c->flags &= ~egl_context_t::NEVER_CURRENT;
1751 egl_context_t* c = egl_context_t::context(current_ctx);
1786 egl_context_t* c = egl_context_t::context(ctx);
1802 egl_context_t* c = egl_context_t::context(ctx);
1811 egl_context_t* c = egl_context_t::context(ctx);
1851 egl_context_t* c = egl_context_t::context(d->ctx);