Searched defs:hud (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.h48 struct hud_context *hud; member in struct:stw_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.h59 struct hud_context *hud; member in struct:dri_context
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.h65 struct hud_context *hud; member in struct:dri_context
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.h49 struct hud_context *hud; member in struct:stw_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h90 } hud; member in struct:svga_screen
H A Dsvga_context.h571 } hud; member in struct:svga_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_screen.h93 } hud; member in struct:svga_screen
H A Dsvga_context.h614 } hud; member in struct:svga_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h310 struct hud_context *hud; member in struct:xmesa_context
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.h310 struct hud_context *hud; member in struct:xmesa_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.h149 struct hud_context *hud; /* NULL if hud is disabled */ member in struct:NineDevice9
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h121 struct hud_context *hud; member in struct:hud_pane
H A Dhud_context.c69 hud_draw_colored_prims(struct hud_context *hud, unsigned prim, argument
103 hud_draw_colored_quad(struct hud_context * hud,unsigned prim,unsigned x1,unsigned y1,unsigned x2,unsigned y2,float r,float g,float b,float a) argument
118 hud_draw_background_quad(struct hud_context * hud,unsigned x1,unsigned y1,unsigned x2,unsigned y2) argument
142 hud_draw_string(struct hud_context * hud,unsigned x,unsigned y,const char * str,...) argument
301 hud_draw_graph_line_strip(struct hud_context * hud,const struct hud_graph * gr,unsigned xoffset,unsigned yoffset,float yscale) argument
326 hud_pane_accumulate_vertices(struct hud_context * hud,const struct hud_pane * pane) argument
401 hud_pane_accumulate_vertices_simple(struct hud_context * hud,const struct hud_pane * pane) argument
421 hud_pane_draw_colored_objects(struct hud_context * hud,const struct hud_pane * pane) argument
445 hud_prepare_vertices(struct hud_context * hud,struct vertex_queue * v,unsigned num_vertices,unsigned stride) argument
459 hud_draw_results(struct hud_context * hud,struct pipe_resource * tex) argument
619 hud_start_queries(struct hud_context * hud,struct pipe_context * pipe) argument
637 hud_stop_queries(struct hud_context * hud,struct pipe_context * pipe) argument
722 hud_run(struct hud_context * hud,struct cso_context * cso,struct pipe_resource * tex) argument
745 hud_record_only(struct hud_context * hud,struct pipe_context * pipe) argument
870 hud_pane_create(struct hud_context * hud,unsigned x1,unsigned y1,unsigned x2,unsigned y2,unsigned y_simple,unsigned period,uint64_t max_value,uint64_t ceiling,boolean dyn_ceiling,boolean sort_items) argument
1181 hud_parse_env_var(struct hud_context * hud,struct pipe_screen * screen,const char * env) argument
1623 hud_unset_draw_context(struct hud_context * hud) argument
1650 hud_set_draw_context(struct hud_context * hud,struct cso_context * cso) argument
1744 hud_unset_record_context(struct hud_context * hud) argument
1767 hud_set_record_context(struct hud_context * hud,struct pipe_context * pipe) argument
1813 struct hud_context *hud; local in function:hud_create
1920 hud_destroy(struct hud_context * hud,struct cso_context * cso) argument
1935 hud_add_queue_for_monitoring(struct hud_context * hud,struct util_queue_monitoring * queue_info) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Ddevice9.h150 struct hud_context *hud; /* NULL if hud is disabled */ member in struct:NineDevice9
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h123 struct hud_context *hud; member in struct:hud_pane
H A Dhud_context.c71 hud_draw_colored_prims(struct hud_context *hud, unsigned prim, argument
103 hud_draw_colored_quad(struct hud_context * hud,unsigned prim,unsigned x1,unsigned y1,unsigned x2,unsigned y2,float r,float g,float b,float a) argument
118 hud_draw_background_quad(struct hud_context * hud,unsigned x1,unsigned y1,unsigned x2,unsigned y2) argument
142 hud_draw_string(struct hud_context * hud,unsigned x,unsigned y,const char * str,...) argument
301 hud_draw_graph_line_strip(struct hud_context * hud,const struct hud_graph * gr,unsigned xoffset,unsigned yoffset,float yscale) argument
326 hud_pane_accumulate_vertices(struct hud_context * hud,const struct hud_pane * pane) argument
401 hud_pane_accumulate_vertices_simple(struct hud_context * hud,const struct hud_pane * pane) argument
421 hud_pane_draw_colored_objects(struct hud_context * hud,const struct hud_pane * pane) argument
445 hud_prepare_vertices(struct hud_context * hud,struct vertex_queue * v,unsigned num_vertices,unsigned stride) argument
459 hud_draw_results(struct hud_context * hud,struct pipe_resource * tex) argument
626 hud_start_queries(struct hud_context * hud,struct pipe_context * pipe) argument
644 hud_stop_queries(struct hud_context * hud,struct pipe_context * pipe) argument
721 hud_run(struct hud_context * hud,struct cso_context * cso,struct pipe_resource * tex) argument
744 hud_record_only(struct hud_context * hud,struct pipe_context * pipe) argument
869 hud_pane_create(struct hud_context * hud,unsigned x1,unsigned y1,unsigned x2,unsigned y2,unsigned y_simple,unsigned period,uint64_t max_value,uint64_t ceiling,boolean dyn_ceiling,boolean sort_items) argument
1180 hud_parse_env_var(struct hud_context * hud,struct pipe_screen * screen,const char * env) argument
1622 hud_unset_draw_context(struct hud_context * hud) argument
1653 hud_set_draw_context(struct hud_context * hud,struct cso_context * cso,struct st_context_iface * st) argument
1786 hud_unset_record_context(struct hud_context * hud) argument
1809 hud_set_record_context(struct hud_context * hud,struct pipe_context * pipe) argument
1856 struct hud_context *hud; local in function:hud_create
1976 hud_destroy(struct hud_context * hud,struct cso_context * cso) argument
1991 hud_add_queue_for_monitoring(struct hud_context * hud,struct util_queue_monitoring * queue_info) argument
[all...]

Completed in 16 milliseconds