/external/deqp/modules/gles2/functional/ |
es2fFloatStateQueryTests.hpp | 44 class FloatStateQueryTests : public TestCaseGroup
|
es2fIntegerStateQueryTests.hpp | 44 class IntegerStateQueryTests : public TestCaseGroup
|
es2fTextureStateQueryTests.hpp | 43 class TextureStateQueryTests : public TestCaseGroup
|
es2fFunctionalTests.cpp | 112 class ShadersTestGroup : public TestCaseGroup 116 : TestCaseGroup(context, "shaders", "Shader Tests") 159 class TextureTestGroup : public TestCaseGroup 163 : TestCaseGroup(context, "texture", "Texture Tests") 189 class BufferTests : public TestCaseGroup 193 : TestCaseGroup(context, "buffer", "Buffer object tests") 205 class FboTestGroup : public TestCaseGroup 209 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests") 227 class NegativeApiTestGroup : public TestCaseGroup 231 : TestCaseGroup(context, "negative_api", "Negative API Tests" [all...] |
es2fBooleanStateQueryTests.hpp | 45 class BooleanStateQueryTests : public TestCaseGroup
|
es2fFragOpInteractionTests.cpp | 38 : TestCaseGroup(context, "interaction", "Shader - Render State Interaction Tests") 50 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic shaders");
|
/external/deqp/modules/gles2/stress/ |
es2sStressTests.cpp | 39 : TestCaseGroup(context, "stress", "Stress tests")
|
/external/deqp/modules/gles3/functional/ |
es3fBufferObjectQueryTests.hpp | 43 class BufferObjectQueryTests : public TestCaseGroup
|
es3fInteger64StateQueryTests.hpp | 44 class Integer64StateQueryTests : public TestCaseGroup
|
es3fBooleanStateQueryTests.hpp | 46 class BooleanStateQueryTests : public TestCaseGroup
|
es3fFloatStateQueryTests.hpp | 45 class FloatStateQueryTests : public TestCaseGroup
|
es3fIntegerStateQueryTests.hpp | 45 class IntegerStateQueryTests : public TestCaseGroup
|
es3fFragOpInteractionTests.cpp | 38 : TestCaseGroup(context, "interaction", "Shader - Render State Interaction Tests") 50 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_shader", "Basic shaders");
|
/external/deqp/modules/gles31/functional/ |
es31fShaderAtomicOpTests.hpp | 44 class ShaderAtomicOpTests : public TestCaseGroup
|
es31fUniformLocationTests.hpp | 43 class UniformLocationTests : public TestCaseGroup
|
es31fUniformBlockTests.cpp | 47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupName, const char* description, UniformBlockCase::BufferMode bufferMode, deUint32 features, int numCases, deUint32 baseSeed) 49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); 77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) 124 : TestCaseGroup(context, "ubo", "Uniform Block tests") 196 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "2_level_array", "2-level basic array variable in single buffer"); 201 tcu::TestCaseGroup* layoutGroup = new tcu::TestCaseGroup(m_testCtx, layoutFlags[layoutFlagNdx].name, ""); 227 tcu::TestCaseGroup* nestedArrayGroup = new tcu::TestCaseGroup(m_testCtx, "3_level_array", "3-level basic array variab (…) [all...] |
/external/deqp/modules/gles31/stress/ |
es31sStressTests.cpp | 38 : TestCaseGroup(context, "stress", "Stress tests")
|
/external/deqp/modules/internal/ |
ditTestPackage.cpp | 39 class TextureTests : public tcu::TestCaseGroup 43 : tcu::TestCaseGroup(testCtx, "texture", "Tests for tcu::Texture and utils.") 53 class DeqpTests : public tcu::TestCaseGroup 57 : tcu::TestCaseGroup(testCtx, "deqp", "dEQP Test Framework Self-tests")
|
/external/deqp/framework/common/ |
tcuTestCase.cpp | 111 // TestCaseGroup 113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) 118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children) 123 TestCaseGroup::~TestCaseGroup (void) 127 TestCase::IterateResult TestCaseGroup::iterate (void) 130 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
|
tcuTestHierarchyIterator.hpp | 52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0; 53 virtual void leaveGroupNode (TestCaseGroup* testGroup) = 0; 69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children); 70 virtual void leaveGroupNode (TestCaseGroup* testGroup);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineTests.cpp | 51 void createChildren (tcu::TestCaseGroup* pipelineTests) 74 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|
/external/deqp/modules/gles2/ |
tes2CapabilityTests.cpp | 68 class LimitTests : public TestCaseGroup 72 : TestCaseGroup(context, "limits", "Implementation-defined limits") 129 class ExtensionTests : public TestCaseGroup 133 : TestCaseGroup(context, "extensions", "Supported extensions") 141 tcu::TestCaseGroup* group; 144 ExtGroup (TestCaseGroup* parent, const char* name, const char* desc) 148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc); 267 : TestCaseGroup(context, "capability", "Capability Tests")
|
/external/deqp/modules/gles3/stress/ |
es3sStressTests.cpp | 44 : TestCaseGroup(context, "stress", "Stress tests")
|
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.hpp | 58 tcu::TestCaseGroup& dstGroup);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiTests.cpp | 50 void createBufferViewTests (tcu::TestCaseGroup* bufferViewTests) 58 void createApiTests (tcu::TestCaseGroup* apiTests) 79 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx)
|