Home
last modified time | relevance | path

Searched refs:make_current (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/efx/
H A Dmod.rs448 let _lock = ctx.make_current(true); in new()
583 let _lock = ctx.make_current(true); in new()
1055 let _lock = ctx.make_current(true); in new()
1340 let _lock = ctx.make_current(true); in new()
1483 let _lock = ctx.make_current(true); in new()
1592 let _lock = ctx.make_current(true); in new()
1719 let _lock = ctx.make_current(true); in new()
1860 let _lock = ctx.make_current(true); in new()
1953 let _lock = ctx.make_current(true); in new()
2093 let _lock = ctx.make_current(true); in new()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/alto-3.0.4/src/al/
H A Dmod.rs394 let _lock = self.make_current(true); in distance_model()
408 let _lock = self.make_current(true); in set_distance_model()
427 let _lock = self.make_current(true); in using_source_distance_model()
435 let _lock = self.make_current(true); in use_source_distance_model()
447 let _lock = self.make_current(true); in doppler_factor()
452 let _lock = self.make_current(true); in set_doppler_factor()
460 let _lock = self.make_current(true); in speed_of_sound()
465 let _lock = self.make_current(true); in set_speed_of_sound()
473 let _lock = self.make_current(true); in gain()
480 let _lock = self.make_current(true); in set_gain()
[all …]
/dports/www/moodle310/moodle/admin/tool/policy/tests/
H A Dsitepolicy_handler_test.php58 api::make_current($policy1->id);
63 api::make_current($policy2->id);
79 api::make_current($policy1->id);
86 api::make_current($policy2->id);
111 api::make_current($policy1->id);
113 api::make_current($policy2->id);
H A Dapi_test.php117 api::make_current($new->get('id'));
139 api::make_current($draft->id);
294 api::make_current($policy2->id);
309 api::make_current($policy3->id);
598 api::make_current($policy1->id);
600 api::make_current($policy2->id);
602 api::make_current($policy3->id);
651 api::make_current($policy1v1->id);
743 api::make_current($policy->id);
808 api::make_current($policy1->id);
[all …]
H A Dprivacy_provider_test.php86 api::make_current($policy->get('id'));
137 api::make_current($policy->get('id'));
206 api::make_current($policy1->get('id'));
208 api::make_current($policy2->get('id'));
266 api::make_current($policy1->get('id'));
268 api::make_current($policy2->get('id'));
323 api::make_current($policy1->get('id'));
325 api::make_current($policy2->get('id'));
/dports/www/moodle311/moodle/admin/tool/policy/tests/
H A Dsitepolicy_handler_test.php58 api::make_current($policy1->id);
63 api::make_current($policy2->id);
79 api::make_current($policy1->id);
86 api::make_current($policy2->id);
111 api::make_current($policy1->id);
113 api::make_current($policy2->id);
H A Dapi_test.php117 api::make_current($new->get('id'));
139 api::make_current($draft->id);
294 api::make_current($policy2->id);
309 api::make_current($policy3->id);
598 api::make_current($policy1->id);
600 api::make_current($policy2->id);
602 api::make_current($policy3->id);
651 api::make_current($policy1v1->id);
743 api::make_current($policy->id);
808 api::make_current($policy1->id);
[all …]
H A Dprivacy_provider_test.php86 api::make_current($policy->get('id'));
137 api::make_current($policy->get('id'));
206 api::make_current($policy1->get('id'));
208 api::make_current($policy2->get('id'));
266 api::make_current($policy1->get('id'));
268 api::make_current($policy2->get('id'));
323 api::make_current($policy1->get('id'));
325 api::make_current($policy2->get('id'));
/dports/www/moodle39/moodle/admin/tool/policy/tests/
H A Dsitepolicy_handler_test.php58 api::make_current($policy1->id);
63 api::make_current($policy2->id);
79 api::make_current($policy1->id);
86 api::make_current($policy2->id);
111 api::make_current($policy1->id);
113 api::make_current($policy2->id);
H A Dapi_test.php117 api::make_current($new->get('id'));
139 api::make_current($draft->id);
294 api::make_current($policy2->id);
309 api::make_current($policy3->id);
598 api::make_current($policy1->id);
600 api::make_current($policy2->id);
602 api::make_current($policy3->id);
651 api::make_current($policy1v1->id);
743 api::make_current($policy->id);
808 api::make_current($policy1->id);
[all …]
H A Dprivacy_provider_test.php86 api::make_current($policy->get('id'));
137 api::make_current($policy->get('id'));
206 api::make_current($policy1->get('id'));
208 api::make_current($policy2->get('id'));
266 api::make_current($policy1->get('id'));
268 api::make_current($policy2->get('id'));
327 api::make_current($policy1->get('id'));
329 api::make_current($policy2->get('id'));
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_preload.c235 evas_gl_preload_render_lock(evas_gl_make_current_cb make_current, void *engine_data) in evas_gl_preload_render_lock() argument
244 make_current(engine_data, engine_data); in evas_gl_preload_render_lock()
255 evas_gl_preload_render_unlock(evas_gl_make_current_cb make_current, void *engine_data) in evas_gl_preload_render_unlock() argument
258 if (!make_current) return ; in evas_gl_preload_render_unlock()
263 make_current(engine_data, NULL); in evas_gl_preload_render_unlock()
265 async_gl_make_current = make_current; in evas_gl_preload_render_unlock()
276 evas_gl_preload_render_relax(evas_gl_make_current_cb make_current, void *engine_data) in evas_gl_preload_render_relax() argument
280 evas_gl_preload_render_lock(make_current, engine_data); in evas_gl_preload_render_relax()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dlistener.cpp47 make_current(); in _set()
89 make_current(); in _notification()
117 void Listener::make_current() { in make_current() function in Listener
163 ClassDB::bind_method(D_METHOD("make_current"), &Listener::make_current); in _bind_methods()
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dlistener.cpp17 make_current(); in _set()
59 make_current(); in _notification()
87 void Listener::make_current() { in make_current() function in Listener
133 ObjectTypeDB::bind_method(_MD("make_current"), &Listener::make_current); in _bind_methods()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dlistener.cpp17 make_current(); in _set()
59 make_current(); in _notification()
87 void Listener::make_current() { in make_current() function in Listener
133 ObjectTypeDB::bind_method(_MD("make_current"), &Listener::make_current); in _bind_methods()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dlistener.cpp47 make_current(); in _set()
89 make_current(); in _notification()
117 void Listener::make_current() { in make_current() function in Listener
163 ClassDB::bind_method(D_METHOD("make_current"), &Listener::make_current); in _bind_methods()
/dports/cad/gmsh/gmsh-4.9.2-source/Fltk/
H A DdrawContextFltk.h32 FlGui::instance()->fullscreen->make_current();
39 FlGui::instance()->graph[i]->gl[j]->make_current();
51 void drawCurrentOpenglWindow(bool make_current) in drawCurrentOpenglWindow() argument
55 if(make_current) gl->make_current(); in drawCurrentOpenglWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/scene-terrain/
H A Doverlay-renderer.cpp55 OverlayRenderer::make_current() in make_current() function in OverlayRenderer
57 target_renderer_.make_current(); in make_current()
69 target_renderer_.make_current(); in render()
/dports/benchmarks/glmark2/glmark2-2021.12/src/scene-terrain/
H A Doverlay-renderer.cpp59 OverlayRenderer::make_current() in make_current() function in OverlayRenderer
61 target_renderer_.make_current(); in make_current()
73 target_renderer_.make_current(); in render()
/dports/www/py-tornado/tornado-6.1/tornado/
H A Dioloop.py213 self.make_current()
274 current = AsyncIOMainLoop(make_current=True) # type: Optional[IOLoop]
279 def make_current(self) -> None: member in IOLoop
330 def initialize(self, make_current: Optional[bool] = None) -> None:
331 if make_current is None:
333 self.make_current()
334 elif make_current:
339 self.make_current()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/perl/
H A Dtabbed69 push @ofs, [ $ofs, $ofs + $len, sub { $_[0]->make_current ($tab) } ];
167 sub make_current {
325 $self->make_current ($tab);
338 $self->make_current ($self->{tabs}[-1]);
360 $self->make_current ($self->{tabs}[$idx % @{ $self->{tabs}}]);
377 $self->make_current ($self->{tabs}[$idx2]);
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dioloop.py235 self.make_current()
292 current = AsyncIOMainLoop(make_current=True)
297 def make_current(self): member in IOLoop
353 def initialize(self, make_current=None): argument
354 if make_current is None:
356 self.make_current()
357 elif make_current:
362 self.make_current()
946 self.make_current()
1092 old_current.make_current()
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/
H A Dtest_server.py44 loop.make_current()
52 loop.make_current()
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/
H A Dcontrol.py14 self.io_loop = IOLoop(make_current=False)
19 self.io_loop.make_current()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/
H A Dtest_minion.py447 io_loop.make_current()
481 io_loop.make_current()
567 io_loop.make_current()
590 io_loop.make_current()
610 io_loop.make_current()
628 io_loop.make_current()
668 io_loop.make_current()
694 io_loop.make_current()
734 io_loop.make_current()
795 io_loop.make_current()

12345678910>>...38