Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dfont.h56 util_font_create(struct pipe_context *pipe, enum util_font_name name,
Dfont.c446 util_font_create(struct pipe_context *pipe, enum util_font_name name, in util_font_create() function
Dhud_context.c1483 if (!util_font_create(pipe, UTIL_FONT_FIXED_8X13, &hud->font)) { in hud_create()