Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp2996 class GetAttachmentParametersTest : public deqp::TestCase class
3000 GetAttachmentParametersTest(deqp::Context& context);
3006 GetAttachmentParametersTest(const GetAttachmentParametersTest& other);
3007 GetAttachmentParametersTest& operator=(const GetAttachmentParametersTest& other);
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp3963 GetAttachmentParametersTest::GetAttachmentParametersTest(deqp::Context& context) in GetAttachmentParametersTest() function in gl4cts::DirectStateAccess::Framebuffers::GetAttachmentParametersTest
3976 tcu::TestNode::IterateResult GetAttachmentParametersTest::iterate() in iterate()
4082 void GetAttachmentParametersTest::CreateRenderbufferFramebuffer(bool depth, bool stencil) in CreateRenderbufferFramebuffer()
4158 void GetAttachmentParametersTest::CreateTextureFramebuffer(bool depth, bool stencil) in CreateTextureFramebuffer()
4231 bool GetAttachmentParametersTest::TestDefaultFramebuffer() in TestDefaultFramebuffer()
4355 bool GetAttachmentParametersTest::TestRenderbufferFramebuffer(bool depth_stencil) in TestRenderbufferFramebuffer()
4502 bool GetAttachmentParametersTest::TestTextureFramebuffer(bool depth_stencil) in TestTextureFramebuffer()
4655 void GetAttachmentParametersTest::Clean() in Clean()
Dgl4cDirectStateAccessTests.cpp117 addChild(new Framebuffers::GetAttachmentParametersTest(m_context)); in init()