Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.cpp132 addChild(new Renderbuffers::StorageMultisampleTest(m_context)); in init()
578 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 1, false, 2>(m_context, in init()
580 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 2, false, 2>(m_context, in init()
582 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 4, false, 2>(m_context, in init()
584 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 1, false, 3>(m_context, in init()
586 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 2, false, 3>(m_context, in init()
588 addChild(new Textures::StorageMultisampleTest<glw::GLbyte, 4, false, 3>(m_context, in init()
591 addChild(new Textures::StorageMultisampleTest<glw::GLubyte, 1, false, 2>(m_context, in init()
593 addChild(new Textures::StorageMultisampleTest<glw::GLubyte, 2, false, 2>(m_context, in init()
595 addChild(new Textures::StorageMultisampleTest<glw::GLubyte, 4, false, 2>( in init()
[all …]
H A Dgl4cDirectStateAccessTexturesTests.cpp2760 StorageMultisampleTest<T, S, N, D>::StorageMultisampleTest(deqp::Context &context, const char *name) in StorageMultisampleTest() function in gl4cts::DirectStateAccess::Textures::StorageMultisampleTest
2779 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataCount() in TestReferenceDataCount()
2789 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataSize() in TestReferenceDataSize()
2799 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataHeight() in TestReferenceDataHeight()
2812 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataDepth() in TestReferenceDataDepth()
2824 glw::GLuint StorageMultisampleTest<T, S, N, D>::TestReferenceDataWidth() in TestReferenceDataWidth()
2834 const glw::GLchar *StorageMultisampleTest<T, S, N, D>::FragmentShaderDeclarationMultisample() in FragmentShaderDeclarationMultisample()
2975 const glw::GLchar *StorageMultisampleTest<T, S, N, D>::FragmentShaderDeclarationAuxiliary() in FragmentShaderDeclarationAuxiliary()
3116 const glw::GLchar *StorageMultisampleTest<T, S, N, D>::FragmentShaderTail() in FragmentShaderTail()
3135 glw::GLenum StorageMultisampleTest<T, S, N, D>::MultisampleTextureTarget() in MultisampleTextureTarget()
[all …]
H A Dgl4cDirectStateAccessTests.hpp3774 class StorageMultisampleTest : public deqp::TestCase class
3778 StorageMultisampleTest(deqp::Context &context);
3805 StorageMultisampleTest(const StorageMultisampleTest &other);
3806 StorageMultisampleTest &operator=(const StorageMultisampleTest &other);
3808 …bool PrepareRenderbuffer(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, g…
3813 …bool Check(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint wid…
5316 class StorageMultisampleTest : public deqp::TestCase, Reference class
5320 StorageMultisampleTest(deqp::Context &context, const char *name);
5326 StorageMultisampleTest(const StorageMultisampleTest &other);
5327 StorageMultisampleTest &operator=(const StorageMultisampleTest &other);
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8427 StorageMultisampleTest::StorageMultisampleTest(deqp::Context &context) in StorageMultisampleTest() function in gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleTest
8441 tcu::TestNode::IterateResult StorageMultisampleTest::iterate() in iterate()
8543 bool StorageMultisampleTest::PrepareRenderbuffer(StorageMultisampleTest::RenderbufferInternalFormat… in PrepareRenderbuffer()
8632 void StorageMultisampleTest::Bind(glw::GLenum target, glw::GLuint selector) in Bind()
8649 void StorageMultisampleTest::Blit(glw::GLuint width, glw::GLuint height) in Blit()
8664 void StorageMultisampleTest::Clear(bool isColorIntegralFormat) in Clear()
8694 bool StorageMultisampleTest::Check(StorageMultisampleTest::RenderbufferInternalFormatConfiguration … in Check()
8819 void StorageMultisampleTest::Clean() in Clean()
8859 glw::GLint StorageMultisampleTest::GetMaxConformantSampleCount(glw::GLenum target, glw::GLenum inte… in GetMaxConformantSampleCount()
8904 const struct StorageMultisampleTest::RenderbufferInternalFormatConfiguration
[all …]