Home | History | Annotate | Download | only in performance

Lines Matching refs:ProgramSources

66 using glu::ProgramSources;
93 ProgramSources shader;
96 ObjectData (const ProgramSources& shader_, const Geometry& geometry_) : shader(shader_), geometry(geometry_) {}
446 glu::ProgramSources getBaseShader (void)
451 glu::ProgramSources getArithmeticWorkloadShader (void)
456 glu::ProgramSources getArithmeticWorkloadDiscardShader (void)
461 glu::ProgramSources getTextureWorkloadShader (void)
466 glu::ProgramSources getGridDiscardShader (int gridsize)
471 inline ObjectData quadWith (const glu::ProgramSources& shader, float depth)