Home
last modified time | relevance | path

Searched refs:ProgramSeparable (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramPipelineStateQueryTests.cpp100 …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()
Des31fSeparateShaderTests.cpp94 using glu::ProgramSeparable;
1100 sources << ProgramSeparable(separable); in createShaderProgram()
Des31fProgramInterfaceDefinitionUtil.cpp1672 sources << glu::ProgramSeparable(true); in generateProgramInterfaceProgramSources()
Des31fTessellationTests.cpp7125 << glu::ProgramSeparable(true)); in iterate()
/external/deqp/framework/opengl/
DgluShaderProgram.hpp233 struct ProgramSeparable struct
236 explicit ProgramSeparable (bool separable_) : separable(separable_) {} in ProgramSeparable() argument
302 …ProgramSources& operator<< (const ProgramSeparable& progSeparable) { separable = progSepar… in operator <<()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp479 m_programs[programNdx].programSources << glu::ProgramSeparable(m_separatePrograms); in init()