Searched refs:FragDepthTests (Results 1 – 8 of 8) sorted by relevance
36 class FragDepthTests : public TestCaseGroup class39 FragDepthTests (Context& context);40 ~FragDepthTests (void);45 FragDepthTests (const FragDepthTests& other);46 FragDepthTests& operator= (const FragDepthTests& other);
422 FragDepthTests::FragDepthTests (Context& context) in FragDepthTests() function in deqp::gles3::Functional::FragDepthTests427 FragDepthTests::~FragDepthTests (void) in ~FragDepthTests()444 void FragDepthTests::init (void) in init()
222 addChild(new FragDepthTests (m_context)); in init()
34 class FragDepthTests : public TestCaseGroup class37 FragDepthTests(Context& context, glu::GLSLVersion glslVersion);38 ~FragDepthTests(void);43 FragDepthTests(const FragDepthTests& other);44 FragDepthTests& operator=(const FragDepthTests& other);
407 FragDepthTests::FragDepthTests(Context& context, glu::GLSLVersion glslVersion) in FragDepthTests() function in deqp::FragDepthTests412 FragDepthTests::~FragDepthTests(void) in ~FragDepthTests()439 void FragDepthTests::init(void) in init()
119 INSTANTIATE_TEST_SUITE_P(FragDepthTests, FragDepthTest, testing::Values(false, true));
146 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_300_ES)); in init()
270 addChild(new deqp::FragDepthTests(m_context, glu::GLSL_VERSION_330)); in init()