HomeSort by relevance Sort by last modified time
    Searched refs:ProgramInterface (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.hpp 39 ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint32 propFlags_);
41 ProgramInterface interface;
127 ProgramInterface getTargetInterface (void) const;
es31fProgramInterfaceDefinition.hpp 38 enum ProgramInterface
es31fProgramInterfaceDefinitionUtil.hpp 175 std::vector<std::string> getProgramInterfaceResourceList (const ProgramInterfaceDefinition::Program* program, ProgramInterface interface);
es31fProgramInterfaceQueryTests.cpp 147 static glw::GLenum getProgramInterfaceGLEnum (ProgramInterface interface)
886 ResourceListTestCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, const char* name = DE_NULL);
899 static std::string genTestCaseName (ProgramInterface interface, const ResourceDefinition::Node*);
900 static bool isArrayedInterface (ProgramInterface interface, deUint32 stageBits);
902 const ProgramInterface m_programInterface;
907 ResourceListTestCase::ResourceListTestCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, ProgramInterface interface, const char* name)
989 const glw::GLenum programInterface = getProgramInterfaceGLEnum(m_programInterface);
994 m_testCtx.getLog() << tcu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interface:" << tcu::TestLog::EndMessage;
    [all...]
es31fProgramInterfaceQueryTestCase.cpp     [all...]
es31fProgramInterfaceDefinitionUtil.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 629 struct ProgramInterface
633 ProgramInterface();
634 ~ProgramInterface();
924 //void Init(const ProgramInterface& program_interface,
978 bool checkProgramInterface(const ProgramInterface& program_interface, Program& program, std::stringstream& stream);
    [all...]
gl4cEnhancedLayoutsTests.cpp 1305 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::STAGES stage,
1382 bool checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface,
1404 bool checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface,
    [all...]

Completed in 126 milliseconds