Searched refs:indexTypes (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp265 gls::DrawTestSpec::IndexType indexTypes[] = local
270 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
326 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp380 gls::DrawTestSpec::IndexType indexTypes[] =
386 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
461 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp542 static const gls::DrawTestSpec::IndexType indexTypes[] = local
547 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
603 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp467 gls::DrawTestSpec::IndexType indexTypes[] = local
473 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
543 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp952 static const gls::DrawTestSpec::IndexType indexTypes[] = local
958 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
1033 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp189 GLenum indexTypes[] =
195 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(indexTypes) == DrawTestSpec::INDEXTYPE_LAST);
197 return indexTypes[(int)indexType];
2467 static const char* indexTypes[] =
2473 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(indexTypes) == DrawTestSpec::INDEXTYPE_LAST);
2475 return indexTypes[(int)type];
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2086 gls::DrawTestSpec::IndexType indexTypes[] =
2092 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
2167 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);

Completed in 228 milliseconds