Lines Matching refs:FboCases

642 namespace FboCases  namespace
2157 addChildVariants<FboCases::RecreateBuffersRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
2158 addChildVariants<FboCases::RecreateBuffersNoRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
2165 createChildGroup<FboCases::ColorClearsTest> (this, "color_clear", "Color buffer clears"); in init()
2166 createChildGroup<FboCases::StencilClearsTest> (this, "stencil_clear", "Stencil buffer clears"); in init()
2170 addChildVariants<FboCases::MixTest> (colorGroup); in init()
2171 addChildVariants<FboCases::MixNpotTest> (colorGroup); in init()
2172 addChildVariants<FboCases::BlendTest> (colorGroup); in init()
2173 addChildVariants<FboCases::BlendNpotTest> (colorGroup); in init()
2177 addChildVariants<FboCases::IntersectingQuadsTest> (depthGroup); in init()
2178 addChildVariants<FboCases::IntersectingQuadsNpotTest> (depthGroup); in init()
2182 addChildVariants<FboCases::StencilTest> (stencilGroup); in init()
2183 addChildVariants<FboCases::StencilNpotTest> (stencilGroup); in init()
2185 …createChildGroup<FboCases::SharedColorbufferClearsTest> (this, "shared_colorbuffer_clear", "Share… in init()
2186 …createChildGroup<FboCases::SharedColorbufferTest> (this, "shared_colorbuffer", "Shared colorbuf… in init()
2187 …createChildGroup<FboCases::SharedDepthbufferTest> (this, "shared_depthbuffer", "Shared depthbuf… in init()
2188 createChildGroup<FboCases::ResizeTest> (this, "resize", "FBO resize tests"); in init()
2196 addChildVariants<FboCases::TexSubImageAfterRenderTest> (texSubImageGroup); in init()
2197 addChildVariants<FboCases::TexSubImageBetweenRenderTest> (texSubImageGroup); in init()
2203 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGB)); in init()
2204 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGBA)); in init()