Home
last modified time | relevance | path

Searched refs:SampleDepthCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp883 class SampleDepthCase : public NumSamplesCase class
886 SampleDepthCase (Context& context, const char* name, const char* description);
887 ~SampleDepthCase (void) {} in ~SampleDepthCase()
895 SampleDepthCase::SampleDepthCase (Context& context, const char* name, const char* description) in SampleDepthCase() function in deqp::gles2::Functional::SampleDepthCase
900 void SampleDepthCase::init (void) in init()
916 void SampleDepthCase::renderPattern (void) const in renderPattern()
1487 addChild(new SampleDepthCase (m_context, "depth", "Test that depth values are per-sample")); in init()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp1033 class SampleDepthCase : public NumSamplesCase class
1036SampleDepthCase (Context& context, const char* name, const char* description, int numFboSamples …
1037 ~SampleDepthCase (void) {} in ~SampleDepthCase()
1045 SampleDepthCase::SampleDepthCase (Context& context, const char* name, const char* description, int … in SampleDepthCase() function in deqp::gles3::Functional::SampleDepthCase
1050 void SampleDepthCase::init (void) in init()
1066 void SampleDepthCase::renderPattern (void) const in renderPattern()
1660 …group->addChild(new SampleDepthCase (m_context, "depth", "Test that depth values are per-s… in init()