| D | gl4cEnhancedLayoutsTests.cpp | 1375 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage() argument 1381 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); in checkProgramStage() 1452 …checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicComputeProgramInterface() argument 1457 …if (false == checkProgramStage(program, program_interface, Shader::COMPUTE, false, false, true, tr… in checkMonolithicComputeProgramInterface() 1474 …ol checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicDrawProgramInterface() argument 1479 …if (false == checkProgramStage(program, program_interface, Shader::VERTEX, true, false, true, true… in checkMonolithicDrawProgramInterface() 1496 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface() argument 1501 if (false == checkProgramStage(program, program_interface, stage, true, true, true, true, stream)) in checkSeparableDrawProgramInterface() 6394 …estBase::prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_interface) in test() argument 6396 Utils::ShaderInterface& si = program_interface.GetShaderInterface(Utils::Shader::VERTEX); in test() [all …]
|