Lines Matching refs:FboConfig
66 class FboConfig class
69 …FboConfig (deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilTyp… in FboConfig() function in deqp::gles3::Functional::FboConfig
81 FboConfig (void) in FboConfig() function in deqp::gles3::Functional::FboConfig
119 std::string FboConfig::getName (void) const in getName()
140 …Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, deUint32 f…
143 const FboConfig& getConfig (void) const { return m_config; } in getConfig()
155 FboConfig m_config;
251 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
404 …enderCase (Context& context, const char* name, const char* description, const FboConfig& config);
413 const FboConfig m_config;
416 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
518 StencilClearsTest (Context& context, const FboConfig& config);
524 StencilClearsTest::StencilClearsTest (Context& context, const FboConfig& config) in StencilClearsTest()
609 SharedColorbufferTest (Context& context, const FboConfig& config);
615 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest()
646 FboConfig cfg = m_config; in render()
739 SharedColorbufferClearsTest (Context& context, const FboConfig& config);
745 SharedColorbufferClearsTest::SharedColorbufferClearsTest (Context& context, const FboConfig& config) in SharedColorbufferClearsTest()
842 SharedDepthStencilTest (Context& context, const FboConfig& config);
845 static bool isConfigSupported (const FboConfig& config);
849 SharedDepthStencilTest::SharedDepthStencilTest (Context& context, const FboConfig& config) in SharedDepthStencilTest()
854 bool SharedDepthStencilTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
883 FboConfig cfg = m_config; in render()
974 TexSubImageAfterRenderTest (Context& context, const FboConfig& config);
980 TexSubImageAfterRenderTest::TexSubImageAfterRenderTest (Context& context, const FboConfig& config)
1029 TexSubImageBetweenRenderTest (Context& context, const FboConfig& config);
1035 TexSubImageBetweenRenderTest::TexSubImageBetweenRenderTest (Context& context, const FboConfig& conf…
1100 ResizeTest (Context& context, const FboConfig& config);
1106 ResizeTest::ResizeTest (Context& context, const FboConfig& config) in ResizeTest()
1250 … RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffers, bool rebind);
1260 RecreateBuffersTest::RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffe… in RecreateBuffersTest()
1551 …FboConfig config(GL_COLOR_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, dept… in init()
1566 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init()
1590 …FboConfig colorOnlyConfig (GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[col… in init()
1591 …FboConfig colorDepthConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT, objectTypes[typeNdx], … in init()
1592 …FboConfig colorDepthStencilConfig (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, … in init()
1616 …FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFE… in init()
1631 FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormat, GL_NONE, GL_NONE); in init()
1650 …FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFE… in init()
1671 …FboConfig config(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, objectTypes[typeNd… in init()
1692 …FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFE… in init()