Searched refs:checkProgramStage (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 1316 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage() function 1398 …if (false == checkProgramStage(program, program_interface, Shader::COMPUTE, false, false, true, tr… in checkMonolithicComputeProgramInterface() 1420 …if (false == checkProgramStage(program, program_interface, Shader::VERTEX, true, false, true, true… in checkMonolithicDrawProgramInterface() 1442 if (false == checkProgramStage(program, program_interface, stage, true, true, true, true, stream)) in checkSeparableDrawProgramInterface()
|