Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp794 TextureLayerAttachmentTest::TextureLayerAttachmentTest(deqp::Context& context) in TextureLayerAttachmentTest() function in gl4cts::DirectStateAccess::Framebuffers::TextureLayerAttachmentTest
806 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 …]
Dgl4cDirectStateAccessTests.hpp2389 class TextureLayerAttachmentTest : public deqp::TestCase class
2393 TextureLayerAttachmentTest(deqp::Context& context);
2399 TextureLayerAttachmentTest(const TextureLayerAttachmentTest& other);
2400 TextureLayerAttachmentTest& operator=(const TextureLayerAttachmentTest& other);
Dgl4cDirectStateAccessTests.cpp108 addChild(new Framebuffers::TextureLayerAttachmentTest(m_context)); in init()