Home
last modified time | relevance | path

Searched refs:glamor_program_location_font (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_text.c266 .locations = glamor_program_location_font,
347 .locations = glamor_program_location_font,
379 …locations = glamor_program_location_fg | glamor_program_location_bg | glamor_program_location_font,
H A Dglamor_program.h32 glamor_program_location_font = 16, enumerator
H A Dglamor_program.c128 .location = glamor_program_location_font,
362 prog->font_uniform = glamor_get_uniform(prog, glamor_program_location_font, "font"); in glamor_build_program()