Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.h142 const InterfaceBlock* parentIntf = nullptr);
DSkSLMetalCodeGenerator.cpp1029 const InterfaceBlock* parentIntf) { in writeFields() argument
1092 if (parentIntf) { in writeFields()
1093 fInterfaceBlockMap[&field] = parentIntf; in writeFields()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h99 const InterfaceBlock* parentIntf = nullptr);
DSkSLMetalCodeGenerator.cpp2016 const InterfaceBlock* parentIntf) { in writeFields() argument
2060 if (parentIntf) { in writeFields()
2061 fInterfaceBlockMap[&field] = parentIntf; in writeFields()