Home
last modified time | relevance | path

Searched refs:fWrittenStructs (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h213 std::vector<const Type*> fWrittenStructs; variable
DSkSLMetalCodeGenerator.h267 std::vector<const Type*> fWrittenStructs; variable
DSkSLMetalCodeGenerator.cpp73 for (const Type* search : fWrittenStructs) { in writeType()
80 fWrittenStructs.push_back(&type); in writeType()
842 fWrittenStructs.push_back(structType); in writeInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp167 for (const Type* search : fWrittenStructs) { in writeType()
174 fWrittenStructs.push_back(&type); in writeType()
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h227 std::vector<const Type*> fWrittenStructs; variable
DSkSLMetalCodeGenerator.h274 std::vector<const Type*> fWrittenStructs; variable
DSkSLMetalCodeGenerator.cpp97 for (const Type* search : fWrittenStructs) { in writeType()
104 fWrittenStructs.push_back(&type); in writeType()
1003 fWrittenStructs.push_back(structType); in writeInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp165 for (const Type* search : fWrittenStructs) { in writeType()
172 fWrittenStructs.push_back(&type); in writeType()