Home
last modified time | relevance | path

Searched refs:ProgramInterface (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp629 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 …]
Dgl4cEnhancedLayoutsTests.cpp1305 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage()
1382 bool checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_inter… in checkMonolithicComputeProgramInterface()
1404 bool checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interfac… in checkMonolithicDrawProgramInterface()
1426 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface()
4397 ProgramInterface::ProgramInterface() in ProgramInterface() function in gl4cts::EnhancedLayouts::Utils::ProgramInterface
4410 ProgramInterface::~ProgramInterface() in ~ProgramInterface()
4423 Interface* ProgramInterface::AddInterface(const GLchar* name, Interface::TYPE type) in AddInterface()
4449 Interface* ProgramInterface::Block(const GLchar* name) in Block()
4460 ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) in GetShaderInterface()
4497 const ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) const in GetShaderInterface()
[all …]
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.hpp39 ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint32 propFlags_);
41 ProgramInterface interface;
127 ProgramInterface getTargetInterface (void) const;
Des31fProgramInterfaceDefinition.hpp38 enum ProgramInterface enum
Des31fProgramInterfaceDefinitionUtil.hpp175 …ceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface);
Des31fProgramInterfaceQueryTests.cpp147 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 …]
Des31fProgramInterfaceQueryTestCase.cpp1710 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()
Des31fProgramInterfaceDefinitionUtil.cpp1274 …erfaceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface) in getProgramInterfaceResourceList()