Searched refs:TestCaseGroupBase (Results 1 - 25 of 47) sorted by relevance

12

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderTests.cpp59 : TestCaseGroupBase(context, extParams, "geometry_shader", "Geometry Shader tests")
69 TestCaseGroupBase* renderingTestGroup =
70 new TestCaseGroupBase(m_context, m_extParams, "rendering", "Rendering (Test Group 1)");
71 TestCaseGroupBase* adjacencyTestGroup =
73 TestCaseGroupBase* programResourceTestGroup =
74 new TestCaseGroupBase(m_context, m_extParams, "program_resource", "Program Resource (Test Group 3)");
75 TestCaseGroupBase* nonarrayInputTestGroup =
76 new TestCaseGroupBase(m_context, m_extParams, "nonarray_input", "Nonarray input (Test Group 4)");
77 TestCaseGroupBase* inputTestGroup = new TestCaseGroupBase(m_contex
[all...]
H A DesextcGeometryShaderTests.hpp36 class GeometryShaderTests : public glcts::TestCaseGroupBase
H A DesextcGeometryShaderAdjacencyTests.hpp203 class GeometryShaderAdjacencyTests : public glcts::TestCaseGroupBase
H A DesextcGeometryShaderPrimitiveCounter.hpp48 class GeometryShaderPrimitiveCounterTestGroup : public TestCaseGroupBase
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedTests.hpp39 class DrawBuffersIndexedTests : public TestCaseGroupBase
H A DesextcDrawBuffersIndexedTests.cpp46 : TestCaseGroupBase(context, extParams, "draw_buffers_indexed", "Draw Buffers Indexed Tests")
56 TestCaseGroupBase::init();
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTests.hpp33 class TessellationShaderTests : public glcts::TestCaseGroupBase
H A DesextcTessellationShaderWinding.hpp34 class TesselationShaderWindingTests : public glcts::TestCaseGroupBase
H A DesextcTessellationShaderTests.cpp52 : TestCaseGroupBase(context, extParams, "tessellation_shader", "EXT_tessellation_shader tests")
62 TestCaseGroupBase* vertexGroup = new TestCaseGroupBase(m_context, m_extParams, "vertex", "");
67 TestCaseGroupBase* singleGroup = new TestCaseGroupBase(m_context, m_extParams, "single", "");
H A DesextcTessellationShaderPoints.hpp37 class TessellationShaderPointsTests : public glcts::TestCaseGroupBase
H A DesextcTessellationShaderQuads.hpp37 class TessellationShaderQuadsTests : public glcts::TestCaseGroupBase
H A DesextcTessellationShaderBarrier.hpp35 class TessellationShaderBarrierTests : public TestCaseGroupBase
H A DesextcTessellationShaderTriangles.hpp36 class TessellationShaderTrianglesTests : public glcts::TestCaseGroupBase
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTextureGroup.hpp39 class TextureBorderClampSamplingTextureGroup : public glcts::TestCaseGroupBase
H A DesextcTextureBorderClampTests.hpp39 class TextureBorderClampTests : public TestCaseGroupBase
H A DesextcTextureBorderClampSamplingTextureGroup.cpp43 : TestCaseGroupBase(context, extParams, "sampling_texture", "Texture Border Clamp Sampling Texture Tests")
53 TestCaseGroupBase::init();
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTests.hpp39 class TextureBufferTests : public TestCaseGroupBase
H A DesextcTextureBufferTests.cpp50 : TestCaseGroupBase(context, extParams, "texture_buffer", "Texture Buffer Tests")
60 TestCaseGroupBase::init();
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSizeTests.hpp71 class TextureCubeMapArrayImageTextureSizeTests : public glcts::TestCaseGroupBase
H A DesextcTextureCubeMapArrayTests.hpp35 class TextureCubeMapArrayTests : public TestCaseGroupBase
H A DesextcTextureCubeMapArrayImageTextureSizeTests.cpp47 : TestCaseGroupBase(context, extParams, name, description)
58 glcts::TestCaseGroupBase::deinit();
H A DesextcTextureCubeMapArrayTests.cpp45 : TestCaseGroupBase(context, extParams, "texture_cube_map_array", "Texture Cube Map Array Tests")
55 TestCaseGroupBase::init();
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5Tests.hpp35 class GPUShader5Tests : public glcts::TestCaseGroupBase
H A DesextcGPUShader5Tests.cpp43 : TestCaseGroupBase(context, extParams, "gpu_shader5", "GPU Shader5 tests")
54 TestCaseGroupBase::init();
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp248 class TestCaseGroupBase : public tcu::TestCaseGroup class in namespace:glcts
251 TestCaseGroupBase(Context& context, const ExtParameters& extParam, const char* name, const char* description);
253 virtual ~TestCaseGroupBase(void)
267 inline TestCaseGroupBase::TestCaseGroupBase(Context& context, const ExtParameters& extParams, const char* name, function in class:glcts::TestCaseGroupBase

Completed in 329 milliseconds

12