Home
last modified time | relevance | path

Searched refs:rebound (Results 1 – 25 of 39) sorted by relevance

12

/third_party/toybox/porting/liteos_a/
Dtoys.h119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/third_party/toybox/
Dtoys.h113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c142 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/third_party/toybox/toys/pending/
Dsh.c476 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/
Dlib.h426 toys.rebound = &_noexit; \
429 toys.rebound = 0; \
Dxwrap.c40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h418 toys.rebound = &_noexit; \
421 toys.rebound = 0; \
/third_party/openGLES/extensions/EXT/
DWGL_EXT_display_color_table.txt82 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/
DWGL_EXT_display_color_table.txt82 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/
Du_threaded_context.c605 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/
DQueries.md132 - Queries getting deleted / rebound when the other is active, for example:
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt133 If <layer> is rebound to a different stream by a subsequent call
/third_party/EGL/extensions/EXT/
DEGL_EXT_stream_consumer_egloutput.txt133 If <layer> is rebound to a different stream by a subsequent call
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt409 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/
DNV_EGL_stream_consumer_external.txt409 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/
DSGIX_vertex_array_object.txt233 array object is both rebound and unlocked. In other words, locking
/third_party/openGLES/extensions/SGIX/
DSGIX_vertex_array_object.txt233 array object is both rebound and unlocked. In other words, locking
/third_party/python/Doc/library/
Dimp.rst155 not rebound to refer to the new objects and must be updated in each namespace
/third_party/python/Doc/tutorial/
Dclasses.rst155 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/
DOES_EGL_image_external.txt384 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/
DOES_EGL_image_external.txt394 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/
DARB_sampler_objects.txt223 units which are bound to that texture object are rebound to texture
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sampler_objects.txt213 units which are bound to that texture object are rebound to texture
/third_party/openGLES/extensions/ATI/
DATI_fragment_shader.txt275 can be rebound as the active shader by calling

12