Home
last modified time | relevance | path

Searched refs:_nearest_pow2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/graphics/
H A Dvertexdomain.py78 def _nearest_pow2(v): function
243 capacity = _nearest_pow2(e.requested_capacity)
255 capacity = _nearest_pow2(e.requested_capacity)
636 capacity = _nearest_pow2(e.requested_capacity)
647 capacity = _nearest_pow2(e.requested_capacity)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/graphics/
H A Dvertexdomain.py78 def _nearest_pow2(v): function
243 capacity = _nearest_pow2(e.requested_capacity)
255 capacity = _nearest_pow2(e.requested_capacity)
636 capacity = _nearest_pow2(e.requested_capacity)
647 capacity = _nearest_pow2(e.requested_capacity)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py287 def _nearest_pow2(v): function
1461 texture_width = _nearest_pow2(width)
1462 texture_height = _nearest_pow2(height)
1525 width = _nearest_pow2(min_width)
1526 height = _nearest_pow2(min_height)
1761 depth = _nearest_pow2(depth)
1866 texture_width = _nearest_pow2(image.width)
1867 texture_height = _nearest_pow2(image.height)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py285 def _nearest_pow2(v): function
1458 texture_width = _nearest_pow2(width)
1459 texture_height = _nearest_pow2(height)
1522 width = _nearest_pow2(min_width)
1523 height = _nearest_pow2(min_height)
1758 depth = _nearest_pow2(depth)
1863 texture_width = _nearest_pow2(image.width)
1864 texture_height = _nearest_pow2(image.height)
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/
H A Devas_gl_texture.c205 _nearest_pow2(int num) in _nearest_pow2() function
221 *w = _nearest_pow2(*w); in _tex_adjust()
222 *h = _nearest_pow2(*h); in _tex_adjust()