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/skia/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/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/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()
|
/external/skia/src/sksl/ |
D | SkSLMetalCodeGenerator.cpp | 997 if (intf.fInstanceName.size()) { in writeInterfaceBlock() 999 this->write(intf.fInstanceName); in writeInterfaceBlock() 1007 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
|
D | SkSLIRGenerator.cpp | 916 intf.fInstanceName.fLength ? intf.fInstanceName : intf.fTypeName, in convertInterfaceBlock() 922 if (intf.fInstanceName.fLength) { in convertInterfaceBlock() 923 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock() 933 intf.fInstanceName, in convertInterfaceBlock()
|
D | SkSLGLSLCodeGenerator.cpp | 1183 if (intf.fInstanceName.size()) { in writeFunctionCall() 1185 this->write(intf.fInstanceName); in writeFunctionCall()
|