HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY_CHOICE (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 927 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)])
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
    [all...]

Completed in 213 milliseconds