Searched refs:storageWeights (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp266 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
317 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
334 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp552 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
603 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
620 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp466 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
531 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
548 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp960 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
1030 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
1047 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);

Completed in 1251 milliseconds