Searched refs:findProgramVariablePathByPathName (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramInterfaceDefinitionUtil.hpp | 228 bool findProgramVariablePathByPathName(std::vector<ProgramInterfaceDefinition::VariablePathComponen…
|
H A D | es31fProgramInterfaceQueryTestCase.cpp | 258 if (findProgramVariablePathByPathName(path, program, resource, m_filter)) in validate() 1287 …const bool referencedByShader = findProgramVariablePathByPathName(unusedPath, program, resource, m… in validate() 1629 if (!findProgramVariablePathByPathName(path, program, varyingName, in validate() 1657 if (!findProgramVariablePathByPathName(path, program, resource, in validate()
|
H A D | es31fProgramInterfaceDefinition.cpp | 685 if (!findProgramVariablePathByPathName(path, this, m_xfbVaryings[ndx], in isValid()
|
H A D | es31fProgramInterfaceDefinitionUtil.cpp | 1701 bool findProgramVariablePathByPathName(std::vector<VariablePathComponent> &typePath, in findProgramVariablePathByPathName() function
|