Lines Matching refs:checkMethod
1835 CheckMethod checkMethod,
1843 static const char* getCheckMethodName (CheckMethod checkMethod);
1844 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1845 static const char* getAssignMethodName (AssignMethod checkMethod);
1846 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1873 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod)
1875 switch (checkMethod)
1883 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod)
1885 switch (checkMethod)
1919 const CheckMethod checkMethod,
1925 , m_checkMethod (checkMethod)
2229 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2230 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2245 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2249 if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSamplerTypes())
2264 UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanTypeFeat));
2288 const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI;
2289 TestCaseGroup* const checkMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescription(checkMethod));
2294 const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && collectionGroupNdx == UNIFORMCOLLECTIONS_BASIC_ARRAY ? 2 : 1;
2308 const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && containsBooleans &&
2338 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod,