Lines Matching defs:context
64 signal_visible_handler(int sig, siginfo_t *siginfo, void *context)
716 * If "cso" is not the recording context, recording is skipped.
717 * If "cso" is not the drawing context, drawing is skipped.
726 /* If "cso" is the recording or drawing context or NULL, execute
741 * not drawing context.
748 /* If it's a drawing context, only hud_run() records query results. */
1782 fprintf(stderr, "hud: failed to set a draw context");
1819 * reference counter of "share", set "cso" as the recording or drawing context
1821 * This allows sharing the HUD instance within a multi-context share group,
1822 * record queries in one context and draw them in another.
1836 * Only one context can record queries and only one context
1839 * GALLIUM_HUD_SHARE=x,y determines the context indices.
1882 /* font (the context is only used for the texture upload) */
1974 * and detach the context from the HUD.