Lines Matching defs:config

346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*…  in FboIncompleteException()
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
546 static bool isConfigSupported (const FboConfig& config) { DE_UNREF(config); return true; } in isConfigSupported()
552 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
654 ColorClearsTest::ColorClearsTest (Context& context, const FboConfig& config) in ColorClearsTest()
740 IntersectingQuadsNpotTest (Context& context, const FboConfig& config) in IntersectingQuadsNpotTest()
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest()
753 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
835 MixNpotTest (Context& context, const FboConfig& config) in MixNpotTest()
841 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest()
850 bool MixTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
928 BlendNpotTest (Context& context, const FboConfig& config) in BlendNpotTest()
934 BlendTest::BlendTest (Context& context, const FboConfig& config, bool npot) in BlendTest()
941 bool BlendTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
997 StencilClearsTest::StencilClearsTest (Context& context, const FboConfig& config) in StencilClearsTest()
1064 bool StencilClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1087 StencilNpotTest (Context& context, const FboConfig& config) in StencilNpotTest()
1093 StencilTest::StencilTest (Context& context, const FboConfig& config, bool npot) in StencilTest()
1100 bool StencilTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1181 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest()
1308 SharedColorbufferClearsTest::SharedColorbufferClearsTest (Context& context, const FboConfig& config) in SharedColorbufferClearsTest()
1313 bool SharedColorbufferClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1415 SharedDepthbufferTest::SharedDepthbufferTest (Context& context, const FboConfig& config) in SharedDepthbufferTest()
1420 bool SharedDepthbufferTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1529 TexSubImageAfterRenderTest::TexSubImageAfterRenderTest (Context& context, const FboConfig& config) in TexSubImageAfterRenderTest()
1534 bool TexSubImageAfterRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1595 …SubImageBetweenRenderTest::TexSubImageBetweenRenderTest (Context& context, const FboConfig& config) in TexSubImageBetweenRenderTest()
1600 bool TexSubImageBetweenRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1677 ResizeTest::ResizeTest (Context& context, const FboConfig& config) in ResizeTest()
1816 RecreateBuffersNoRebindTest (Context& context, const FboConfig& config) in RecreateBuffersNoRebindTest()
1826 RecreateBuffersRebindTest (Context& context, const FboConfig& config) in RecreateBuffersRebindTest()
1833 RecreateBuffersTest<Buffers>::RecreateBuffersTest (Context& context, const FboConfig& config, bool … in RecreateBuffersTest()
1840 bool RecreateBuffersTest<Buffers>::isConfigSupported (const FboConfig& config) in isConfigSupported()
2109 FboConfig config; in addChildVariants() local