Home
last modified time | relevance | path

Searched refs:fInstanceName (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLInterfaceBlock.h34 , fInstanceName(std::move(instanceName)) in InterfaceBlock()
44 fInstanceName, in clone()
59 if (fInstanceName.size()) { in description()
60 result += " " + fInstanceName; in description()
74 const String fInstanceName; member
/external/skqp/src/sksl/ast/
DSkSLASTInterfaceBlock.h36 , fInstanceName(instanceName) in ASTInterfaceBlock()
45 if (fInstanceName.fLength) { in description()
46 result += " " + fInstanceName; in description()
61 const StringFragment fInstanceName; member
/external/skia/src/sksl/ir/
DSkSLInterfaceBlock.h38 , fInstanceName(std::move(instanceName)) in InterfaceBlock()
55 return fInstanceName; in instanceName()
96 String fInstanceName; variable
/external/skia/src/sksl/
DSkSLASTNode.h230 , fInstanceName(instanceName) in InterfaceBlockData()
236 StringFragment fInstanceName; member
DSkSLASTNode.cpp141 result += id.fInstanceName; in description()
DSkSLIRGenerator.cpp1137 id.fInstanceName.fLength ? id.fInstanceName : id.fTypeName, in convertInterfaceBlock()
1144 if (id.fInstanceName.fLength) { in convertInterfaceBlock()
1154 id.fInstanceName, in convertInterfaceBlock()
DSkSLParser.cpp1157 id.fInstanceName = this->text(instanceNameToken); in interfaceBlock()
/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.cpp853 if (intf.fInstanceName.size()) { in writeInterfaceBlock()
855 this->write(intf.fInstanceName); in writeInterfaceBlock()
863 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
DSkSLIRGenerator.cpp894 intf.fInstanceName.fLength ? intf.fInstanceName : intf.fTypeName, in convertInterfaceBlock()
900 if (intf.fInstanceName.fLength) { in convertInterfaceBlock()
901 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock()
911 intf.fInstanceName, in convertInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp1156 if (intf.fInstanceName.size()) { in writeFunctionCall()
1158 this->write(intf.fInstanceName); in writeFunctionCall()