/third_party/toybox/porting/liteos_a/ |
D | toys.h | 119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
|
D | main.c | 142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
/third_party/toybox/ |
D | toys.h | 113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
|
D | main.c | 142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
/third_party/toybox/toys/pending/ |
D | sh.c | 476 sigjmp_buf rebound; in run_command() local 483 if (!sigsetjmp(rebound, 1)) { in run_command() 484 toys.rebound = &rebound; in run_command()
|
/third_party/toybox/lib/ |
D | lib.h | 426 toys.rebound = &_noexit; \ 429 toys.rebound = 0; \
|
D | xwrap.c | 40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 418 toys.rebound = &_noexit; \ 421 toys.rebound = 0; \
|
/third_party/openGLES/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 82 swap? What happens when a drawable is rebound several times prior to 168 table 0 cannot be changed. It may be rebound to a drawable at any time.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | WGL_EXT_display_color_table.txt | 82 swap? What happens when a drawable is rebound several times prior to 168 table 0 cannot be changed. It may be rebound to a drawable at any time.
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 605 unsigned rebound = vbo + so; in tc_rebind_buffer() local 607 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_VERTEX, rebind_mask); in tc_rebind_buffer() 608 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_FRAGMENT, rebind_mask); in tc_rebind_buffer() 611 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_CTRL, rebind_mask); in tc_rebind_buffer() 613 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_TESS_EVAL, rebind_mask); in tc_rebind_buffer() 615 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_GEOMETRY, rebind_mask); in tc_rebind_buffer() 617 rebound += tc_rebind_shader_bindings(tc, old_id, new_id, PIPE_SHADER_COMPUTE, rebind_mask); in tc_rebind_buffer() 619 if (rebound) in tc_rebind_buffer() 621 return rebound; in tc_rebind_buffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 132 - Queries getting deleted / rebound when the other is active, for example:
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_stream_consumer_egloutput.txt | 133 If <layer> is rebound to a different stream by a subsequent call
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_stream_consumer_egloutput.txt | 133 If <layer> is rebound to a different stream by a subsequent call
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 409 are bound to that texture object are rebound to texture object zero. 484 are bound to that texture object are rebound to texture object zero.
|
/third_party/openGLES/extensions/NV/ |
D | NV_EGL_stream_consumer_external.txt | 409 are bound to that texture object are rebound to texture object zero. 484 are bound to that texture object are rebound to texture object zero.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_vertex_array_object.txt | 233 array object is both rebound and unlocked. In other words, locking
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_vertex_array_object.txt | 233 array object is both rebound and unlocked. In other words, locking
|
/third_party/python/Doc/library/ |
D | imp.rst | 155 not rebound to refer to the new objects and must be updated in each namespace
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 155 variables live in the global scope and should be rebound there; the 157 an enclosing scope and should be rebound there.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_EGL_image_external.txt | 384 are bound to that texture object are rebound to texture object zero. 459 are bound to that texture object are rebound to texture object zero.
|
/third_party/openGLES/extensions/OES/ |
D | OES_EGL_image_external.txt | 394 are bound to that texture object are rebound to texture object zero. 469 are bound to that texture object are rebound to texture object zero.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_sampler_objects.txt | 223 units which are bound to that texture object are rebound to texture
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sampler_objects.txt | 213 units which are bound to that texture object are rebound to texture
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_fragment_shader.txt | 275 can be rebound as the active shader by calling
|