Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c698 struct pipe_context *pipe = cso ? cso_get_pipe_context(cso) : NULL; in hud_run()
1605 struct pipe_context *pipe = cso_get_pipe_context(cso); in hud_set_draw_context()
1754 hud_set_record_context(share, cso_get_pipe_context(cso)); in hud_create()
1765 struct pipe_screen *screen = cso_get_pipe_context(cso)->screen; in hud_create()
1789 if (!util_font_create(cso_get_pipe_context(cso), in hud_create()
1859 hud_set_record_context(hud, cso_get_pipe_context(cso)); in hud_create()
1874 if (!cso || hud->record_pipe == cso_get_pipe_context(cso)) in hud_destroy()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h47 struct pipe_context *cso_get_pipe_context(struct cso_context *cso);
Dcso_context.c131 struct pipe_context *cso_get_pipe_context(struct cso_context *cso) in cso_get_pipe_context() function