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_);
120 …Context& context, const char* name, const char* description, ProgramResourceQueryTestTarget queryT…
131 const ProgramResourceQueryTestTarget m_queryTarget;
Des31fProgramInterfaceQueryTests.cpp1047 …t ResourceDefinition::Node::SharedPtr& targetResource, const ProgramResourceQueryTestTarget& query…
1064 …t ResourceDefinition::Node::SharedPtr& targetResource, const ProgramResourceQueryTestTarget& query… in ResourceTestCase()
2770 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateVariableCases()
2830 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateOpaqueTypeCases()
2912 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query…
2914 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateVariableArrayCases()
2937 …arentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& query… in generateCompoundVariableCases()
3049 …targetGroup->addChild(new ResourceTestCase(context, variable, ProgramResourceQueryTestTarget(inter… in generateBufferBackedVariableAggregateTypeCases()
3074 …const ProgramResourceQueryTestTarget queryTarget (PROGRAMINTERFACE_UNIFORM, PROGRAMRESOURCEPROP_… in generateUniformBlockArraySizeContents()
3111 …targetGroup->addChild(new ResourceTestCase(context, variable, ProgramResourceQueryTestTarget(inter… in generateBufferBackedArrayStrideTypeAggregateSubCases()
[all …]
Des31fProgramInterfaceQueryTestCase.cpp1532 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint… in ProgramResourceQueryTestTarget() function in deqp::gles31::Functional::ProgramResourceQueryTestTarget
1551 …Context& context, const char* name, const char* description, ProgramResourceQueryTestTarget queryT… in ProgramInterfaceQueryTestCase()