Lines Matching refs:FboCases

642 namespace FboCases  namespace
2135 addChildVariants<FboCases::RecreateBuffersRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
2136 addChildVariants<FboCases::RecreateBuffersNoRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
2143 createChildGroup<FboCases::ColorClearsTest> (this, "color_clear", "Color buffer clears"); in init()
2144 createChildGroup<FboCases::StencilClearsTest> (this, "stencil_clear", "Stencil buffer clears"); in init()
2148 addChildVariants<FboCases::MixTest> (colorGroup); in init()
2149 addChildVariants<FboCases::MixNpotTest> (colorGroup); in init()
2150 addChildVariants<FboCases::BlendTest> (colorGroup); in init()
2151 addChildVariants<FboCases::BlendNpotTest> (colorGroup); in init()
2155 addChildVariants<FboCases::IntersectingQuadsTest> (depthGroup); in init()
2156 addChildVariants<FboCases::IntersectingQuadsNpotTest> (depthGroup); in init()
2160 addChildVariants<FboCases::StencilTest> (stencilGroup); in init()
2161 addChildVariants<FboCases::StencilNpotTest> (stencilGroup); in init()
2163 …createChildGroup<FboCases::SharedColorbufferClearsTest> (this, "shared_colorbuffer_clear", "Share… in init()
2164 …createChildGroup<FboCases::SharedColorbufferTest> (this, "shared_colorbuffer", "Shared colorbuf… in init()
2165 …createChildGroup<FboCases::SharedDepthbufferTest> (this, "shared_depthbuffer", "Shared depthbuf… in init()
2166 createChildGroup<FboCases::ResizeTest> (this, "resize", "FBO resize tests"); in init()
2174 addChildVariants<FboCases::TexSubImageAfterRenderTest> (texSubImageGroup); in init()
2175 addChildVariants<FboCases::TexSubImageBetweenRenderTest> (texSubImageGroup); in init()
2181 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGB)); in init()
2182 repeatedClearGroup->addChild(new FboCases::RepeatedClearCase(m_context, GL_RGBA)); in init()