Home
last modified time | relevance | path

Searched refs:hud_context (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.h31 struct hud_context;
37 struct hud_context *
38 hud_create(struct cso_context *cso, struct hud_context *share);
41 hud_destroy(struct hud_context *hud, struct cso_context *cso);
44 hud_run(struct hud_context *hud, struct cso_context *cso,
48 hud_record_only(struct hud_context *hud, struct pipe_context *pipe);
51 hud_add_queue_for_monitoring(struct hud_context *hud,
Dhud_context.c70 hud_draw_colored_prims(struct hud_context *hud, unsigned prim, in hud_draw_colored_prims()
101 hud_draw_colored_quad(struct hud_context *hud, unsigned prim, in hud_draw_colored_quad()
116 hud_draw_background_quad(struct hud_context *hud, in hud_draw_background_quad()
140 hud_draw_string(struct hud_context *hud, unsigned x, unsigned y, in hud_draw_string()
299 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip()
324 hud_pane_accumulate_vertices(struct hud_context *hud, in hud_pane_accumulate_vertices()
399 hud_pane_accumulate_vertices_simple(struct hud_context *hud, in hud_pane_accumulate_vertices_simple()
419 hud_pane_draw_colored_objects(struct hud_context *hud, in hud_pane_draw_colored_objects()
443 hud_prepare_vertices(struct hud_context *hud, struct vertex_queue *v, in hud_prepare_vertices()
457 hud_draw_results(struct hud_context *hud, struct pipe_resource *tex) in hud_draw_results()
[all …]
Dhud_private.h43 struct hud_context { struct
122 struct hud_context *hud;
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h33 struct hud_context;
48 struct hud_context *hud;
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h70 struct hud_context;
310 struct hud_context *hud;
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.h59 struct hud_context *hud;
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.h39 struct hud_context;
149 struct hud_context *hud; /* NULL if hud is disabled */
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources94 hud/hud_context.c \
95 hud/hud_context.h \
Dmeson.build114 'hud/hud_context.c',
115 'hud/hud_context.h',
/external/mesa3d/docs/relnotes/
D20.0.3.rst101 - gallium: hud_context: Fix scalar initializer warning.
D20.1.0.rst2546 - gallium: hud_context: Fix scalar initializer warning.