Lines Matching defs:new
1524 * Creates a new context.
1750 TRACE("Successfully created new context %p\n", ret);
1917 if (!context_set_current(context)) ERR("Failed to activate the new context.\n");
2283 * If none can be found the swapchain is requested to create a new context
2321 /* Create a new context for the thread */
2647 * or no onscreen depth buffer was created, the OpenGL drawable could be changed to the new
2791 const struct wined3d_format_desc *new = ((IWineD3DSurfaceImpl *)target)->resource.format_desc;
2793 if (old->format != new->format)
2796 if ((old->alpha_mask && !new->alpha_mask) || (!old->alpha_mask && new->alpha_mask)
2797 || !(new->Flags & WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING))
2879 if (!context_set_current(context)) ERR("Failed to activate the new context.\n");