Searched refs:wctx (Results 1 – 1 of 1) sorted by relevance
493 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version); in eglCreateContext() local497 wctx->clientState = new GLClientState(); in eglCreateContext()499 (uint32_t)wctx, in eglCreateContext()500 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext()503 return (EGLContext)wctx; in eglCreateContext()508 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglDestroyContext() local512 res = getDispatch()->eglDestroyContext(dpy, wctx->aglContext); in eglDestroyContext()519 if (ti->currentContext == wctx) ti->currentContext = NULL; in eglDestroyContext()520 delete wctx; in eglDestroyContext()529 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglMakeCurrent() local[all …]