Lines Matching refs:FboConfig

236 class FboConfig  class
239 FboConfig (void) in FboConfig() function in deqp::gles2::Functional::FboConfig
264 const char* FboConfig::getFormatName (GLenum format) in getFormatName()
284 std::string FboConfig::getName (void) const in getName()
322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line);
325 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
329 FboConfig m_config;
346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*… in FboIncompleteException()
356 …Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 fb…
359 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
371 FboConfig m_config;
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
538 …enderCase (Context& context, const char* name, const char* description, const FboConfig& config);
544 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
546 static bool isConfigSupported (const FboConfig& config) { DE_UNREF(config); return true; } in isConfigSupported()
549 FboConfig m_config;
552 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
648 ColorClearsTest (Context& context, const FboConfig& config);
654 ColorClearsTest::ColorClearsTest (Context& context, const FboConfig& config) in ColorClearsTest()
735 IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot = false);
740 static bool isConfigSupported (const FboConfig& config);
750 IntersectingQuadsNpotTest (Context& context, const FboConfig& config) in IntersectingQuadsNpotTest()
756 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest()
763 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
828 MixTest (Context& context, const FboConfig& config, bool npot = false);
833 static bool isConfigSupported (const FboConfig& config);
845 MixNpotTest (Context& context, const FboConfig& config) in MixNpotTest()
851 MixTest::MixTest (Context& context, const FboConfig& config, bool npot) in MixTest()
860 bool MixTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
923 BlendTest (Context& context, const FboConfig& config, bool npot = false);
928 static bool isConfigSupported (const FboConfig& config);
938 BlendNpotTest (Context& context, const FboConfig& config) in BlendNpotTest()
944 BlendTest::BlendTest (Context& context, const FboConfig& config, bool npot) in BlendTest()
951 bool BlendTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
999 StencilClearsTest (Context& context, const FboConfig& config);
1004 static bool isConfigSupported (const FboConfig& config);
1007 StencilClearsTest::StencilClearsTest (Context& context, const FboConfig& config) in StencilClearsTest()
1086 bool StencilClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1094 StencilTest (Context& context, const FboConfig& config, bool npot = false);
1099 static bool isConfigSupported (const FboConfig& config);
1109 StencilNpotTest (Context& context, const FboConfig& config) in StencilNpotTest()
1115 StencilTest::StencilTest (Context& context, const FboConfig& config, bool npot) in StencilTest()
1122 bool StencilTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1197 SharedColorbufferTest (Context& context, const FboConfig& config);
1203 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest()
1232 FboConfig cfg = getConfig(); in render()
1323 SharedColorbufferClearsTest (Context& context, const FboConfig& config);
1326 static bool isConfigSupported (const FboConfig& config);
1330 SharedColorbufferClearsTest::SharedColorbufferClearsTest (Context& context, const FboConfig& config) in SharedColorbufferClearsTest()
1335 bool SharedColorbufferClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1430 SharedDepthbufferTest (Context& context, const FboConfig& config);
1433 static bool isConfigSupported (const FboConfig& config);
1437 SharedDepthbufferTest::SharedDepthbufferTest (Context& context, const FboConfig& config) in SharedDepthbufferTest()
1442 bool SharedDepthbufferTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1474 FboConfig cfg = getConfig(); in render()
1544 TexSubImageAfterRenderTest (Context& context, const FboConfig& config);
1547 static bool isConfigSupported (const FboConfig& config);
1551 TexSubImageAfterRenderTest::TexSubImageAfterRenderTest (Context& context, const FboConfig& config) in TexSubImageAfterRenderTest()
1556 bool TexSubImageAfterRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1610 TexSubImageBetweenRenderTest (Context& context, const FboConfig& config);
1613 static bool isConfigSupported (const FboConfig& config);
1617 TexSubImageBetweenRenderTest::TexSubImageBetweenRenderTest (Context& context, const FboConfig& conf… in TexSubImageBetweenRenderTest()
1622 bool TexSubImageBetweenRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1693 ResizeTest (Context& context, const FboConfig& config);
1699 ResizeTest::ResizeTest (Context& context, const FboConfig& config) in ResizeTest()
1824 RecreateBuffersTest (Context& context, const FboConfig& config, bool rebind);
1827 static bool isConfigSupported (const FboConfig& config);
1838 RecreateBuffersNoRebindTest (Context& context, const FboConfig& config) in RecreateBuffersNoRebindTest()
1848 RecreateBuffersRebindTest (Context& context, const FboConfig& config) in RecreateBuffersRebindTest()
1855 RecreateBuffersTest<Buffers>::RecreateBuffersTest (Context& context, const FboConfig& config, bool … in RecreateBuffersTest()
1862 bool RecreateBuffersTest<Buffers>::isConfigSupported (const FboConfig& config) in isConfigSupported()
1999 static FboConfig makeConfig (deUint32 format) in makeConfig()
2001 FboConfig cfg; in makeConfig()
2131 FboConfig config; in addChildVariants()