Home
last modified time | relevance | path

Searched refs:repeat_type (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h191 #define _glamor_get_reflect_transform_coords(pixmap, priv, repeat_type, \ argument
217 #define _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument
222 if (repeat_type == RepeatReflect) { \
255 #define glamor_get_repeat_transform_coords(pixmap, priv, repeat_type, tx1, \ argument
263 if (repeat_type != RepeatReflect) { \
267 _glamor_get_reflect_transform_coords(pixmap, priv, repeat_type, \
274 #define glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, \ argument
287 if (repeat_type == RepeatReflect) { \
293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \
356 repeat_type, \ argument
[all …]
H A Dglamor_largepixmap.c346 int repeat_type, int is_transform, in _glamor_compute_clipped_regions() argument
376 if (repeat_type == 0 || repeat_type == RepeatPad) { in _glamor_compute_clipped_regions()
379 if (repeat_type == RepeatPad) { in _glamor_compute_clipped_regions()
420 if (repeat_type == RepeatReflect) { in _glamor_compute_clipped_regions()
480 if (repeat_type == RepeatReflect) { in _glamor_compute_clipped_regions()
506 if (repeat_type == RepeatNormal) { in _glamor_compute_clipped_regions()
528 else if (repeat_type == RepeatReflect) { in _glamor_compute_clipped_regions()
654 !(is_transform && repeat_type == RepeatReflect)) in _glamor_compute_clipped_regions()
678 int *n_region, int repeat_type, in glamor_compute_clipped_regions() argument
682 return _glamor_compute_clipped_regions(pixmap, priv, region, n_region, repeat_type, in glamor_compute_clipped_regions()
[all …]
H A Dglamor_render.c521 int repeat_type; in glamor_set_composite_texture() local
533 repeat_type = picture->repeatType; in glamor_set_composite_texture()
574 repeat_type == RepeatNone && picture->transform)) { in glamor_set_composite_texture()
578 repeat_type += RepeatFix; in glamor_set_composite_texture()
581 glUniform1i(repeat_location, repeat_type); in glamor_set_composite_texture()
732 int repeat_type, in glamor_set_normalize_tcoords_generic() argument
739 if (!matrix && repeat_type == RepeatNone) in glamor_set_normalize_tcoords_generic()
743 else if (matrix && repeat_type == RepeatNone) in glamor_set_normalize_tcoords_generic()
748 else if (!matrix && repeat_type != RepeatNone) in glamor_set_normalize_tcoords_generic()
749 glamor_set_repeat_normalize_tcoords_ext(pixmap, priv, repeat_type, in glamor_set_normalize_tcoords_generic()
[all …]
H A Dglamor_priv.h710 int repeat_type, int reverse,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp78 using spirit::repeat_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcommon_terminals.hpp107 ( repeat, repeat_type )