Lines Matching refs:checkMethod
1729 CheckMethod checkMethod,
1735 static const char* getCheckMethodName (CheckMethod checkMethod);
1736 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1737 static const char* getAssignMethodName (AssignMethod checkMethod);
1738 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1744 const char* UniformAssignCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
1746 switch (checkMethod) in getCheckMethodName()
1754 const char* UniformAssignCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
1756 switch (checkMethod) in getCheckMethodDescription()
1789 const CheckMethod checkMethod, in UniformAssignCase() argument
1794 , m_checkMethod (checkMethod) in UniformAssignCase()
1952 … const UniformAssignCase::CheckMethod checkMethod = (UniformAssignCase::CheckMethod)checkMethodI; in init() local
1953 …t, UniformAssignCase::getCheckMethodName(checkMethod), UniformAssignCase::getCheckMethodDescriptio… in init()
1958 …const int numArrayFirstElemNameCases = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM &… in init()
1972 …const bool varyBoolApiType = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM &&… in init()
2010 checkMethod, assignMethod, in init()