Searched refs:wctx (Results 1 – 1 of 1) sorted by relevance
457 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version); in eglCreateContext() local461 wctx->clientState = new GLClientState(); in eglCreateContext()463 (uint32_t)wctx, in eglCreateContext()464 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext()467 return (EGLContext)wctx; in eglCreateContext()472 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglDestroyContext() local476 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()483 if (ti->currentContext == wctx) ti->currentContext = NULL; in eglDestroyContext()484 delete wctx; in eglDestroyContext()493 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglMakeCurrent() local[all …]