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

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp234 const float attribWeights[] = { 30, 10, 1 }; local
319 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp336 const float attribWeights[] = { 30, 10, 1 };
442 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp511 static const float attribWeights[] = { 30, 10, 1 }; local
596 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp426 const float attribWeights[] = { 30, 10, 1 }; local
536 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp911 static const float attribWeights[] = { 30, 10, 1 }; local
1026 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2042 const float attribWeights[] = { 30, 10, 1 };
2148 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);

Completed in 373 milliseconds