Home
last modified time | relevance | path

Searched refs:ProgramResourceQueryTestTarget (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.hpp37 struct ProgramResourceQueryTestTarget struct
39 ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint32 propFlags_);
123 …Context& context, const char* name, const char* description, ProgramResourceQueryTestTarget queryT…
137 const ProgramResourceQueryTestTarget m_queryTarget;
Des31fProgramInterfaceQueryTests.cpp1274 …t ResourceDefinition::Node::SharedPtr& targetResource, const ProgramResourceQueryTestTarget& query…
1291 …t ResourceDefinition::Node::SharedPtr& targetResource, const ProgramResourceQueryTestTarget& query… in ResourceTestCase()
3142 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateVariableCases()
3202 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateOpaqueTypeCases()
3284 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query…
3286 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateVariableArrayCases()
3309 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateCompoundVariableCases()
3421 …targetGroup->addChild(new ResourceTestCase(context, variable, ProgramResourceQueryTestTarget(inter… in generateBufferBackedVariableAggregateTypeCases()
3446 …const ProgramResourceQueryTestTarget queryTarget (PROGRAMINTERFACE_UNIFORM, PROGRAMRESOURCEPROP_… in generateUniformBlockArraySizeContents()
3483 …targetGroup->addChild(new ResourceTestCase(context, variable, ProgramResourceQueryTestTarget(inter… in generateBufferBackedArrayStrideTypeAggregateSubCases()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp1708 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint… in ProgramResourceQueryTestTarget() function in deqp::gles31::Functional::ProgramResourceQueryTestTarget
1727 …Context& context, const char* name, const char* description, ProgramResourceQueryTestTarget queryT… in ProgramInterfaceQueryTestCase()