/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 441 class TestGroup : public TestCaseGroup 457 TestCaseGroup* layerTests = new TestCaseGroup( 479 TestCaseGroup* sampleTests = new TestCaseGroup( 508 : TestCaseGroup (ctx, "completeness", "Completeness tests") 520 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");
|
es3fFboColorbufferTests.cpp | [all...] |
es3fTextureWrapTests.cpp | 361 : TestCaseGroup(context, "wrap", "Wrap Mode Tests") 410 TestCaseGroup* const rgba8Group = new TestCaseGroup(m_context, "rgba8", ""); 432 TestCaseGroup* const etc1Group = new TestCaseGroup(m_context, "etc1", ""); 502 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, etc2Formats[formatNdx].name, ""); 533 TestCaseGroup* const formatGroup = new TestCaseGroup(m_context, formatName.c_str(), "");
|
es3fTextureFilteringTests.cpp | [all...] |
es3fFragmentOutputTests.cpp | [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")
|
/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...] |
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 746 : TestCaseGroup(context, "blend_equation_advanced", "GL_blend_equation_advanced Tests") 775 tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "State query tests"); 776 tcu::TestCaseGroup* const basicGroup = new tcu::TestCaseGroup(m_testCtx, "basic", "Single quad only"); 777 tcu::TestCaseGroup* const srgbGroup = new tcu::TestCaseGroup(m_testCtx, "srgb", "Advanced blending with sRGB FBO"); 778 tcu::TestCaseGroup* const msaaGroup = new tcu::TestCaseGroup(m_testCtx, "msaa", "Advanced blending with MSAA FBO"); 779 tcu::TestCaseGroup* const barrierGroup = new tcu::TestCaseGroup(m_testCtx, "barrier", "Multiple overlapping quads (…) [all...] |
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 | 379 : TestCaseGroup(context, "format", "Texture Format Tests") 398 tcu::TestCaseGroup* unsizedGroup = DE_NULL; 399 tcu::TestCaseGroup* sizedGroup = DE_NULL; 400 tcu::TestCaseGroup* sizedBufferGroup = DE_NULL; 401 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats"))); 402 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats"))); 403 addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "Sized formats (Buffer)"))); 405 tcu::TestCaseGroup* sizedCubeArrayGroup = DE_NULL; 406 sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized formats (2D Array)")));
|
es31fLayoutBindingTests.cpp | [all...] |
es31fUniformLocationTests.cpp | 682 : TestCaseGroup(context, "uniform_location", "Explicit uniform locations") 748 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "basic", "Location specified with use, single shader stage"); 776 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "array", "Array location specified with use, single shader stage"); 805 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_array", "Array location specified with use, single shader stage"); 835 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "struct", "Struct location, random contents & declaration location"); 875 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "nested_struct", "Struct location specified with (…) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
vktTextureFilteringTests.cpp | [all...] |
/external/deqp/modules/egl/ |
teglMakeCurrentPerfTests.cpp | 545 : TestCaseGroup(eglTestCtx, "make_current", "eglMakeCurrent performance tests") 556 TestCaseGroup* simple = new TestCaseGroup(m_eglTestCtx, "simple", "Simple eglMakeCurrent performance tests using single context and surface"); 586 TestCaseGroup* multiContext = new TestCaseGroup(m_eglTestCtx, "multi_context", "eglMakeCurrent performance tests using multiple contexts and single surface"); 623 TestCaseGroup* multiSurface = new TestCaseGroup(m_eglTestCtx, "multi_surface", "eglMakeCurrent performance tests using single context and multiple surfaces"); 666 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/gles3/stress/ |
es3sDrawTests.cpp | 264 class IndexGroup : public TestCaseGroup 277 : TestCaseGroup (context, name, descr) 304 tcu::TestCaseGroup* const unalignedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned_buffer", "unaligned buffer"); 317 tcu::TestCaseGroup* group = unalignedBufferGroup; 345 class MethodGroup : public TestCaseGroup 358 : TestCaseGroup (context, name, descr) 377 class RandomGroup : public TestCaseGroup 399 : TestCaseGroup (context, name, descr) 619 : TestCaseGroup(context, "draw", "Draw stress tests" [all...] |
/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/external/vulkancts/modules/vulkan/draw/ |
vktDrawShaderDrawParametersTests.cpp | 336 void addDrawCase (tcu::TestCaseGroup* group, const DrawTest::TestSpec testSpec, const TestFlags flags) 352 : TestCaseGroup (testCtx, "shader_draw_parameters", "VK_KHR_shader_draw_parameters") 365 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(getTestContext(), "base_vertex", "")); 379 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(getTestContext(), "base_instance", "")); 395 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(getTestContext(), "draw_index", ""));
|