| /external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
| esextcGeometryShaderTests.cpp | 59 : 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_context, m_extParams, "input", "Input (Test Group 5)") [all...] |
| esextcGeometryShaderTests.hpp | 36 class GeometryShaderTests : public glcts::TestCaseGroupBase
|
| esextcGeometryShaderAdjacencyTests.hpp | 203 class GeometryShaderAdjacencyTests : public glcts::TestCaseGroupBase
|
| esextcGeometryShaderPrimitiveCounter.hpp | 48 class GeometryShaderPrimitiveCounterTestGroup : public TestCaseGroupBase
|
| /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
| esextcDrawBuffersIndexedTests.hpp | 39 class DrawBuffersIndexedTests : public TestCaseGroupBase
|
| esextcDrawBuffersIndexedTests.cpp | 46 : TestCaseGroupBase(context, extParams, "draw_buffers_indexed", "Draw Buffers Indexed Tests") 56 TestCaseGroupBase::init();
|
| /external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
| esextcTessellationShaderTests.hpp | 33 class TessellationShaderTests : public glcts::TestCaseGroupBase
|
| esextcTessellationShaderWinding.hpp | 34 class TesselationShaderWindingTests : public glcts::TestCaseGroupBase
|
| esextcTessellationShaderTests.cpp | 52 : 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", "");
|
| esextcTessellationShaderPoints.hpp | 37 class TessellationShaderPointsTests : public glcts::TestCaseGroupBase
|
| esextcTessellationShaderQuads.hpp | 37 class TessellationShaderQuadsTests : public glcts::TestCaseGroupBase
|
| esextcTessellationShaderBarrier.hpp | 35 class TessellationShaderBarrierTests : public TestCaseGroupBase
|
| esextcTessellationShaderTriangles.hpp | 36 class TessellationShaderTrianglesTests : public glcts::TestCaseGroupBase
|
| /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
| esextcTextureBorderClampSamplingTextureGroup.hpp | 39 class TextureBorderClampSamplingTextureGroup : public glcts::TestCaseGroupBase
|
| esextcTextureBorderClampTests.hpp | 39 class TextureBorderClampTests : public TestCaseGroupBase
|
| esextcTextureBorderClampSamplingTextureGroup.cpp | 43 : TestCaseGroupBase(context, extParams, "sampling_texture", "Texture Border Clamp Sampling Texture Tests") 53 TestCaseGroupBase::init();
|
| /external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
| esextcTextureBufferTests.hpp | 39 class TextureBufferTests : public TestCaseGroupBase
|
| esextcTextureBufferTests.cpp | 50 : TestCaseGroupBase(context, extParams, "texture_buffer", "Texture Buffer Tests") 60 TestCaseGroupBase::init();
|
| /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
| esextcTextureCubeMapArrayImageTextureSizeTests.hpp | 71 class TextureCubeMapArrayImageTextureSizeTests : public glcts::TestCaseGroupBase
|
| esextcTextureCubeMapArrayTests.hpp | 35 class TextureCubeMapArrayTests : public TestCaseGroupBase
|
| esextcTextureCubeMapArrayImageTextureSizeTests.cpp | 47 : TestCaseGroupBase(context, extParams, name, description) 58 glcts::TestCaseGroupBase::deinit();
|
| esextcTextureCubeMapArrayTests.cpp | 45 : TestCaseGroupBase(context, extParams, "texture_cube_map_array", "Texture Cube Map Array Tests") 55 TestCaseGroupBase::init();
|
| /external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
| esextcGPUShader5Tests.hpp | 35 class GPUShader5Tests : public glcts::TestCaseGroupBase
|
| esextcGPUShader5Tests.cpp | 43 : TestCaseGroupBase(context, extParams, "gpu_shader5", "GPU Shader5 tests") 54 TestCaseGroupBase::init();
|
| /external/deqp/external/openglcts/modules/glesext/ |
| esextcTestCaseBase.hpp | 248 class TestCaseGroupBase : public tcu::TestCaseGroup 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,
|