• Home
  • Raw
  • Download

Lines Matching refs:programCollection

243 void initFrameBufferPrograms(SourceCollections& programCollection, CaseDefinition caseDef)  in initFrameBufferPrograms()  argument
256 programCollection.add("fragment") << glu::FragmentSource(fragmentGLSL); in initFrameBufferPrograms()
269 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
272 subgroups::setVertexShaderFrameBuffer(programCollection); in initFrameBufferPrograms()
305 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
332 programCollection.add("geometry") << glu::GeometrySource(geometryGLSL); in initFrameBufferPrograms()
351 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
375 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
405 programCollection.add("tesc") << glu::TessellationControlSource(controlSourceGLSL); in initFrameBufferPrograms()
421 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
507 programCollection.add("fragment") << glu::FragmentSource(fragment.str()); in initFrameBufferPrograms()
547 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms()
589 programCollection.add("geometry") << glu::GeometrySource(geometry.str()); in initFrameBufferPrograms()
643 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
644 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
703 programCollection.add("tesc") << glu::TessellationControlSource(controlSource.str()); in initFrameBufferPrograms()
704 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
713 void initPrograms(SourceCollections& programCollection, CaseDefinition caseDef) in initPrograms() argument
745 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
778 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms()
813 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
844 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
875 subgroups::addGeometryShadersFromTemplate(geometry.str(), programCollection); in initPrograms()
901 programCollection.add("fragment") << glu::FragmentSource(fragment.str()); in initPrograms()
903 subgroups::addNoSubgroupShader(programCollection); in initPrograms()
982 programCollection.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
1027 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms()
1074 programCollection.add("tesc") << glu::TessellationControlSource(tesc.str()); in initPrograms()
1116 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
1159 subgroups::addGeometryShadersFromTemplate(geometry.str(), programCollection); in initPrograms()
1198 programCollection.add("fragment") << glu::FragmentSource(fragment.str()); in initPrograms()
1201 subgroups::addNoSubgroupShader(programCollection); in initPrograms()