Home
last modified time | relevance | path

Searched refs:userType (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRegenerateStructNames.cpp24 const TStructure *userType = type.getStruct(); in visitSymbol() local
25 if (!userType) in visitSymbol()
28 if (userType->symbolType() == SymbolType::BuiltIn || in visitSymbol()
29 userType->symbolType() == SymbolType::Empty) in visitSymbol()
35 int uniqueId = userType->uniqueId().get(); in visitSymbol()
59 if (userType->name().beginsWith(kPrefix)) in visitSymbol()
65 userType->name().length()); in visitSymbol()
68 tmp << '_' << userType->name(); in visitSymbol()
72 const_cast<TStructure *>(userType)->setName(tmp); in visitSymbol()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DRegenerateStructNames.cpp49 const TStructure *userType = type.getStruct(); in visitSymbol() local
50 if (!userType) in visitSymbol()
53 if (userType->symbolType() == SymbolType::BuiltIn || in visitSymbol()
54 userType->symbolType() == SymbolType::Empty) in visitSymbol()
60 int uniqueId = userType->uniqueId().get(); in visitSymbol()
84 if (userType->name().beginsWith(kPrefix)) in visitSymbol()
90 userType->name().length()); in visitSymbol()
93 tmp << '_' << userType->name(); in visitSymbol()
97 const_cast<TStructure *>(userType)->setName(tmp); in visitSymbol()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h87 …ring *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0… in TSymbol()
92 bool isUserType() const { return userType; } in isUserType()
119 bool userType; variable
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.cpp352 userType = copyOf.userType; in TVariable()
DSymbolTable.h160 userType(uT), in TSymbol()
172 virtual bool isUserType() const { return userType; } in isUserType()
208 bool userType; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_distributedData.js263 userType: "[PC Preview] unknown userType" property