Lines Matching refs:isConfigSupported

546 	static bool					isConfigSupported		(const FboConfig& config) { DE_UNREF(config); return true; }  in isConfigSupported()  function in deqp::gles2::Functional::FboRenderCase
740 static bool isConfigSupported (const FboConfig& config);
763 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::IntersectingQuadsTest
833 static bool isConfigSupported (const FboConfig& config);
860 bool MixTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::MixTest
928 static bool isConfigSupported (const FboConfig& config);
951 bool BlendTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::BlendTest
1004 static bool isConfigSupported (const FboConfig& config);
1086 bool StencilClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::StencilClearsTest
1099 static bool isConfigSupported (const FboConfig& config);
1122 bool StencilTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::StencilTest
1326 static bool isConfigSupported (const FboConfig& config);
1335 bool SharedColorbufferClearsTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::SharedColorbufferClearsTest
1433 static bool isConfigSupported (const FboConfig& config);
1442 bool SharedDepthbufferTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::SharedDepthbufferTest
1547 static bool isConfigSupported (const FboConfig& config);
1556 bool TexSubImageAfterRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::TexSubImageAfterRenderTest
1613 static bool isConfigSupported (const FboConfig& config);
1622 bool TexSubImageBetweenRenderTest::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::TexSubImageBetweenRenderTest
1827 static bool isConfigSupported (const FboConfig& config);
1862 bool RecreateBuffersTest<Buffers>::isConfigSupported (const FboConfig& config) in isConfigSupported() function in deqp::gles2::Functional::FboCases::RecreateBuffersTest
2139 if (CaseType::isConfigSupported(config)) in addChildVariants()