Lines Matching refs:TestCaseGroup
41 class SingleVertexArrayUsageGroup : public TestCaseGroup
57 …: TestCaseGroup (context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage)… in SingleVertexArrayUsageGroup()
114 class SingleVertexArrayUsageTests : public TestCaseGroup
128 : TestCaseGroup(context, "usages", "Single vertex atribute, usage") in SingleVertexArrayUsageTests()
146 class SingleVertexArrayStrideGroup : public TestCaseGroup
162 …: TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c… in SingleVertexArrayStrideGroup()
220 class SingleVertexArrayStrideTests : public TestCaseGroup
234 : TestCaseGroup(context, "strides", "Single stride vertex atribute") in SingleVertexArrayStrideTests()
252 class SingleVertexArrayFirstGroup : public TestCaseGroup
267 …: TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c… in SingleVertexArrayFirstGroup()
323 class SingleVertexArrayFirstTests : public TestCaseGroup
337 : TestCaseGroup(context, "first", "Single vertex attribute, different first values to drawArrays") in SingleVertexArrayFirstTests()
356 class SingleVertexArrayOffsetGroup : public TestCaseGroup
371 …: TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c… in SingleVertexArrayOffsetGroup()
423 class SingleVertexArrayOffsetTests : public TestCaseGroup
437 : TestCaseGroup(context, "offset", "Single vertex atribute offset element") in SingleVertexArrayOffsetTests()
459 : TestCaseGroup(context, "vertex_arrays", "Vertex array and array tests") in VertexArrayTests()
469 …tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "single_attribute", "Single at… in init()