Home
last modified time | relevance | path

Searched refs:TestCaseGroup (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.cpp49 class BasicExpressionGroup : public TestCaseGroup
53 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup()
61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
67 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
79 class ScalarConversionGroup : public TestCaseGroup
83 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup()
92 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
95 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
98 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
[all …]
Des2fAttribLocationTests.cpp47 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests()
61TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
65TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic attribute bind… in createAttributeLocationTests()
78TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Te… in createAttributeLocationTests()
91TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test attribute l… in createAttributeLocationTests()
116TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
131TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
144TestCaseGroup* const relinkHoleGroup = new TestCaseGroup(context, "bind_relink_hole", "Test relink… in createAttributeLocationTests()
Des2fFunctionalTests.cpp111 class ShadersTestGroup : public TestCaseGroup
115 : TestCaseGroup(context, "shaders", "Shader Tests") in ShadersTestGroup()
158 class TextureTestGroup : public TestCaseGroup
162 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTestGroup()
188 class BufferTests : public TestCaseGroup
192 : TestCaseGroup(context, "buffer", "Buffer object tests") in BufferTests()
204 class FboTestGroup : public TestCaseGroup
208 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTestGroup()
226 class NegativeApiTestGroup : public TestCaseGroup
230 : TestCaseGroup(context, "negative_api", "Negative API Tests") in NegativeApiTestGroup()
[all …]
/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.cpp51 class BasicExpressionGroup : public TestCaseGroup
55 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") in BasicExpressionGroup()
63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
69 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
81 class ScalarConversionGroup : public TestCaseGroup
85 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions") in ScalarConversionGroup()
94 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init()
97 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init()
100 …tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"… in init()
[all …]
Des3fAttribLocationTests.cpp40 TestCaseGroup* createAttributeLocationTests (Context& context) in createAttributeLocationTests()
88TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location … in createAttributeLocationTests()
92TestCaseGroup* const bindAttributeGroup = new TestCaseGroup(context, "bind", "Basic bind attribute… in createAttributeLocationTests()
105TestCaseGroup* const bindMaxAttributeGroup = new TestCaseGroup(context, "bind_max_attributes", "Us… in createAttributeLocationTests()
118TestCaseGroup* const aliasingGroup = new TestCaseGroup(context, "bind_aliasing", "Test binding ali… in createAttributeLocationTests()
143TestCaseGroup* const holeGroup = new TestCaseGroup(context, "bind_hole", "Bind all, but one attrib… in createAttributeLocationTests()
158TestCaseGroup* const bindTimeGroup = new TestCaseGroup(context, "bind_time", "Bind time tests. Tes… in createAttributeLocationTests()
171TestCaseGroup* const layoutAttributeGroup = new TestCaseGroup(context, "layout", "Basic layout loc… in createAttributeLocationTests()
184TestCaseGroup* const layoutMaxAttributeGroup = new TestCaseGroup(context, "layout_max_attributes",… in createAttributeLocationTests()
197TestCaseGroup* const holeGroup = new TestCaseGroup(context, "layout_hole", "Define layout location… in createAttributeLocationTests()
[all …]
Des3fFunctionalTests.cpp148 class ShaderLibraryTest : public TestCaseGroup
152 : TestCaseGroup(context, name, description) in ShaderLibraryTest()
167 class ShaderBuiltinFunctionTests : public TestCaseGroup
171 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
183 class ShaderTests : public TestCaseGroup
187 : TestCaseGroup(context, "shaders", "Shading Language Tests") in ShaderTests()
229 class TextureTests : public TestCaseGroup
233 : TestCaseGroup(context, "texture", "Texture Tests") in TextureTests()
253 class FboTests : public TestCaseGroup
257 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") in FboTests()
[all …]
Des3fUniformBlockTests.cpp45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup()
47 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
75 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases()
325 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests()
408 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init()
413 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
445 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init()
450 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
476 …tcu::TestCaseGroup* singleStructGroup = new tcu::TestCaseGroup(m_testCtx, "single_struct", "Single… in init()
481 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init()
[all …]
Des3fCompressedTextureTests.cpp55 : TestCaseGroup (context, "compressed", "Compressed Texture Tests") in CompressedTextureTests()
67 TestCaseGroup* const astcGroup = new TestCaseGroup(m_context, "astc", "ASTC Tests"); in init()
75TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestTy… in init()
94TestCaseGroup* const blockSizeRemainderGroup = new TestCaseGroup(m_context, "block_size_remainder"… in init()
Des3fVertexArrayTest.cpp38 class SingleVertexArrayUsageGroup : public TestCaseGroup
54 …: TestCaseGroup (context, Array::usageTypeToString(usage).c_str(), Array::usageTypeToString(usage)… in SingleVertexArrayUsageGroup()
111 class SingleVertexArrayUsageTests : public TestCaseGroup
125 : TestCaseGroup(context, "usages", "Single vertex atribute, usage") in SingleVertexArrayUsageTests()
143 class SingleVertexArrayStrideGroup : public TestCaseGroup
159 …: TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c… in SingleVertexArrayStrideGroup()
217 class SingleVertexArrayStrideTests : public TestCaseGroup
231 : TestCaseGroup(context, "strides", "Single stride vertex atribute") in SingleVertexArrayStrideTests()
249 class SingleVertexArrayFirstGroup : public TestCaseGroup
264 …: TestCaseGroup (context, Array::inputTypeToString(type).c_str(), Array::inputTypeToString(type).c… in SingleVertexArrayFirstGroup()
[all …]
Des3fBufferMapTests.cpp542 : TestCaseGroup(context, "map", "Buffer map tests") in BufferMapTests()
600 …tcu::TestCaseGroup* mapReadGroup = new tcu::TestCaseGroup(m_testCtx, "read", "Buffer read using gl… in init()
607 …tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, bufferDataSources[srcNdx].name,… in init()
625 …tcu::TestCaseGroup* hintsGroup = new tcu::TestCaseGroup(m_testCtx, "usage_hints", "Different usage… in init()
645 …tcu::TestCaseGroup* mapWriteGroup = new tcu::TestCaseGroup(m_testCtx, "write", "Buffer write using… in init()
652 tcu::TestCaseGroup* useGroup = new tcu::TestCaseGroup(m_testCtx, bufferUses[useNdx].name, ""); in init()
671 tcu::TestCaseGroup* hintsGroup = new tcu::TestCaseGroup(m_testCtx, "usage_hints", "Usage hints"); in init()
690 …tcu::TestCaseGroup* invalidateGroup = new tcu::TestCaseGroup(m_testCtx, "invalidate", "Buffer inva… in init()
705 …tcu::TestCaseGroup* invalidateGroup = new tcu::TestCaseGroup(m_testCtx, "partial_invalidate", "Par… in init()
720 …tcu::TestCaseGroup* flushGroup = new tcu::TestCaseGroup(m_testCtx, "explicit_flush", "Explicit flu… in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp86 class ShaderLibraryTest : public TestCaseGroup
90 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
96 : TestCaseGroup (context, name, description) in ShaderLibraryTest()
115 class ShaderBuiltinVarTests : public TestCaseGroup
119 : TestCaseGroup(context, "builtin_var", "Shader Built-in Variable Tests") in ShaderBuiltinVarTests()
129 class ShaderBuiltinFunctionTests : public TestCaseGroup
133 : TestCaseGroup(context, "builtin_functions", "Built-in Function Tests") in ShaderBuiltinFunctionTests()
147 class ShaderLinkageTests : public TestCaseGroup
151 : TestCaseGroup(context, "linkage", "Linkage Tests") in ShaderLinkageTests()
165 class ShaderTests : public TestCaseGroup
[all …]
Des31fTextureBufferTests.cpp116 TestCaseGroup* createTextureBufferTests (Context& context) in createTextureBufferTests()
118TestCaseGroup* const root = new TestCaseGroup(context, "texture_buffer", "Texture buffer syncroniz… in createTextureBufferTests()
174TestCaseGroup* const renderGroup = new TestCaseGroup(context, "render", "Setup texture buffer with… in createTextureBufferTests()
180TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), … in createTextureBufferTests()
215TestCaseGroup* const modifyGroup = new TestCaseGroup(context, "modify", "Modify texture buffer con… in createTextureBufferTests()
221TestCaseGroup* const modifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), … in createTextureBufferTests()
256TestCaseGroup* const modifyRenderGroup = new TestCaseGroup(context, "modify_render", "Modify textu… in createTextureBufferTests()
262TestCaseGroup* const modifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), … in createTextureBufferTests()
279TestCaseGroup* const renderModifyGroup = new TestCaseGroup(context, "render_modify", "Render textu… in createTextureBufferTests()
285TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), … in createTextureBufferTests()
Des31fProgramInterfaceQueryTests.cpp2773 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableCases()
2813 tcu::TestCaseGroup* group; in generateVariableCases()
2817 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable"); in generateVariableCases()
2833 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateOpaqueTypeCases()
2888 tcu::TestCaseGroup* group; in generateOpaqueTypeCases()
2892 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types"); in generateOpaqueTypeCases()
2915 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG…
2917 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateVariableArrayCases()
2922 …tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "arra… in generateVariableArrayCases()
2940 …ext, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetG… in generateCompoundVariableCases()
[all …]
Des31fUniformBlockTests.cpp47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup()
49 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* nam… in createBlockBasicTypeCases()
124 : TestCaseGroup(context, "ubo", "Uniform Block tests") in UniformBlockTests()
196 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
201 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
227 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level… in init()
232 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
260 …tcu::TestCaseGroup* structArrayArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_struct_arra… in init()
265 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init()
[all …]
Des31fSSBOLayoutTests.cpp340 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup()
342 …tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, descriptio… in createRandomCaseGroup()
731 : TestCaseGroup(context, "layout", "SSBO Layout Tests") in SSBOLayoutTests()
804 …tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", … in init()
809 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
849 …tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array"… in init()
854 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
880 …tcu::TestCaseGroup* basicUnsizedArray = new tcu::TestCaseGroup(m_testCtx, "basic_unsized_array", "… in init()
885 …tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].nam… in init()
911 …tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level… in init()
[all …]
/external/deqp/modules/gles3/
Dtes3TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles3::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles3::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
/external/deqp/modules/gles2/
Dtes2TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles2::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles2::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
Dtes2CapabilityTests.cpp68 class LimitTests : public TestCaseGroup
72 : TestCaseGroup(context, "limits", "Implementation-defined limits") in LimitTests()
129 class ExtensionTests : public TestCaseGroup
133 : TestCaseGroup(context, "extensions", "Supported extensions") in ExtensionTests()
141 tcu::TestCaseGroup* group; in init()
144 ExtGroup (TestCaseGroup* parent, const char* name, const char* desc) in init()
148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc); in init()
267 : TestCaseGroup(context, "capability", "Capability Tests") in CapabilityTests()
/external/deqp/modules/gles31/
Dtes31TestCase.hpp35 class TestCaseGroup : public tcu::TestCaseGroup class
38 TestCaseGroup (Context& context, const char* name, const char* description);
39TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<Tes…
40 virtual ~TestCaseGroup (void) {} in ~TestCaseGroup()
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) in TestCaseGroup() function in deqp::gles31::TestCaseGroup
60 : tcu::TestCaseGroup (context.getTestContext(), name, description) in TestCaseGroup()
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, c… in TestCaseGroup() function in deqp::gles31::TestCaseGroup
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children) in TestCaseGroup()
/external/deqp/modules/gles3/performance/
Des3pPerformanceTests.cpp49 class TextureTestGroup : public TestCaseGroup
53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup()
67 class ShadersTestGroup : public TestCaseGroup
71 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup()
84 class APITests : public TestCaseGroup
88 : TestCaseGroup(context, "api", "API Performance Tests") in APITests()
102 class BufferTestGroup : public TestCaseGroup
106 : TestCaseGroup(context, "buffer", "Buffer Performance Tests") in BufferTestGroup()
119 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
/external/deqp/modules/egl/
DteglColorClearTests.cpp45 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs") in ColorClearTests()
62 static void createColorClearGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const Co… in createColorClearGroups()
66 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createColorClearGroups()
103 …tcu::TestCaseGroup* singleContextGroup = new tcu::TestCaseGroup(m_testCtx, "single_context", "Sing… in init()
107 …tcu::TestCaseGroup* multiContextGroup = new tcu::TestCaseGroup(m_testCtx, "multi_context", "Multi-… in init()
111 …tcu::TestCaseGroup* multiThreadGroup = new tcu::TestCaseGroup(m_testCtx, "multi_thread", "Multi-th… in init()
/external/deqp/modules/gles2/performance/
Des2pPerformanceTests.cpp49 class TextureTestGroup : public TestCaseGroup
53 : TestCaseGroup(context, "texture", "Texture Performance Tests") in TextureTestGroup()
68 class ShadersTestGroup : public TestCaseGroup
72 : TestCaseGroup(context, "shader", "Shader Performance Tests") in ShadersTestGroup()
85 class APITestGroup : public TestCaseGroup
89 : TestCaseGroup(context, "api", "API Performance Tests") in APITestGroup()
105 : TestCaseGroup(context, "performance", "Performance Tests") in PerformanceTests()
/external/deqp/modules/internal/
DditDelibsTests.cpp57 class DepoolTests : public tcu::TestCaseGroup
61 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests") in DepoolTests()
77 class DethreadTests : public tcu::TestCaseGroup
81 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests") in DethreadTests()
95 class DeutilTests : public tcu::TestCaseGroup
99 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests") in DeutilTests()
109 class DecppTests : public tcu::TestCaseGroup
113 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests") in DecppTests()
134 : tcu::TestCaseGroup(testCtx, "delibs", "delibs Tests") in DelibsTests()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp41 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()
[all …]
/external/deqp/framework/common/
DtcuTestCase.cpp106 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup() function in tcu::TestCaseGroup
111 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, cons… in TestCaseGroup() function in tcu::TestCaseGroup
116 TestCaseGroup::~TestCaseGroup (void) in ~TestCaseGroup()
120 TestCase::IterateResult TestCaseGroup::iterate (void) in iterate()

12345678910>>...27