HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseGroup (Results 326 - 350 of 654) sorted by null

<<11121314151617181920>>

  /external/deqp/modules/gles2/functional/
es2fBufferObjectQueryTests.hpp 42 class BufferObjectQueryTests : public TestCaseGroup
es2fFloatStateQueryTests.hpp 44 class FloatStateQueryTests : public TestCaseGroup
es2fIntegerStateQueryTests.hpp 44 class IntegerStateQueryTests : public TestCaseGroup
es2fTextureStateQueryTests.hpp 43 class TextureStateQueryTests : public TestCaseGroup
es2fFunctionalTests.cpp 111 class ShadersTestGroup : public TestCaseGroup
115 : TestCaseGroup(context, "shaders", "Shader Tests")
158 class TextureTestGroup : public TestCaseGroup
162 : TestCaseGroup(context, "texture", "Texture Tests")
188 class BufferTests : public TestCaseGroup
192 : TestCaseGroup(context, "buffer", "Buffer object tests")
204 class FboTestGroup : public TestCaseGroup
208 : TestCaseGroup(context, "fbo", "Framebuffer Object Tests")
226 class NegativeApiTestGroup : public TestCaseGroup
230 : TestCaseGroup(context, "negative_api", "Negative API Tests"
    [all...]
es2fBooleanStateQueryTests.hpp 45 class BooleanStateQueryTests : public TestCaseGroup
  /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
es3fSamplerStateQueryTests.hpp 43 class SamplerStateQueryTests : public TestCaseGroup
es3fTextureStateQueryTests.hpp 43 class TextureStateQueryTests : public TestCaseGroup
es3fBooleanStateQueryTests.hpp 46 class BooleanStateQueryTests : public TestCaseGroup
es3fFloatStateQueryTests.hpp 45 class FloatStateQueryTests : public TestCaseGroup
es3fIntegerStateQueryTests.hpp 45 class IntegerStateQueryTests : public TestCaseGroup
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.hpp 44 class ShaderAtomicOpTests : public TestCaseGroup
es31fUniformLocationTests.hpp 43 class UniformLocationTests : public TestCaseGroup
es31fTextureBufferTests.cpp 116 TestCaseGroup* createTextureBufferTests (Context& context)
118 TestCaseGroup* const root = new TestCaseGroup(context, "texture_buffer", "Texture buffer syncronization tests");
174 TestCaseGroup* const renderGroup = new TestCaseGroup(context, "render", "Setup texture buffer with glBufferData and render data in different ways");
180 TestCaseGroup* const renderTypeGroup = new TestCaseGroup(context, toTestName(renderType).c_str(), toTestName(renderType).c_str());
215 TestCaseGroup* const modifyGroup = new TestCaseGroup(context, "modify", "Modify texture buffer content in multiple ways");
221 TestCaseGroup* const modifyTypeGroup = new TestCaseGroup(context, toTestName(modifyType).c_str(), toTestName(mod (…)
    [all...]
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...]
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sStressTests.cpp 38 : TestCaseGroup(context, "stress", "Stress tests")
  /external/deqp/framework/common/
tcuTestCase.cpp 104 // TestCaseGroup
106 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description)
111 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children)
116 TestCaseGroup::~TestCaseGroup (void)
120 TestCase::IterateResult TestCaseGroup::iterate (void)
123 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
tcuTestCase.hpp 119 class TestCaseGroup : public TestNode
122 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
123 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
124 virtual ~TestCaseGroup (void);
  /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);

Completed in 518 milliseconds

<<11121314151617181920>>