Searched refs:ctx_flags (Results 1 – 3 of 3) sorted by relevance
225 enum xkb_context_flags ctx_flags; in test_get_context() local229 ctx_flags = XKB_CONTEXT_NO_DEFAULT_INCLUDES; in test_get_context()238 ctx_flags |= XKB_CONTEXT_NO_ENVIRONMENT_NAMES; in test_get_context()241 ctx = xkb_context_new(ctx_flags); in test_get_context()
367 OM_uint32 *ctx_flags, in gss_inquire_context() argument377 (void)ctx_flags; in gss_inquire_context()
839 unsigned ctx_flags = PIPE_CONTEXT_PREFER_THREADED; in st_api_create_context() local878 ctx_flags |= PIPE_CONTEXT_ROBUST_BUFFER_ACCESS; in st_api_create_context()884 ctx_flags |= PIPE_CONTEXT_LOW_PRIORITY; in st_api_create_context()886 ctx_flags |= PIPE_CONTEXT_HIGH_PRIORITY; in st_api_create_context()888 pipe = smapi->screen->context_create(smapi->screen, NULL, ctx_flags); in st_api_create_context()