HomeSort by relevance Sort by last modified time
    Searched refs:record_pipe (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c 703 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe))
704 hud_stop_queries(hud, hud->record_pipe);
709 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe))
710 hud_start_queries(hud, hud->record_pipe);
723 if (pipe == hud->pipe || pipe != hud->record_pipe)
726 hud_stop_queries(hud, hud->record_pipe);
727 hud_start_queries(hud, hud->record_pipe);
    [all...]
hud_private.h 46 struct pipe_context *record_pipe; member in struct:hud_context

Completed in 598 milliseconds