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

<<11121314151617181920>>

  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 221 : TestCaseGroup (testCtx, name, description)
229 TestCaseGroup::addChild(perfCase);
glsLifetimeTests.hpp 51 using tcu::TestCaseGroup;
380 MovePtr<TestCaseGroup> createGroup (TestContext& testCtx, Type& type);
381 void addTestCases (TestCaseGroup& group, Types& types);
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 601 : TestCaseGroup(eglTestCtx, "preserve_swap", "Color buffer preserving swap tests")
624 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
629 TestCaseGroup* const readPixelsBeforeSwapGroup = new TestCaseGroup(m_eglTestCtx, (readPixelsBeforeSwap ? "read_before_swap" : "no_read_before_swap"), "");
teglRenderTests.cpp 1008 : TestCaseGroup(eglTestCtx, "render", "Basic rendering with different client APIs")
1025 static void createRenderGroups (EglTestContext& eglTestCtx, tcu::TestCaseGroup* group, const RenderGroupSpec* first, const RenderGroupSpec* last)
1029 tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->name, groupIter->desc);
    [all...]
teglInfoTests.cpp 155 : TestCaseGroup(eglTestCtx, "info", "Platform Information")
teglResizeTests.cpp 495 : TestCaseGroup(eglTestCtx, "resize", "Tests resizing the native surface")
500 TestCaseGroup* createCaseGroup(EglTestContext& eglTestCtx,
515 TestCaseGroup* const group =
516 new TestCaseGroup(eglTestCtx, name.c_str(), desc.c_str());
teglSurfacelessContextTests.cpp 148 : TestCaseGroup (eglTestCtx, "surfaceless_context", "EGL_KHR_surfaceless_context extension tests")
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 397 : TestCaseGroup(context, "depth_range", "glDepthRangef() tests")
433 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write tests");
439 tcu::TestCaseGroup* compareGroup = new tcu::TestCaseGroup(m_testCtx, "compare", "gl_FragDepth used with depth comparison");
es2fUniformApiTests.cpp     [all...]
es2fDitheringTests.cpp 497 : TestCaseGroup(context, "dither", "Dithering tests")
523 TestCaseGroup* const group = new TestCaseGroup(m_context, ditheringEnabled ? "enabled" : "disabled", "");
es2fTextureSpecificationTests.cpp     [all...]
es2fFboRenderTest.cpp     [all...]
es2fNegativeFragmentApiTests.cpp 42 : TestCaseGroup(context, "fragment", "Negative Fragment API Cases")
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 423 : TestCaseGroup(context, "fragdepth", "gl_FragDepth tests")
577 tcu::TestCaseGroup* writeGroup = new tcu::TestCaseGroup(m_testCtx, "write", "gl_FragDepth write tests");
583 tcu::TestCaseGroup* compareGroup = new tcu::TestCaseGroup(m_testCtx, "compare", "gl_FragDepth used with depth comparison");
es3fLifetimeTests.cpp 488 class TestGroup : public TestCaseGroup
492 : TestCaseGroup (context, "lifetime", "Object lifetime tests")
508 TestCaseGroup* deleteActiveGroup =
509 new TestCaseGroup(ctx, "delete_active", "Delete active object");
517 TestCaseGroup* createLifetimeTests (Context& context)
es3fPixelBufferObjectTests.cpp 589 : TestCaseGroup (context, "pbo", "Pixel buffer objects tests")
599 TestCaseGroup* nativeFramebufferGroup = new TestCaseGroup(m_context, "native", "Tests with reading from native framebuffer");
627 TestCaseGroup* renderbufferGroup = new TestCaseGroup(m_context, "renderbuffer", "Tests with reading from renderbuffer");
es3fTextureShadowTests.cpp     [all...]
es3fDitheringTests.cpp 497 : TestCaseGroup(context, "dither", "Dithering tests")
523 TestCaseGroup* const group = new TestCaseGroup(m_context, ditheringEnabled ? "enabled" : "disabled", "");
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 651 : TestCaseGroup(context, "sample_shading", "Test sample shading")
661 tcu::TestCaseGroup* const stateQueryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "State query tests.");
662 tcu::TestCaseGroup* const minSamplesGroup = new tcu::TestCaseGroup(m_testCtx, "min_sample_shading", "Min sample shading tests.");
es31fShaderHelperInvocationTests.cpp 597 : TestCaseGroup(context, "helper_invocation", "gl_HelperInvocation tests")
634 tcu::TestCaseGroup* const valueGroup = new tcu::TestCaseGroup(m_testCtx, "value", "gl_HelperInvocation value in rendered pixels");
652 tcu::TestCaseGroup* const derivateGroup = new tcu::TestCaseGroup(m_testCtx, "derivate", "Derivate of gl_HelperInvocation-dependent value");
es31fShaderSharedVarTests.cpp 352 : TestCaseGroup(context, "shared_var", "Shared Variable Tests")
364 tcu::TestCaseGroup *const basicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "basic_type", "Basic Types");
389 tcu::TestCaseGroup *const workGroupSizeGroup = new tcu::TestCaseGroup(m_testCtx, "work_group_size", "Shared Variables with Various Work Group Sizes");
es31fIndirectComputeDispatchTests.cpp 443 : TestCaseGroup(context, "indirect_dispatch", "Indirect dispatch tests")
486 tcu::TestCaseGroup* const genGroup = new tcu::TestCaseGroup(m_testCtx, s_genBuffer[genNdx].name, "");
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 619 : TestCaseGroup(context, "vertex_attribute_binding", "Test vertex attribute binding stress tests")
629 tcu::TestCaseGroup* const unalignedGroup = new tcu::TestCaseGroup(m_testCtx, "unaligned", "Unaligned access");
630 tcu::TestCaseGroup* const bufferRangeGroup = new tcu::TestCaseGroup(m_testCtx, "buffer_bounds", "Source data over buffer bounds");
es31sTessellationGeometryInteractionTests.cpp 557 : TestCaseGroup(context, "tessellation_geometry_interaction", "Tessellation and geometry shader interaction stress tests")
567 tcu::TestCaseGroup* const multilimitGroup = new tcu::TestCaseGroup(m_testCtx, "render_multiple_limits", "Various render tests");
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]

Completed in 346 milliseconds

<<11121314151617181920>>