OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexMins
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
421
const int
indexMins
[] = { 0, 1, 3, 8 };
533
spec.indexMin = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(
indexMins
), DE_ARRAY_END(
indexMins
), indexWeights);
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
923
static const int
indexMins
[] = { 0, 1, 3, 8 };
[
all
...]
Completed in 855 milliseconds