Lines Matching refs:EGLContext_t
134 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t() function in EGLContext_t
157 EGLContext_t::~EGLContext_t() in ~EGLContext_t()
891 EGLContext_t* ctx = getEGLThreadInfo()->currentContext; in eglSwapInterval()
923 EGLContext_t * shareCtx = NULL; in eglCreateContext()
925 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()
938 EGLContext_t * context = new EGLContext_t(dpy, config, shareCtx); in eglCreateContext()
954 EGLContext_t * context = static_cast<EGLContext_t*>(ctx); in eglDestroyContext()
984 EGLContext_t * context = static_cast<EGLContext_t*>(ctx); in eglMakeCurrent()
1004 EGLContext_t * contextToDelete = tInfo->currentContext; in eglMakeCurrent()
1010 …if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) { in eglMakeCurrent()
1025 context->flags |= EGLContext_t::IS_CURRENT; in eglMakeCurrent()
1050 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT; in eglMakeCurrent()
1083 EGLContext_t * context = getEGLThreadInfo()->currentContext; in eglGetCurrentSurface()
1099 EGLContext_t * context = getEGLThreadInfo()->currentContext; in eglGetCurrentDisplay()
1111 EGLContext_t * context = static_cast<EGLContext_t*>(ctx); in eglQueryContext()
1251 EGLContext_t *context = static_cast<EGLContext_t*>(ctx); in eglCreateImageKHR()