/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 419 class TestGroup : public TestCaseGroup 435 TestCaseGroup* layerTests = new TestCaseGroup( 457 TestCaseGroup* sampleTests = new TestCaseGroup( 486 : TestCaseGroup (ctx, "completeness", "Completeness tests") 498 tcu::TestCaseGroup* createFboCompletenessTests (Context& context)
|
es3fFboDepthbufferTests.cpp | 308 : TestCaseGroup(context, "depth", "Depth tests") 329 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic depth tests"); 338 tcu::TestCaseGroup* depthClampGroup = new tcu::TestCaseGroup(m_testCtx, "depth_write_clamp", "Depth write clamping tests"); 347 tcu::TestCaseGroup* depthClampGroup = new tcu::TestCaseGroup(m_testCtx, "depth_test_clamp", "Depth test value clamping tests");
|
es3fFboStencilbufferTests.cpp | 238 : TestCaseGroup(context, "stencil", "FBO Stencilbuffer tests") 257 tcu::TestCaseGroup* basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic stencil tests"); 274 tcu::TestCaseGroup* attachGroup = new tcu::TestCaseGroup(m_testCtx, "attach", "Attaching depth stencil");
|
es3fTextureWrapTests.cpp | 359 : TestCaseGroup(context, "wrap", "Wrap Mode Tests") 408 TestCaseGroup* const rgba8Group = new TestCaseGroup(m_context, "rgba8", ""); 430 TestCaseGroup* const etc1Group = new TestCaseGroup(m_context, "etc1", ""); 500 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); 530 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), "");
|
es3fTextureFilteringTests.cpp | [all...] |
es3fFragmentOutputTests.cpp | 888 : TestCaseGroup(context, "fragment_out", "Fragment output tests") [all...] |
es3fTransformFeedbackTests.cpp | [all...] |
es3fShaderSwitchTests.cpp | 156 static void makeSwitchCases (TestCaseGroup* group, const char* name, const char* desc, const LineStream& switchBody) 169 : TestCaseGroup(context, "switch", "Switch statement tests")
|
es3fDrawTests.cpp | 141 class AttributeGroup : public TestCaseGroup 157 : TestCaseGroup (context, name, descr) 383 class IndexGroup : public TestCaseGroup 396 : TestCaseGroup (context, name, descr) 434 tcu::TestCaseGroup* userPtrGroup = new tcu::TestCaseGroup(m_testCtx, "user_ptr", "user pointer"); 435 tcu::TestCaseGroup* unalignedUserPtrGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_user_ptr", "unaligned user pointer"); 436 tcu::TestCaseGroup* bufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer") [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderMultisampleInterpolationStateQueryTests.cpp | 338 : TestCaseGroup(context, "multisample_interpolation", "Test multisample interpolation states") 363 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "min_fragment_interpolation_offset", "Test MIN_FRAGMENT_INTERPOLATION_OFFSET"); 372 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "max_fragment_interpolation_offset", "Test MAX_FRAGMENT_INTERPOLATION_OFFSET"); 381 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "fragment_interpolation_offset_bits", "Test FRAGMENT_INTERPOLATION_OFFSET_BITS");
|
es31fTextureSpecificationTests.cpp | 763 : TestCaseGroup(context, "specification", "Texture Specification Tests") 846 tcu::TestCaseGroup* basicTexImageGroup = new tcu::TestCaseGroup(m_testCtx, "basic_teximage3d", "Basic glTexImage3D() usage"); 861 tcu::TestCaseGroup* pboGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_pbo", "glTexImage3D() from PBO"); 917 tcu::TestCaseGroup* shadow3dGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_depth", "glTexImage3D() with depth or depth/stencil format"); 931 tcu::TestCaseGroup* shadow3dGroup = new tcu::TestCaseGroup(m_testCtx, "teximage3d_depth_pbo", "glTexImage3D() with depth or depth/stencil format with pbo"); 945 tcu::TestCaseGroup* pboGroup = new tcu::TestCaseGroup(m_testCtx, "texsubimage3d_pbo", "glTexSubImage3D() pixel buffer (…) [all...] |
es31fTextureFormatTests.cpp | 366 : TestCaseGroup(context, "format", "Texture Format Tests") 385 tcu::TestCaseGroup* unsizedGroup = DE_NULL; 386 tcu::TestCaseGroup* sizedGroup = DE_NULL; 387 tcu::TestCaseGroup* sizedBufferGroup = DE_NULL; 388 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats"))); 389 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); 390 addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "Sized formats (Buffer)"))); 392 tcu::TestCaseGroup* sizedCubeArrayGroup = DE_NULL; 393 sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized formats (2D Array)")));
|
es31fLayoutBindingTests.cpp | [all...] |
es31fUniformLocationTests.cpp | 683 : TestCaseGroup(context, "uniform_location", "Explicit uniform locations") 749 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "basic", "Location specified with use, single shader stage"); 777 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "array", "Array location specified with use, single shader stage"); 806 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_array", "Array location specified with use, single shader stage"); 836 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "struct", "Struct location, random contents & declaration location"); 876 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_struct", "Struct location specified with (…) [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderConstExprTests.cpp | 42 class ShaderConstExprBuiltinTests : public TestCaseGroup 45 ShaderConstExprBuiltinTests (Context& context) : TestCaseGroup (context, "builtin_functions", "Builtin functions") {} 56 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, name, desc); 211 : TestCaseGroup (context, "constant_expressions", "Constant expressions")
|
es2fBufferWriteTests.cpp | 536 : TestCaseGroup(context, "write", "Buffer data upload tests") 571 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Basic upload with glBufferData()"); 591 tcu::TestCaseGroup* const useGroup = new tcu::TestCaseGroup(m_testCtx, "use", "Buffer uses"); 596 tcu::TestCaseGroup* const verifyGroup = new tcu::TestCaseGroup(m_testCtx, verifyTypes[verifyNdx].name, ""); 614 tcu::TestCaseGroup* const recreateStoreGroup = new tcu::TestCaseGroup(m_testCtx, "recreate_store", "Data store recreate using glBufferData()"); 687 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic_subdata", "Basic glBufferSubData() us (…) [all...] |
es2fStringQueryTests.cpp | 45 : TestCaseGroup (context, "string", "String Query tests")
|
/external/deqp/modules/egl/ |
teglChooseConfigTests.cpp | 432 : TestCaseGroup(eglTestCtx, "choose_config", "eglChooseConfig() tests") 494 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests"); 497 tcu::TestCaseGroup* selectionGroup = new tcu::TestCaseGroup(m_testCtx, "selection_only", "Selection tests, order ignored"); 500 tcu::TestCaseGroup* sortGroup = new tcu::TestCaseGroup(m_testCtx, "selection_and_sort", "Selection and ordering tests"); 512 tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random eglChooseConfig() usage");
|
teglMakeCurrentPerfTests.cpp | 517 : TestCaseGroup(eglTestCtx, "make_current", "eglMakeCurrent performance tests") 528 TestCaseGroup* simple = new TestCaseGroup(m_eglTestCtx, "simple", "Simple eglMakeCurrent performance tests using single context and surface"); 558 TestCaseGroup* multiContext = new TestCaseGroup(m_eglTestCtx, "multi_context", "eglMakeCurrent performance tests using multiple contexts and single surface"); 595 TestCaseGroup* multiSurface = new TestCaseGroup(m_eglTestCtx, "multi_surface", "eglMakeCurrent performance tests using single context and multiple surfaces"); 638 TestCaseGroup* multi = new TestCaseGroup(m_eglTestCtx, "complex", "eglMakeCurrent performance tests using multiple contexts and multiple surfaces");
|
/external/deqp/modules/gles31/stress/ |
es31sDrawTests.cpp | 301 class RandomGroup : public TestCaseGroup 323 : TestCaseGroup (context, name, descr) 553 : TestCaseGroup(context, "draw_indirect", "Indirect drawing tests") 563 tcu::TestCaseGroup* const unalignedGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_data", "Test with unaligned data"); 564 tcu::TestCaseGroup* const drawArraysGroup = new tcu::TestCaseGroup(m_testCtx, "drawarrays", "draw arrays"); 565 tcu::TestCaseGroup* const drawElementsGroup = new tcu::TestCaseGroup(m_testCtx, "drawelements", "draw elements");
|
/external/deqp/modules/gles2/performance/ |
es2pShaderOptimizationTests.cpp | 854 : TestCaseGroup(context, "optimization", "Shader Optimization Performance Tests") 864 TestCaseGroup* const unrollGroup = new TestCaseGroup(m_context, "loop_unrolling", "Loop Unrolling Cases"); 865 TestCaseGroup* const loopInvariantCodeMotionGroup = new TestCaseGroup(m_context, "loop_invariant_code_motion (…) [all...] |
es2pShaderOperatorTests.cpp | [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderOptimizationTests.cpp | [all...] |
es3pShaderOperatorTests.cpp | [all...] |
/external/deqp/framework/common/ |
tcuTestExecutor.cpp | 143 void TestExecutor::enterGroupNode (TestCaseGroup* testGroup, const char* casePath) 149 void TestExecutor::leaveGroupNode (TestCaseGroup* testGroup) 270 case NODETYPE_GROUP: enterGroupNode(static_cast<TestCaseGroup*>(node), nodePath.c_str()); break; 374 case NODETYPE_GROUP: leaveGroupNode(static_cast<TestCaseGroup*>(node)); break;
|