Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_driconf.c71 query_bool_option(force_gl_map_buffer_synchronized); in u_driconf_fill_st_options()
/aosp_15_r20/external/mesa3d/src/gallium/include/frontend/
H A Dapi.h200 bool force_gl_map_buffer_synchronized; member
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.1.3.rst199 - util: use force_gl_map_buffer_synchronized workaround with RAGE
H A D22.2.0.rst5788 - util: use force_gl_map_buffer_synchronized workaround with RAGE
/aosp_15_r20/external/mesa3d/src/util/
H A Ddriconf.h276 DRI_CONF_OPT_B(force_gl_map_buffer_synchronized, def, "Override GL_MAP_UNSYNCHRONIZED_BIT.")
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c1230 consts->ForceMapBufferSynchronized = options->force_gl_map_buffer_synchronized; in st_init_extensions()