Home
last modified time | relevance | path

Searched refs:FragDepthTests (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.hpp36 class FragDepthTests : public TestCaseGroup class
39 FragDepthTests (Context& context);
40 ~FragDepthTests (void);
45 FragDepthTests (const FragDepthTests& other);
46 FragDepthTests& operator= (const FragDepthTests& other);
Des3fFragDepthTests.cpp422 FragDepthTests::FragDepthTests (Context& context) in FragDepthTests() function in deqp::gles3::Functional::FragDepthTests
427 FragDepthTests::~FragDepthTests (void) in ~FragDepthTests()
444 void FragDepthTests::init (void) in init()
Des3fFunctionalTests.cpp222 addChild(new FragDepthTests (m_context)); in init()
/external/deqp/external/openglcts/modules/common/
DglcFragDepthTests.hpp34 class FragDepthTests : public TestCaseGroup class
37 FragDepthTests(Context& context, glu::GLSLVersion glslVersion);
38 ~FragDepthTests(void);
43 FragDepthTests(const FragDepthTests& other);
44 FragDepthTests& operator=(const FragDepthTests& other);
DglcFragDepthTests.cpp407 FragDepthTests::FragDepthTests(Context& context, glu::GLSLVersion glslVersion) in FragDepthTests() function in deqp::FragDepthTests
412 FragDepthTests::~FragDepthTests(void) in ~FragDepthTests()
439 void FragDepthTests::init(void) in init()
/external/angle/src/tests/compiler_tests/
DFragDepth_test.cpp119 INSTANTIATE_TEST_SUITE_P(FragDepthTests, FragDepthTest, testing::Values(false, true));
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp146 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp270 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_330)); in init()