Lines Matching refs: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) in getCheckMethodName() argument
1865 switch (checkMethod) in getCheckMethodName()
1873 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
1875 switch (checkMethod) in getCheckMethodDescription()
1909 const CheckMethod checkMethod, in UniformValueCase() argument
1915 , m_checkMethod (checkMethod) in UniformValueCase()
2219 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2220 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2235 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2239 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()
2254 …UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanT… in init()
2278 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2279 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2284 …const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM &&… in init()
2298 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2328 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod, in init()