Lines Matching refs:checkMethod
2327 CheckMethod checkMethod,
2335 static const char* getCheckMethodName (CheckMethod checkMethod);
2336 static const char* getCheckMethodDescription (CheckMethod checkMethod);
2337 static const char* getAssignMethodName (AssignMethod checkMethod);
2338 static const char* getAssignMethodDescription (AssignMethod checkMethod);
2365 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
2367 switch (checkMethod) in getCheckMethodName()
2375 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
2377 switch (checkMethod) in getCheckMethodDescription()
2411 const CheckMethod checkMethod, in UniformValueCase() argument
2417 , m_checkMethod (checkMethod) in UniformValueCase()
2743 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2744 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2759 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2763 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()
2780 …UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanT… in init()
2804 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2805 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2810 …const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM &&… in init()
2824 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2862 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod, in init()