Searched refs:BlitDepthStencilCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 456 class BlitDepthStencilCase : public FboTestCase class 459 …BlitDepthStencilCase (Context& context, const char* name, const char* desc, deUint32 format, deUin… in BlitDepthStencilCase() function in deqp::gles3::Functional::BlitDepthStencilCase 1054 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_basic").c_str(), "", … in init() 1055 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_scale").c_str(), "", … in init() 1059 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_depth_only").c_str(),… in init() 1060 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_stencil_only").c_str(… in init()
|