Home
last modified time | relevance | path

Searched defs:program_interface (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1305 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage()
1382 …checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicComputeProgramInterface()
1404 …ol checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicDrawProgramInterface()
1426 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface()
6262 …estBase::prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_interface) in test()
6406 Utils::ProgramInterface& program_interface, in test()
6674 …tureTestBase::prepareAttributes(GLuint test_case_index, Utils::ProgramInterface& program_interface, in test()
6746 …stBase::prepareFragmentDataLoc(Utils::Program& program, Utils::ProgramInterface& program_interface) in test()
6883 …id TextureTestBase::prepareSSBs(GLuint test_case_index, Utils::ProgramInterface& program_interface, in test()
6906 …id TextureTestBase::prepareSSBs(GLuint test_case_index, Utils::ProgramInterface& program_interface, in test()
[all …]
Dgl4cShaderSubroutineTests.cpp1308 const GLchar* Utils::programInterfaceToStr(glw::GLenum program_interface) in programInterfaceToStr()
3077 bool FunctionalTest3_4::checkProgramResourceiv(GLuint program_id, GLenum program_interface, GLenum … in checkProgramResourceiv()
3119 bool FunctionalTest3_4::checkProgramInterfaceiv(GLuint program_id, GLenum program_interface, GLenum… in checkProgramInterfaceiv()
3188 GLuint FunctionalTest3_4::getProgramResourceIndex(GLuint program_id, GLenum program_interface, in getProgramResourceIndex()
Dgl4cShaderSubroutineTests.hpp422 glw::GLenum program_interface; member