Home
last modified time | relevance | path

Searched defs:preferred_unit (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-color-panel-private.h136 GstyleColorUnit preferred_unit; member
H A Dgstyle-color-plane.c94 GstyleColorUnit preferred_unit; member
363 GstyleColorUnit preferred_unit) in gstyle_color_plane_set_preferred_unit()
H A Dgstyle-color-panel.c847 GstyleColorUnit preferred_unit) in set_preferred_unit()
/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dshader_program.c230 int preferred_unit = CASTPTR_ASSUME_ALIGNED(uniform->cache.pending, int)[i]; in gl33_sync_uniform() local
H A Dgl33.c716 uint gl33_bind_texture(Texture *texture, bool for_rendering, int preferred_unit) { in gl33_bind_texture()