Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp1321 const ProgramResourceQueryTestTarget &queryTarget, const char *name = DE_NULL);
1339 … const ProgramResourceQueryTestTarget &queryTarget, const char *name) in ResourceTestCase()
3336 … const ProgramResourceQueryTestTarget &queryTarget, int expandLevel = 3, in generateVariableCases()
3383 … const ProgramResourceQueryTestTarget &queryTarget, int expandLevel = 3, in generateOpaqueTypeCases()
3468 … const ProgramResourceQueryTestTarget &queryTarget, int expandLevel = 3);
3472 … const ProgramResourceQueryTestTarget &queryTarget, int expandLevel = 3) in generateVariableArrayCases()
3497 … const ProgramResourceQueryTestTarget &queryTarget, int expandLevel) in generateCompoundVariableCases()
3627 …context, variable, ProgramResourceQueryTestTarget(interface, targetProp), ("var" + nameSuffix).c_s… in generateBufferBackedVariableAggregateTypeCases()
3659 …const ProgramResourceQueryTestTarget queryTarget(PROGRAMINTERFACE_UNIFORM, PROGRAMRESOURCEPROP_ARR… in generateUniformBlockArraySizeContents()
3702 … context, variable, ProgramResourceQueryTestTarget(interface, PROGRAMRESOURCEPROP_ARRAY_STRIDE), in generateBufferBackedArrayStrideTypeAggregateSubCases()
[all …]
H A Des31fProgramInterfaceQueryTestCase.hpp37 struct ProgramResourceQueryTestTarget struct
39 ProgramResourceQueryTestTarget(ProgramInterface interface_, uint32_t propFlags_);
105 ProgramResourceQueryTestTarget queryTarget);
119 const ProgramResourceQueryTestTarget m_queryTarget;
H A Des31fProgramInterfaceQueryTestCase.cpp1916 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget(ProgramInterface interface_, uint32_… in ProgramResourceQueryTestTarget() function in deqp::gles31::Functional::ProgramResourceQueryTestTarget
1951ProgramResourceQueryTestTarget queryTarget) in ProgramInterfaceQueryTestCase()