HomeSort by relevance Sort by last modified time
    Searched refs:reemit (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
sigslotrepeater.h 36 void reemit() { signal0<mt_policy>::emit(); } function in class:sigslot::repeater0
37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
52 void reemit(arg1_type a1) { signal1<arg1_type, mt_policy>::emit(a1); } function in class:sigslot::repeater1
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
68 void reemit(arg1_type a1, arg2_type a2) { signal2<arg1_type, arg2_type, mt_policy>::emit(a1,a2); } function in class:sigslot::repeater2
69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
85 void reemit(arg1_type a1, arg2_type a2, arg3_type a3) { function in class:sigslot::repeater3
88 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 79 boolean reemit,
124 * We need to reemit non-null texture bindings, even when they are not
127 if (view->dirty || (reemit && view->v)) {
144 boolean reemit = svga->rebind.flags.texture_samplers; local
161 reemit,
174 reemit,
svga_state_framebuffer.c 58 boolean reemit = svga->rebind.flags.rendertargets; local
65 * We need to reemit non-null surface bindings, even when they are not
70 if ((curr->cbufs[i] != hw->cbufs[i]) || (reemit && hw->cbufs[i])) {
83 if ((curr->zsbuf != hw->zsbuf) || (reemit && hw->zsbuf)) {

Completed in 814 milliseconds