Searched refs:firstWeights (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp240 const float firstWeights[] = { 20, 20, 1 }; local
329 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp342 const float firstWeights[] = { 20, 20, 1 };
464 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp517 static const float firstWeights[] = { 20, 20, 1 }; local
606 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp432 const float firstWeights[] = { 20, 20, 1 }; local
546 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp917 static const float firstWeights[] = { 20, 20, 1 }; local
1036 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2048 const float firstWeights[] = { 20, 20, 1 };
2170 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);

Completed in 158 milliseconds