Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sDrawTests.cpp229 const float firstWeights[] = { 20, 20, 1 }; in init() local
318 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
/third_party/vk-gl-cts/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);
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sDrawTests.cpp418 const float firstWeights[] = { 20, 20, 1 }; in init() local
532 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp515 static const float firstWeights[] = { 20, 20, 1 }; in init() local
604 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp920 static const float firstWeights[] = { 20, 20, 1 }; in init() local
1039 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp2051 const float firstWeights[] = { 20, 20, 1 };
2175 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);

Completed in 9 milliseconds