Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c636 unsigned ctx_flags = 0; in st_api_create_context() local
660 ctx_flags |= PIPE_CONTEXT_ROBUST_BUFFER_ACCESS; in st_api_create_context()
662 pipe = smapi->screen->context_create(smapi->screen, NULL, ctx_flags); in st_api_create_context()