Searched refs:TextureLayerAttachmentTest (Results 1 – 3 of 3) sorted by relevance
794 TextureLayerAttachmentTest::TextureLayerAttachmentTest(deqp::Context& context) in TextureLayerAttachmentTest() function in gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest806 tcu::TestNode::IterateResult TextureLayerAttachmentTest::iterate() in iterate()910 bool TextureLayerAttachmentTest::Test(glw::GLenum attachment, bool is_color_attachment, glw::GLenum… in Test()1021 bool TextureLayerAttachmentTest::SubTestAttachmentError(glw::GLenum attachment, glw::GLenum texture… in SubTestAttachmentError()1054 bool TextureLayerAttachmentTest::SubTestStatus(glw::GLenum attachment, glw::GLenum texture_target, … in SubTestStatus()1090 bool TextureLayerAttachmentTest::SubTestContent(glw::GLenum attachment, glw::GLenum texture_target, in SubTestContent()1170 void TextureLayerAttachmentTest::Clear() in Clear()1188 glw::GLuint TextureLayerAttachmentTest::MaxTextureLevels(glw::GLenum texture_target) in MaxTextureLevels()1232 glw::GLuint TextureLayerAttachmentTest::MaxTextureLayers(glw::GLenum texture_target) in MaxTextureLayers()1271 void TextureLayerAttachmentTest::Clean() in Clean()[all …]
2389 class TextureLayerAttachmentTest : public deqp::TestCase class2393 TextureLayerAttachmentTest(deqp::Context& context);2399 TextureLayerAttachmentTest(const TextureLayerAttachmentTest& other);2400 TextureLayerAttachmentTest& operator=(const TextureLayerAttachmentTest& other);
108 addChild(new Framebuffers::TextureLayerAttachmentTest(m_context)); in init()