Home
last modified time | relevance | path

Searched refs:profile_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c391 unsigned profile_mask = 0; in wgl_create_context() local
394 profile_mask = WGL_CONTEXT_ES_PROFILE_BIT_EXT; in wgl_create_context()
401 profile_mask = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; in wgl_create_context()
404 profile_mask = WGL_CONTEXT_CORE_PROFILE_BIT_ARB; in wgl_create_context()
406 profile_mask = WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB; in wgl_create_context()
442 profile_mask, in wgl_create_context()
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h61 /* for profile_mask in st_api */
538 unsigned profile_mask; member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c1013 if (!(stapi->profile_mask & (1 << attribs->profile))) in st_api_create_context()
1453 .profile_mask = ST_PROFILE_DEFAULT_MASK |

Completed in 4 milliseconds