Searched refs:copy_context (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_split_copy.c | 54 struct copy_context { struct 126 check_flush(struct copy_context *copy) in check_flush() argument 182 flush(struct copy_context *copy) in flush() 229 begin(struct copy_context *copy, GLenum mode, GLboolean begin_flag) in begin() 243 elt(struct copy_context *copy, GLuint elt_idx) in elt() 304 end(struct copy_context *copy, GLboolean end_flag) in end() 318 replay_elts(struct copy_context *copy) in replay_elts() 422 replay_init(struct copy_context *copy) in replay_init() 562 replay_finish(struct copy_context *copy) in replay_finish() 600 struct copy_context copy; in _tnl_split_copy()
|
/external/python/cpython3/Doc/library/ |
D | contextvars.rst | 13 and work with *Context Variables*. The :func:`~contextvars.copy_context` 124 .. function:: copy_context() 131 ctx: Context = copy_context() 145 :func:`~contextvars.copy_context` function. 163 # calling 'copy_context()' and 'ctx.run(main)', so: 171 ctx = copy_context()
|
/external/python/cpython3/Lib/ |
D | contextvars.py | 1 from _contextvars import Context, ContextVar, Token, copy_context
|
/external/python/cpython3/Lib/asyncio/ |
D | threads.py | 23 ctx = contextvars.copy_context()
|
D | futures.py | 231 context = contextvars.copy_context()
|
D | events.py | 33 context = contextvars.copy_context()
|
D | tasks.py | 134 self._context = contextvars.copy_context()
|
/external/mesa3d/src/glx/apple/ |
D | apple_cgl.h | 65 CGLError(*copy_context) (CGLContextObj src, CGLContextObj dst, member
|
D | apple_cgl.c | 114 apple_cgl.copy_context = sym(h, "CGLCopyContext"); in apple_cgl_init()
|
D | apple_glx_context.c | 513 err = apple_cgl.copy_context(src->context_obj, dest->context_obj, in apple_glx_copy_context()
|
/external/crosvm/devices/src/usb/xhci/ |
D | device_slot.rs | 416 self.copy_context(input_context_ptr, 0)?; in set_address() 418 self.copy_context(input_context_ptr, 1)?; in set_address() 515 self.copy_context( in configure_endpoint() 738 fn copy_context( in copy_context() method
|
/external/python/cpython3/Lib/test/ |
D | test_context.py | 95 ctx = contextvars.copy_context() 160 cur = contextvars.copy_context() 236 ctx1 = contextvars.copy_context() 253 ctx2 = contextvars.copy_context() 315 contextvars.copy_context().run(fun)
|