Lines Matching defs:checkMethod

2327 													 CheckMethod								checkMethod,
2335 static const char* getCheckMethodName (CheckMethod checkMethod);
2336 static const char* getCheckMethodDescription (CheckMethod checkMethod);
2337 static const char* getAssignMethodName (AssignMethod checkMethod);
2338 static const char* getAssignMethodDescription (AssignMethod checkMethod);
2365 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod)
2367 switch (checkMethod)
2375 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod)
2377 switch (checkMethod)
2411 const CheckMethod checkMethod,
2417 , m_checkMethod (checkMethod)
2743 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2744 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2759 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2763 if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSamplerTypes())
2780 UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanTypeFeat));
2804 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2805 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2810 const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && collectionGroupNdx == UNIFORMCOLLECTIONS_BASIC_ARRAY ? 2 : 1;
2824 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2862 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod,