Searched refs:mappedNamePrefix (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.cpp | 391 const std::string &mappedNamePrefix) in VariableNameVisitor() argument 398 if (!mappedNamePrefix.empty()) in VariableNameVisitor() 400 mMappedNameStack.push_back(mappedNamePrefix + "."); in VariableNameVisitor() 519 const std::string &mappedNamePrefix, in BlockEncoderVisitor() argument 521 : VariableNameVisitor(namePrefix, mappedNamePrefix), mEncoder(encoder) in BlockEncoderVisitor()
|
D | blocklayout.h | 220 VariableNameVisitor(const std::string &namePrefix, const std::string &mappedNamePrefix); 260 const std::string &mappedNamePrefix,
|
/external/angle/src/libANGLE/ |
D | ProgramLinkedResources.h | 128 const std::string &mappedNamePrefix, 153 const std::string &mappedNamePrefix, 175 const std::string &mappedNamePrefix,
|
D | ProgramLinkedResources.cpp | 241 const std::string &mappedNamePrefix, in UniformBlockEncodingVisitor() argument 245 : sh::VariableNameVisitor(namePrefix, mappedNamePrefix), in UniformBlockEncodingVisitor() 302 const std::string &mappedNamePrefix, in ShaderStorageBlockVisitor() argument 306 : sh::BlockEncoderVisitor(namePrefix, mappedNamePrefix, &mStubEncoder), in ShaderStorageBlockVisitor() 1347 const std::string &mappedNamePrefix, in getVisitor() argument 1351 return new UniformBlockEncodingVisitor(getMemberInfo, namePrefix, mappedNamePrefix, in getVisitor() 1376 const std::string &mappedNamePrefix, in getVisitor() argument 1380 return new ShaderStorageBlockVisitor(getMemberInfo, namePrefix, mappedNamePrefix, in getVisitor()
|