Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h56 ST_PROFILE_OPENGL_CORE, /**< OpenGL 3.2+ core profile */ enumerator
63 #define ST_PROFILE_OPENGL_CORE_MASK (1 << ST_PROFILE_OPENGL_CORE)
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c98 : ST_PROFILE_OPENGL_CORE; in dri_create_context()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c980 attribs.profile = ST_PROFILE_OPENGL_CORE; in XMesaCreateContext()
999 attribs.profile = ST_PROFILE_OPENGL_CORE; in XMesaCreateContext()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c240 attribs.profile = ST_PROFILE_OPENGL_CORE; in stw_create_context_attribs()
/third_party/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c687 ? ST_PROFILE_OPENGL_CORE : ST_PROFILE_DEFAULT; in OSMesaCreateContextAttribs()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c896 case ST_PROFILE_OPENGL_CORE: in st_api_create_context()