egl/egltest/endpointtestsuite/automated/tinc/egltest_parameters.h
changeset 136 62bb7c97884c
parent 98 bf7481649c98
equal deleted inserted replaced
121:d72fc2aace31 136:62bb7c97884c
   186                 {
   186                 {
   187                 useCurParam = EFalse;
   187                 useCurParam = EFalse;
   188                 break;
   188                 break;
   189                 }
   189                 }
   190             }
   190             }
   191         // Can/should we use "search" here?
       
   192         // Check if it's already in the list - no point in testing the same value more than once.
   191         // Check if it's already in the list - no point in testing the same value more than once.
   193         for(TInt j = 0; useCurParam && j < iParams.Count(); j++)
   192         for(TInt j = 0; useCurParam && j < iParams.Count(); j++)
   194             {
   193             {
   195             if (candidateParams[i] == iParams[j])
   194             if (candidateParams[i] == iParams[j])
   196                 {
   195                 {