Searched defs:ARRAY_CHOICE (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp927 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) macro
929 result |= ARRAY_CHOICE(arrayUsageChoices);
930 result |= ARRAY_CHOICE(uniformFuncChoices);
931 result |= ARRAY_CHOICE(arrayAssignChoices);
932 result |= ARRAY_CHOICE(uniformUsageChoices);
933 result |= ARRAY_CHOICE(booleanApiTypeChoices);
934 result |= ARRAY_CHOICE(uniformValueChoices);
936 #undef ARRAY_CHOICE macro
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1097 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) macro
1099 result |= ARRAY_CHOICE(arrayUsageChoices);
1100 result |= ARRAY_CHOICE(uniformFuncChoices);
1101 result |= ARRAY_CHOICE(matrixModeChoices);
1102 result |= ARRAY_CHOICE(arrayAssignChoices);
1103 result |= ARRAY_CHOICE(uniformUsageChoices);
1104 result |= ARRAY_CHOICE(booleanApiTypeChoices);
1105 result |= ARRAY_CHOICE(uniformValueChoices);
1107 #undef ARRAY_CHOICE macro

Completed in 182 milliseconds