Home
last modified time | relevance | path

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

12

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

12