Searched refs:ProgramSeparable (Results 1 – 6 of 6) sorted by relevance
100 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()101 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource); in iterate()176 sources << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource); in iterate()178 sources << glu::ProgramSeparable(true) << glu::ComputeSource(s_computeSource); in iterate()239 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()240 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()309 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()310 …rogram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu:… in iterate()
94 using glu::ProgramSeparable;1100 sources << ProgramSeparable(separable); in createShaderProgram()
1672 sources << glu::ProgramSeparable(true); in generateProgramInterfaceProgramSources()
7125 << glu::ProgramSeparable(true)); in iterate()
233 struct ProgramSeparable struct236 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable() argument302 …ProgramSources& operator<< (const ProgramSeparable& progSeparable) { separable = progSepar… in operator <<()
479 m_programs[programNdx].programSources << glu::ProgramSeparable(m_separatePrograms); in init()