Searched refs:ProgramInterface (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.hpp | 39 ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint32 propFlags_); 41 ProgramInterface interface; 127 ProgramInterface getTargetInterface (void) const;
|
D | es31fProgramInterfaceDefinition.hpp | 38 enum ProgramInterface enum
|
D | es31fProgramInterfaceDefinitionUtil.hpp | 175 …ceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface);
|
D | es31fProgramInterfaceQueryTests.cpp | 147 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface) in getProgramInterfaceGLEnum() 886 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co… 899 …static std::string genTestCaseName (ProgramInterface interface, const ResourceDefinition:… 900 static bool isArrayedInterface (ProgramInterface interface, deUint32 stageBits); 902 const ProgramInterface m_programInterface; 907 …context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, co… in ResourceListTestCase() 1162 std::string ResourceListTestCase::genTestCaseName (ProgramInterface interface, const ResourceDefini… in genTestCaseName() 1261 bool ResourceListTestCase::isArrayedInterface (ProgramInterface interface, deUint32 stageBits) in isArrayedInterface() 1798 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate() 2068 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate() [all …]
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1710 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint… in ProgramResourceQueryTestTarget() 1739 ProgramInterface ProgramInterfaceQueryTestCase::getTargetInterface (void) const in getTargetInterface() 1744 static glw::GLenum getGLInterfaceEnumValue (ProgramInterface interface) in getGLInterfaceEnumValue() 1762 …kInterfaceName (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface, co… in isInterfaceBlockInterfaceName() 1827 …ceNameByMember (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface, co… in getInterfaceBlockInteraceNameByMember() 1898 ProgramInterface interface, in queryAndValidateProps()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 1274 …erfaceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface) in getProgramInterfaceResourceList()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.hpp | 629 struct ProgramInterface struct 633 ProgramInterface(); 634 ~ProgramInterface(); 978 bool checkProgramInterface(const ProgramInterface& program_interface, Program& program, std::string… 1144 …virtual void getProgramInterface(glw::GLuint test_case_index, Utils::ProgramInterface& program_int… 1150 …virtual std::string getVerificationSnippet(glw::GLuint test_case_index, Utils::ProgramInterface& p… 1156 …virtual void prepareAttributes(glw::GLuint test_case_index, Utils::ProgramInterface& program_inter… 1159 …virtual void prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_inter… 1161 …virtual void prepareFragmentDataLoc(Utils::Program& program, Utils::ProgramInterface& program_inte… 1170 virtual void prepareSSBs(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface, [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 1316 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage() 1393 bool checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_inter… in checkMonolithicComputeProgramInterface() 1415 bool checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interfac… in checkMonolithicDrawProgramInterface() 1437 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface() 4409 ProgramInterface::ProgramInterface() in ProgramInterface() function in gl4cts::EnhancedLayouts::Utils::ProgramInterface 4422 ProgramInterface::~ProgramInterface() in ~ProgramInterface() 4435 Interface* ProgramInterface::AddInterface(const GLchar* name, Interface::TYPE type) in AddInterface() 4461 Interface* ProgramInterface::Block(const GLchar* name) in Block() 4472 ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) in GetShaderInterface() 4509 const ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) const in GetShaderInterface() [all …]
|