/external/deqp/modules/gles2/functional/ |
es2fRandomShaderTests.cpp | 49 class BasicExpressionGroup : public TestCaseGroup 53 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") 61 tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); 64 tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only tests"); 67 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"); 79 class ScalarConversionGroup : public TestCaseGroup 83 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions" [all...] |
es2fFboApiTest.hpp | 36 class FboApiTestGroup : public TestCaseGroup
|
es2fFboRenderTest.hpp | 36 class FboRenderTestGroup : public TestCaseGroup
|
/external/deqp/modules/gles3/functional/ |
es3fRandomShaderTests.cpp | 51 class BasicExpressionGroup : public TestCaseGroup 55 : TestCaseGroup(context, "basic_expression", "Basic arithmetic expressions") 63 tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); 66 tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only tests"); 69 tcu::TestCaseGroup* combinedGroup = new tcu::TestCaseGroup(m_testCtx, "combined", "Combined tests"); 81 class ScalarConversionGroup : public TestCaseGroup 85 : TestCaseGroup(context, "scalar_conversion", "Scalar conversions" [all...] |
/external/deqp/modules/gles2/ |
tes2TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children); 40 virtual ~TestCaseGroup (void) {} 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& childr (…) [all...] |
/external/deqp/modules/gles3/ |
tes3TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children); 40 virtual ~TestCaseGroup (void) {} 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& childr (…) [all...] |
/external/deqp/modules/gles31/ |
tes31TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup 38 TestCaseGroup (Context& context, const char* name, const char* description); 39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children); 40 virtual ~TestCaseGroup (void) {} 59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& childr (…) [all...] |
/external/deqp/modules/gles2/accuracy/ |
es2aAccuracyTests.cpp | 36 class TextureTests : public TestCaseGroup 40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests") 52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
|
/external/deqp/modules/gles3/accuracy/ |
es3aAccuracyTests.cpp | 36 class TextureTests : public TestCaseGroup 40 : TestCaseGroup(context, "texture", "Texturing Accuracy Tests") 52 : TestCaseGroup(context, "accuracy", "Accuracy Tests")
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.hpp | 34 class ChooseConfigTests : public TestCaseGroup
|
teglColorClearTests.hpp | 34 class ColorClearTests : public TestCaseGroup
|
teglCreateContextExtTests.hpp | 34 class CreateContextExtTests : public TestCaseGroup
|
teglCreateContextTests.hpp | 34 class CreateContextTests : public TestCaseGroup
|
teglCreateSurfaceTests.hpp | 34 class CreateSurfaceTests : public TestCaseGroup
|
teglGetProcAddressTests.hpp | 34 class GetProcAddressTests : public TestCaseGroup
|
teglImageTests.hpp | 34 class ImageTests : public TestCaseGroup
|
teglInfoTests.hpp | 34 class InfoTests : public TestCaseGroup
|
teglNegativeApiTests.hpp | 34 class NegativeApiTests : public TestCaseGroup
|
teglPreservingSwapTests.hpp | 34 class PreservingSwapTests : public TestCaseGroup
|
teglQueryConfigTests.hpp | 34 class QueryConfigTests : public TestCaseGroup
|
teglQueryContextTests.hpp | 34 class QueryContextTests : public TestCaseGroup
|
teglQuerySurfaceTests.hpp | 34 class QuerySurfaceTests : public TestCaseGroup
|
teglRenderTests.hpp | 34 class RenderTests : public TestCaseGroup
|
teglResizeTests.hpp | 34 class ResizeTests : public TestCaseGroup
|
teglSwapBuffersTests.hpp | 34 class SwapBuffersTests : public TestCaseGroup
|