Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp596 static const Target uintTargets[] = in init() local
648 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(uintTargets); ++targetNdx) in init()
650 …group = new tcu::TestCaseGroup(m_testCtx, uintTargets[targetNdx].name, (std::string("test with ") … in init()
652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].data… in init()