Searched refs:ctx_src (Results 1 – 1 of 1) sorted by relevance
360 struct wgl_context* ctx_src = get_context(hglrcSrc); in wglCopyContext() local363 if(!ctx_src || !ctx_dst) in wglCopyContext()370 if((ctx_dst->icd_data != ctx_src->icd_data) || in wglCopyContext()371 (ctx_dst->pixelformat != ctx_src->pixelformat)) in wglCopyContext()377 if(ctx_src->icd_data) in wglCopyContext()378 return ctx_src->icd_data->DrvCopyContext(ctx_src->dhglrc, ctx_dst->dhglrc, mask); in wglCopyContext()877 if(!ctx_src || !ctx_dst) in wglShareLists()884 if((ctx_dst->icd_data != ctx_src->icd_data) || in wglShareLists()885 (ctx_dst->pixelformat != ctx_src->pixelformat)) in wglShareLists()891 if(ctx_src->icd_data) in wglShareLists()[all …]