Home | History | Annotate | Download | only in functional

Lines Matching refs:queryType

2607 															 gls::StateQueryUtil::QueryType	type);
2611 const gls::StateQueryUtil::QueryType m_type;
2621 gls::StateQueryUtil::QueryType type)
2657 gls::StateQueryUtil::QueryType type);
2661 const gls::StateQueryUtil::QueryType m_type;
2671 gls::StateQueryUtil::QueryType type)
2723 gls::StateQueryUtil::QueryType type);
2727 const gls::StateQueryUtil::QueryType m_type;
2735 gls::StateQueryUtil::QueryType type)
2762 gls::StateQueryUtil::QueryType type);
2766 const gls::StateQueryUtil::QueryType m_type;
2772 gls::StateQueryUtil::QueryType type)
2997 const QueryType queryType = QUERY_BOOLEAN; \
3002 const QueryType queryType = QUERY_INTEGER; \
3007 const QueryType queryType = QUERY_INTEGER64; \
3012 const QueryType queryType = QUERY_FLOAT; \
3022 const QueryType queryType = QUERY_ISENABLED; \
3034 limits[ndx].target, limits[ndx].limit, queryType)));
3037 FOR_ALL_ENABLE_TYPES(queries->addChild(new IsEnabledCase (m_context, (std::string("debug_output") + postfix).c_str(), "Test DEBUG_OUTPUT", GL_DEBUG_OUTPUT, IsEnabledCase::INITIAL_CTX_IS_DEBUG, queryType)));
3038 FOR_ALL_ENABLE_TYPES(queries->addChild(new IsEnabledCase (m_context, (std::string("debug_output_synchronous") + postfix).c_str(), "Test DEBUG_OUTPUT_SYNCHRONOUS", GL_DEBUG_OUTPUT_SYNCHRONOUS, IsEnabledCase::INITIAL_FALSE, queryType)));
3040 FOR_ALL_TYPES(queries->addChild(new PositiveIntegerCase (m_context, (std::string("debug_logged_messages") + postfix).c_str(), "Test DEBUG_LOGGED_MESSAGES", GL_DEBUG_LOGGED_MESSAGES, queryType)));
3041 FOR_ALL_TYPES(queries->addChild(new PositiveIntegerCase (m_context, (std::string("debug_next_logged_message_length") + postfix).c_str(), "Test DEBUG_NEXT_LOGGED_MESSAGE_LENGTH", GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH, queryType)));
3042 FOR_ALL_TYPES(queries->addChild(new GroupStackDepthQueryCase(m_context, (std::string("debug_group_stack_depth") + postfix).c_str(), "Test DEBUG_GROUP_STACK_DEPTH", queryType)));