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

/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp254 gls::DrawTestSpec::IndexType indexTypes[] = local
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/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.cpp540 static const gls::DrawTestSpec::IndexType indexTypes[] = local
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/
H A Des3sDrawTests.cpp453 gls::DrawTestSpec::IndexType indexTypes[] = local
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/
H A Des3fDrawTests.cpp947 static const gls::DrawTestSpec::IndexType indexTypes[] = local
953 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
1028 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2084 gls::DrawTestSpec::IndexType indexTypes[] =
2090 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights;
2165 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp178 static const GLenum indexTypes[] = local
185 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType);
2433 static const char* indexTypes[] = local
2440 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)type);

Completed in 137 milliseconds