Home | History | Annotate | Download | only in performance

Lines Matching refs:ProgramSources

67 using glu::ProgramSources;
94 ProgramSources shader;
97 ObjectData (const ProgramSources& shader_, const Geometry& geometry_) : shader(shader_), geometry(geometry_) {}
447 glu::ProgramSources getBaseShader (void)
452 glu::ProgramSources getArithmeticWorkloadShader (void)
457 glu::ProgramSources getArithmeticWorkloadDiscardShader (void)
462 glu::ProgramSources getTextureWorkloadShader (void)
467 glu::ProgramSources getGridDiscardShader (int gridsize)
472 inline ObjectData quadWith (const glu::ProgramSources& shader, float depth)