Searched refs:DefaultState (Results 1 – 6 of 6) sorted by relevance
24 template< class DefaultState >34 BOOST_STATIC_ASSERT( DefaultState::context_type::shallow_history::value );40 typedef typename DefaultState::outermost_context_base_type42 typedef typename DefaultState::context_type context_type;43 typedef typename DefaultState::context_ptr_type context_ptr_type;44 typedef typename DefaultState::context_type_list context_type_list;45 typedef typename DefaultState::orthogonal_position orthogonal_position;52 DefaultState >( pContext ); in deep_construct()
24 template< class DefaultState >34 BOOST_STATIC_ASSERT( DefaultState::context_type::deep_history::value );40 typedef typename DefaultState::outermost_context_base_type42 typedef typename DefaultState::context_type context_type;43 typedef typename DefaultState::context_ptr_type context_ptr_type;44 typedef typename DefaultState::context_type_list context_type_list;45 typedef typename DefaultState::orthogonal_position orthogonal_position;52 DefaultState >( pContext ); in deep_construct()
663 template< class DefaultState >665 const typename DefaultState::context_ptr_type & pContext ) in construct_with_shallow_history()667 construct_with_history_impl< DefaultState >( in construct_with_shallow_history()689 template< class DefaultState >691 const typename DefaultState::context_ptr_type & pContext ) in construct_with_deep_history()693 construct_with_history_impl< DefaultState >( in construct_with_deep_history()1025 template< class DefaultState >1028 const typename DefaultState::context_ptr_type & pContext ) in construct_with_history_impl()1031 history_key_type::make_history_key< DefaultState >() ); in construct_with_history_impl()1036 DefaultState::deep_construct( in construct_with_history_impl()[all …]
59 GLbitfield DefaultState; member254 ns->DefaultState = (1 << MESA_DEBUG_SEVERITY_MEDIUM ) | in debug_namespace_init()270 dst->DefaultState = src->DefaultState; in debug_namespace_copy()310 if (ns->DefaultState == state) { in debug_namespace_set()346 ns->DefaultState = (enabled) ? ((1 << severity) - 1) : 0; in debug_namespace_set_all()355 ns->DefaultState = (ns->DefaultState & ~mask) | val; in debug_namespace_set_all()360 if (elem->State == ns->DefaultState) { in debug_namespace_set_all()376 state = ns->DefaultState; in debug_namespace_get()
165 TEST_P(FramebufferMultiviewTest, DefaultState) in TEST_P() argument