Searched refs:indexTypes (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 254 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/ |
D | es31sDrawTests.cpp | 380 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/ |
D | es3sDrawTests.cpp | 453 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/ |
D | es2fDrawTests.cpp | 540 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/ |
D | es3fDrawTests.cpp | 955 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/ |
D | es31fDrawTests.cpp | 2085 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/ |
D | glsDrawTest.cpp | 179 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()
|