Lines Matching refs:checkMethod
2337 CheckMethod checkMethod,
2345 static const char* getCheckMethodName (CheckMethod checkMethod);
2346 static const char* getCheckMethodDescription (CheckMethod checkMethod);
2347 static const char* getAssignMethodName (AssignMethod checkMethod);
2348 static const char* getAssignMethodDescription (AssignMethod checkMethod);
2375 const char* UniformValueCase::getCheckMethodName (const CheckMethod checkMethod) in getCheckMethodName() argument
2377 switch (checkMethod) in getCheckMethodName()
2385 const char* UniformValueCase::getCheckMethodDescription (const CheckMethod checkMethod) in getCheckMethodDescription() argument
2387 switch (checkMethod) in getCheckMethodDescription()
2421 const CheckMethod checkMethod, in UniformValueCase() argument
2427 , m_checkMethod (checkMethod) in UniformValueCase()
2753 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2754 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2769 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2773 …if (checkMethod == UniformValueCase::CHECKMETHOD_RENDER && uniformCollection->containsSeveralSampl… in init()
2790 …UniformValueCase::VALUETOCHECK_INITIAL, checkMethod, UniformValueCase::ASSIGNMETHOD_LAST, booleanT… in init()
2814 … const UniformValueCase::CheckMethod checkMethod = (UniformValueCase::CheckMethod)checkMethodI; in init() local
2815 …ext, UniformValueCase::getCheckMethodName(checkMethod), UniformValueCase::getCheckMethodDescriptio… in init()
2820 …const int numArrayFirstElemNameCases = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM &&… in init()
2834 …const bool varyBoolApiType = checkMethod == UniformValueCase::CHECKMETHOD_GET_UNIFORM && … in init()
2872 UniformValueCase::VALUETOCHECK_ASSIGNED, checkMethod, assignMethod, in init()