Searched refs:fInstanceName (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/sksl/ir/ |
D | SkSLInterfaceBlock.h | 34 , 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/ |
D | SkSLASTInterfaceBlock.h | 36 , 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/ |
D | SkSLInterfaceBlock.h | 38 , fInstanceName(std::move(instanceName)) in InterfaceBlock() 55 return fInstanceName; in instanceName() 96 String fInstanceName; variable
|
/external/skia/src/sksl/ |
D | SkSLASTNode.h | 230 , fInstanceName(instanceName) in InterfaceBlockData() 236 StringFragment fInstanceName; member
|
D | SkSLASTNode.cpp | 141 result += id.fInstanceName; in description()
|
D | SkSLIRGenerator.cpp | 1137 id.fInstanceName.fLength ? id.fInstanceName : id.fTypeName, in convertInterfaceBlock() 1144 if (id.fInstanceName.fLength) { in convertInterfaceBlock() 1154 id.fInstanceName, in convertInterfaceBlock()
|
D | SkSLParser.cpp | 1157 id.fInstanceName = this->text(instanceNameToken); in interfaceBlock()
|
/external/skqp/src/sksl/ |
D | SkSLMetalCodeGenerator.cpp | 853 if (intf.fInstanceName.size()) { in writeInterfaceBlock() 855 this->write(intf.fInstanceName); in writeInterfaceBlock() 863 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
|
D | SkSLIRGenerator.cpp | 894 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()
|
D | SkSLGLSLCodeGenerator.cpp | 1156 if (intf.fInstanceName.size()) { in writeFunctionCall() 1158 this->write(intf.fInstanceName); in writeFunctionCall()
|