Searched refs:DepthStencilAttachCase (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboStencilbufferTests.cpp | 141 class DepthStencilAttachCase : public FboTestCase class 144 DepthStencilAttachCase (Context& context, const char* name, const char* desc, deUint32 attachDepth, deUint32 attachStencil) in DepthStencilAttachCase() function in deqp::gles3::Functional::DepthStencilAttachCase 277 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_only", "Only depth part of depth-stencil RBO attached", GL_DEPTH_ATTACHMENT, GL_NONE)); in init() 278 attachGroup->addChild(new DepthStencilAttachCase(m_context, "stencil_only", "Only stencil part of depth-stencil RBO attached", GL_NONE, GL_STENCIL_ATTACHMENT)); in init() 279 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_separate", "Depth and stencil attached separately", GL_DEPTH_ATTACHMENT, GL_STENCIL_ATTACHMENT)); in init() 280 attachGroup->addChild(new DepthStencilAttachCase(m_context, "depth_stencil_attachment", "Depth and stencil attached with DEPTH_STENCIL_ATTACHMENT", GL_DEPTH_STENCIL_ATTACHMENT, GL_NONE)); in init()
|
Completed in 1 milliseconds