Home | History | Annotate | Download | only in functional

Lines Matching defs:checkMethod

1699 	enum CheckMethod
1719 CheckMethod checkMethod,
1725 static const char* getCheckMethodName (CheckMethod checkMethod);
1726 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1727 static const char* getAssignMethodName (AssignMethod checkMethod);
1728 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1731 const CheckMethod m_checkMethod;
1734 const char* UniformAssignCase::getCheckMethodName (const CheckMethod checkMethod)
1736 switch (checkMethod)
1744 const char* UniformAssignCase::getCheckMethodDescription (const CheckMethod checkMethod)
1746 switch (checkMethod)
1779 const CheckMethod checkMethod,
1784 , m_checkMethod (checkMethod)
1942 const UniformAssignCase::CheckMethod checkMethod = (UniformAssignCase::CheckMethod)checkMethodI;
1943 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformAssignCase::getCheckMethodName(checkMethod), UniformAssignCase::getCheckMethodDescription(checkMethod));
1948 const int numArrayFirstElemNameCases = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM && collectionGroupNdx == UNIFORMCOLLECTIONS_BASIC_ARRAY ? 2 : 1;
1962 const bool varyBoolApiType = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2000 checkMethod, assignMethod,