Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Dcommon.c225 enum xkb_context_flags ctx_flags; in test_get_context() local
229 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()
/external/curl/tests/libtest/
Dstub_gssapi.c367 OM_uint32 *ctx_flags, in gss_inquire_context() argument
377 (void)ctx_flags; in gss_inquire_context()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c839 unsigned ctx_flags = PIPE_CONTEXT_PREFER_THREADED; in st_api_create_context() local
878 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()