Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp672 class Texture2DCase : public InternalformatCaseBase class
675 Texture2DCase(deqp::Context& context, const std::string& name, const TextureFormat& textureFormat);
676 virtual ~Texture2DCase() in ~Texture2DCase()
686 Texture2DCase::Texture2DCase(deqp::Context& context, const std::string& name, const TextureFormat& … in Texture2DCase() function in glcts::Texture2DCase
691 tcu::TestNode::IterateResult Texture2DCase::iterate(void) in iterate()
1661 texture2DGroup->addChild(new Texture2DCase(m_context, name, tf)); in init()