Home
last modified time | relevance | path

Searched refs:findProgramVariablePathByPathName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp228 bool findProgramVariablePathByPathName(std::vector<ProgramInterfaceDefinition::VariablePathComponen…
Des31fProgramInterfaceDefinition.cpp685 if (!findProgramVariablePathByPathName(path, this, m_xfbVaryings[ndx], in isValid()
Des31fProgramInterfaceQueryTestCase.cpp258 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()
Des31fProgramInterfaceDefinitionUtil.cpp1701 bool findProgramVariablePathByPathName(std::vector<VariablePathComponent> &typePath, in findProgramVariablePathByPathName() function