Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboStencilbufferTests.cpp141 class DepthStencilAttachCase : public FboTestCase class
144DepthStencilAttachCase (Context& context, const char* name, const char* desc, deUint32 attachDepth… in DepthStencilAttachCase() function in deqp::gles3::Functional::DepthStencilAttachCase
277 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of d… in init()
278 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part … in init()
279 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_separate", "Depth and s… in init()
280 …attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and… in init()