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

<<11121314151617181920>>

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp     [all...]
es2fLightAmountTest.cpp 186 LightAmountTest::LightAmountTest (Context& context) : TestCaseGroup(context, "light_amount", "Light Amount Stress Tests")
es2fTextureMipmapTests.cpp     [all...]
es2fBufferObjectQueryTests.cpp 248 : TestCaseGroup (context, "buffer_object", "Buffer Object Query tests")
279 this->TestCaseGroup::deinit();
  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.cpp 816 : TestCaseGroup(context, "color", "Colorbuffer tests")
879 tcu::TestCaseGroup* clearGroup = new tcu::TestCaseGroup(m_testCtx, "clear", "Color clears");
888 tcu::TestCaseGroup* tex2DGroup = new tcu::TestCaseGroup(m_testCtx, "tex2d", "Texture 2D tests");
899 tcu::TestCaseGroup* texCubeGroup = new tcu::TestCaseGroup(m_testCtx, "texcube", "Texture cube map tests");
909 tcu::TestCaseGroup* tex2DArrayGroup = new tcu::TestCaseGroup(m_testCtx, "tex2darray", "Texture 2D array tests");
919 tcu::TestCaseGroup* tex3DGroup = new tcu::TestCaseGroup(m_testCtx, "tex3d", "Texture 3D tests")
    [all...]
es3fVertexTextureTests.cpp     [all...]
es3fShaderApiTests.cpp 919 void addProgramStateCase (TestCaseGroup* group, Context& context, const std::string& name, const std::string& desc)
    [all...]
es3fShaderDerivateTests.cpp     [all...]
es3fFboMultisampleTests.cpp 250 : TestCaseGroup(context, "msaa", "Multisample FBO tests")
304 tcu::TestCaseGroup* sampleCountGroup = new tcu::TestCaseGroup(m_testCtx, (de::toString(samples) + "_samples").c_str(), "");
es3fTextureSpecificationTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp     [all...]
es31fFboColorbufferTests.cpp 260 : TestCaseGroup(context, "color", "Colorbuffer tests")
323 tcu::TestCaseGroup* texCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "texcubearray", "Cube map array texture tests");
es31fShaderStateQueryTests.cpp 160 : TestCaseGroup(context, "shader", "Shader state query tests")
es31fTextureGatherTests.cpp     [all...]
es31fAtomicCounterTests.cpp     [all...]
es31fDebugTests.cpp     [all...]
  /external/deqp/modules/egl/
teglCreateContextTests.cpp 118 : TestCaseGroup(eglTestCtx, "create_context", "Basic eglCreateContext() tests")
teglNativeColorMappingTests.cpp 539 void addTestGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeColorMappingCase::NativeType type)
574 : TestCaseGroup(eglTestCtx, "native_color_mapping", "Tests for mapping client colors to native surface")
581 TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping client color to native window");
587 TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping client color to native pixmap");
593 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
teglNativeCoordMappingTests.cpp 575 void addTestGroups (EglTestContext& eglTestCtx, TestCaseGroup* group, NativeCoordMappingCase::NativeType type)
610 : TestCaseGroup(eglTestCtx, "native_coord_mapping", "Tests for mapping client coordinates to native surface")
617 TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping client color to native window");
623 TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping client color to native pixmap");
629 TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests for mapping client color to native pixmap with eglCopyBuffers()");
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 639 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests")
649 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Mipmapping");
650 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering");
695 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
734 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
  /external/deqp/modules/gles2/
tes2InfoTests.cpp 122 : TestCaseGroup(context, "info", "Platform information queries")
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 628 : TestCaseGroup(context, "mipmap", "Mipmapping accuracy tests")
638 tcu::TestCaseGroup* group2D = new tcu::TestCaseGroup(m_testCtx, "2d", "2D Texture Mipmapping");
639 tcu::TestCaseGroup* groupCube = new tcu::TestCaseGroup(m_testCtx, "cube", "Cube Map Filtering");
684 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
723 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 122 : TestCaseGroup(context, "info", "Platform information queries")
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 122 : TestCaseGroup(context, "info", "Platform information queries")

Completed in 1094 milliseconds

<<11121314151617181920>>