HomeSort by relevance Sort by last modified time
    Searched refs:ProgramSeparable (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramPipelineStateQueryTests.cpp 100 const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
101 const glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource));
174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource);
176 sources << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource);
178 sources << glu::ProgramSeparable(true) << glu::ComputeSource(s_computeSource);
239 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
240 glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource));
309 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
310 glu::ShaderProgram frgProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::FragmentSource(s_incompatibleFragmentSource));
es31fSeparateShaderTests.cpp 94 using glu::ProgramSeparable;
1100 sources << ProgramSeparable(separable);
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp     [all...]
es31fTessellationTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 233 struct ProgramSeparable
236 explicit ProgramSeparable (bool separable_) : separable(separable_) {}
302 ProgramSources& operator<< (const ProgramSeparable& progSeparable) { separable = progSeparable.separable; return *this; }
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 479 m_programs[programNdx].programSources << glu::ProgramSeparable(m_separatePrograms);
    [all...]

Completed in 315 milliseconds