Lines Matching refs:TestFramebuffer
556 class TestFramebuffer class
559 TestFramebuffer(void);
560 TestFramebuffer(Context &context, const uint32_t targetType, const uint32_t colorAttachment,
562 ~TestFramebuffer(void);
586 TestFramebuffer::TestFramebuffer(Context &context, const uint32_t targetType, const uint32_t colorA… in TestFramebuffer() function in deqp::gles31::Functional::__anon0174e0ff0111::TestFramebuffer
620 TestFramebuffer::~TestFramebuffer(void) in ~TestFramebuffer()
624 void TestFramebuffer::setTargetType(const uint32_t targetType) in setTargetType()
629 FboType TestFramebuffer::getType(void) const in getType()
634 uint32_t TestFramebuffer::getColorAttachment(void) const in getColorAttachment()
639 int TestFramebuffer::getIdx(void) const in getIdx()
644 void TestFramebuffer::bind(void) in bind()
653 void TestFramebuffer::unbind(void) in unbind()
800 typedef de::SharedPtr<TestFramebuffer> FboSp;
1072 FboSp framebuffer(new TestFramebuffer(m_context, fboConfigList[idx].fboTargetType, in createFBOwithColorAttachment()