Searched refs:wgl_ctx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c362 struct wgl_egl_context *wgl_ctx; local in function:wgl_create_context
370 wgl_ctx = malloc(sizeof * wgl_ctx);
371 if (!wgl_ctx) {
376 if (!_eglInitContext(&wgl_ctx->base, disp, conf, attrib_list))
388 wgl_ctx->base.ResetNotificationStrategy) {
399 if (share_list && share_list->NoError != wgl_ctx->base.NoError) {
405 switch (wgl_ctx->base.ClientAPI) {
410 if ((wgl_ctx->base.ClientMajorVersion >= 4
411 || (wgl_ctx
471 struct wgl_egl_context *wgl_ctx = wgl_egl_context(ctx); local in function:wgl_destroy_context
524 struct wgl_egl_context *wgl_ctx = wgl_egl_context(ctx); local in function:wgl_make_current
[all...]

Completed in 2 milliseconds