Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_driconf.c66 query_bool_option(force_gl_names_reuse); in u_driconf_fill_st_options()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h249 bool force_gl_names_reuse; member
/third_party/mesa3d/src/util/
Ddriconf.h262 DRI_CONF_OPT_B(force_gl_names_reuse, def, "Force GL names reuse")
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1250 consts->ForceGLNamesReuse = options->force_gl_names_reuse; in st_init_extensions()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4288 - util: add force_gl_names_reuse for SWKOTOR.