Lines Matching refs:associated
76 These associated contexts can be made current with
78 glXDeleteAssociatedContextAMD. Only one GPU associated or
79 non-associated context can be current at one time per thread.
155 off-screen rendering that is associated with a specific GPU.
248 To create an associated context, use:
254 be NULL or that of an associated context created with the the same GPU
261 no pixel format is tied to an associated context and the context is not
273 To create an associated context and request a specific GL version, use:
283 successful creation, no pixel format is tied to an associated context.
285 <share_list> must either be NULL or that of an associated context created
298 following call to delete an associated context:
303 returned. <ctx> must be a valid associated context created by
306 function will fail. An associated context cannot be deleted by calling
307 glXDestroyContext. If an associated context is passed into
310 To render using an associated context, it must be made the current
321 returned. To detach the current associated context, pass NULL as <ctx>.
327 If an associated context is current and glxMakeContextCurrent is called
331 The current associated context can be queried by calling:
335 The current associated context is returned on a successful call to
336 this function. If no associated context is current, NULL is returned.
339 An associated context can not be passed in as a parameter into
340 glXCopyContext. If an associated context is passed into glXCopyContext,
345 a traditional context with an associated context. Furthermore, the
346 OpenGL version and extensions supported on an associated context may
350 Calls to glXSwapBuffers when an associated context is current will have
353 There is no way to use pBuffers with associated contexts.
355 Overlays and underlays are not supported with associated contexts.
357 The same associated context is used for both write and read operations.
405 When an assoicated context is bound, the default state for an associated
435 an associated context handle as a parameter to
436 glXMaketCurrentReadSGI. If an associated context is passed into