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.cpp1373 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage()
1450 …checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicComputeProgramInterface()
1472 …ol checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicDrawProgramInterface()
1494 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface()
6400 …estBase::prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_interface) in test()
6544 Utils::ProgramInterface& program_interface, in test()
6812 …tureTestBase::prepareAttributes(GLuint test_case_index, Utils::ProgramInterface& program_interface, in test()
6922 …stBase::prepareFragmentDataLoc(Utils::Program& program, Utils::ProgramInterface& program_interface) in test()
7059 …id TextureTestBase::prepareSSBs(GLuint test_case_index, Utils::ProgramInterface& program_interface, in test()
7082 …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