Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp247 gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
252 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
314 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles31/stress/
Des31sDrawTests.cpp373 gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
378 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
449 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp443 gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
451 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
528 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp533 static const gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
538 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
600 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp945 static const gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
953 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
1035 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2078 gls::DrawTestSpec::DrawMethod drawMethods[] = in init() local
2083 const UniformWeightArray<DE_LENGTH_OF_ARRAY(drawMethods)> drawMethodWeights; in init()
2154 …eWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods),… in init()
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6593 } drawMethods[] = in init() local
6613 for (int drawMethodNdx = 0; drawMethodNdx < DE_LENGTH_OF_ARRAY(drawMethods); ++drawMethodNdx) in init()
6616 …const std::string name = std::string() + drawMethods[drawMethodNdx].name + "_upload_unrelated_with… in init()
6617 …const std::string desc = std::string() + "Measure time consumed by " + drawMethods[drawMethodNdx].… in init()
6621 …w UnrelatedUploadRenderTimeCase(m_context, name.c_str(), desc.c_str(), drawMethods[drawMethodNdx].… in init()