Lines Matching refs:checkMethod
1719 CheckMethod checkMethod,
1725 static const char* getCheckMethodName (CheckMethod checkMethod);
1726 static const char* getCheckMethodDescription (CheckMethod checkMethod);
1727 static const char* getAssignMethodName (AssignMethod checkMethod);
1728 static const char* getAssignMethodDescription (AssignMethod checkMethod);
1734 const char* UniformAssignCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
1736 switch (checkMethod) in getCheckMethodName()
1744 const char* UniformAssignCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
1746 switch (checkMethod) in getCheckMethodDescription()
1779 const CheckMethod checkMethod, in UniformAssignCase() argument
1784 , m_checkMethod (checkMethod) in UniformAssignCase()
1942 … const UniformAssignCase::CheckMethod checkMethod = (UniformAssignCase::CheckMethod)checkMethodI; in init() local
1943 …t, UniformAssignCase::getCheckMethodName(checkMethod), UniformAssignCase::getCheckMethodDescriptio… in init()
1948 …const int numArrayFirstElemNameCases = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM &… in init()
1962 …const bool varyBoolApiType = checkMethod == UniformAssignCase::CHECKMETHOD_GET_UNIFORM &&… in init()
2000 checkMethod, assignMethod, in init()