Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h85 #define ST_CONTEXT_FLAG_FORWARD_COMPATIBLE (1 << 1) macro
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c105 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE; in dri_create_context()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c226 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE; in stw_create_context_attribs()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c964 attribs.flags |= ST_CONTEXT_FLAG_FORWARD_COMPATIBLE; in XMesaCreateContext()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c966 if (attribs->flags & ST_CONTEXT_FLAG_FORWARD_COMPATIBLE) in st_api_create_context()