Lines Matching refs:gls
52 const gls::LongStressTestUtil::ProgramLibrary progLib (glu::GLSL_VERSION_300_ES); in init()
54 typedef gls::LongStressCase::FeatureProbabilities Probs; in init()
72 const std::vector<gls::ProgramContext> contexts(1, progLib.generateBufferContext(4)); in init()
118 …bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
184 …const std::vector<gls::ProgramContext> contexts (1, progLib.generateTextureContext(numTextures, 5… in init()
186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init()
200 …const std::vector<gls::ProgramContext> contexts(1, progLib.generateTextureContext(1, 128, 128, 0.5… in init()
237 …drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCon… in init()
249 std::vector<gls::ProgramContext> contexts; in init()
274 …shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init()
304 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
309 … std::vector<gls::ProgramContext>(1, progLib.generateBufferAndTextureContext(4, 512, 512)), in init()
324 std::vector<gls::ProgramContext> contexts; in init()
327 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()