Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h58 ST_PROFILE_OPENGL_ES2 /**< OpenGL ES 2.0 */ enumerator
65 #define ST_PROFILE_OPENGL_ES2_MASK (1 << ST_PROFILE_OPENGL_ES2)
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c89 attribs.profile = ST_PROFILE_OPENGL_ES2; in dri_create_context()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c269 attribs.profile = ST_PROFILE_OPENGL_ES2; in stw_create_context_attribs()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1007 attribs.profile = ST_PROFILE_OPENGL_ES2; in XMesaCreateContext()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c1023 case ST_PROFILE_OPENGL_ES2: in st_api_create_context()