OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:indexTypeWeights
(Results
1 - 4
of
4
) sorted by null
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
259
const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)>
indexTypeWeights
;
315
spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes),
indexTypeWeights
.weights);
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
545
const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)>
indexTypeWeights
;
601
spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes),
indexTypeWeights
.weights);
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
459
const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)>
indexTypeWeights
;
529
spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes),
indexTypeWeights
.weights);
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
[
all
...]
Completed in 2143 milliseconds