Lines Matching defs:checkMethod

1825 													 CheckMethod								checkMethod,
1833 static const char* getCheckMethodName (CheckMethod checkMethod);
1834 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1835 static const char* getAssignMethodName (AssignMethod checkMethod);
1836 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1863 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod)
1865 switch (checkMethod)
1873 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod)
1875 switch (checkMethod)
1909 const CheckMethod checkMethod,
1915 , m_checkMethod (checkMethod)
2219 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2220 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2235 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2239 if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSamplerTypes())
2254 UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanTypeFeat));
2278 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2279 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2284 const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && collectionGroupNdx == UNIFORMCOLLECTIONS_BASIC_ARRAY ? 2 : 1;
2298 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2328 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod,