Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp254 gls::DrawTestSpec::IndexType indexTypes[] = in init() local
259 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
315 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp380 gls::DrawTestSpec::IndexType indexTypes[] = in init() local
386 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
461 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp453 gls::DrawTestSpec::IndexType indexTypes[] = in init() local
459 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
529 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp540 static const gls::DrawTestSpec::IndexType indexTypes[] = in init() local
545 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
601 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp955 static const gls::DrawTestSpec::IndexType indexTypes[] = in init() local
961 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
1036 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2085 gls::DrawTestSpec::IndexType indexTypes[] = in init() local
2091 const UniformWeightArray<DE_LENGTH_OF_ARRAY(indexTypes)> indexTypeWeights; in init()
2166 …oseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), … in init()
/external/deqp/modules/glshared/
DglsDrawTest.cpp179 static const GLenum indexTypes[] = in indexTypeToGL() local
186 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL()
2350 static const char* indexTypes[] = in indexTypeToString() local
2357 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)type); in indexTypeToString()