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

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp277 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
328 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
345 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.cpp554 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
605 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
622 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.cpp480 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
545 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
562 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.cpp965 const UniformWeightArray<DE_LENGTH_OF_ARRAY(storages)> storageWeights; local
1035 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
1052 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);

Completed in 108 milliseconds