Lines Matching refs:FeedbackRecordVariableSelectionCase

2803 class FeedbackRecordVariableSelectionCase : public TestCase  class
2806FeedbackRecordVariableSelectionCase (Context& context, const char* name, const char* description);
2807 ~FeedbackRecordVariableSelectionCase (void);
2824 FeedbackRecordVariableSelectionCase::FeedbackRecordVariableSelectionCase (Context& context, const c… in FeedbackRecordVariableSelectionCase() function in deqp::gles31::Functional::__anon934a963b0111::FeedbackRecordVariableSelectionCase
2831 FeedbackRecordVariableSelectionCase::~FeedbackRecordVariableSelectionCase (void) in ~FeedbackRecordVariableSelectionCase()
2836 void FeedbackRecordVariableSelectionCase::init (void) in init()
2881 void FeedbackRecordVariableSelectionCase::deinit (void) in deinit()
2893 FeedbackRecordVariableSelectionCase::IterateResult FeedbackRecordVariableSelectionCase::iterate (vo… in iterate()
2966 std::string FeedbackRecordVariableSelectionCase::getVertexSource (void) in getVertexSource()
2980 std::string FeedbackRecordVariableSelectionCase::getFragmentSource (void) in getFragmentSource()
2985 std::string FeedbackRecordVariableSelectionCase::getTessellationControlSource (void) in getTessellationControlSource()
3002 std::string FeedbackRecordVariableSelectionCase::getTessellationEvaluationSource (void) in getTessellationEvaluationSource()
3017 std::string FeedbackRecordVariableSelectionCase::getGeometrySource(void) in getGeometrySource()
3223 …feedbackGroup->addChild(new FeedbackRecordVariableSelectionCase(m_context, "record_variable_select… in init()