Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/modules/particles/include/
DSkParticleSerialization.h66 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit()
142 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable.cpp321 TBasicType baseType = (type == EbtUInt) ? EbtInt : type; in getDefaultPrecision() local
/third_party/flutter/skia/tools/viewer/
DParticlesSlide.cpp111 void visit(sk_sp<SkReflected>& e, const SkReflected::Type* baseType) override { in visit()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp103 TType *baseType = new TType(type); in GetBaseType() local
DRewriteStructSamplers.cpp526 const TType &baseType, in traverseSamplerInStruct()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp260 const Type* baseType = this->convertType(rawType); in convertVarDeclarations() local
DSkSLSPIRVCodeGenerator.cpp1612 const Type& baseType, const Type& swizzleType, in SwizzleLValue()
/third_party/libxml2/
Dxmlschemas.c3034 xmlSchemaTypePtr baseType, in xmlSchemaPIllegalFacetAtomicErr()
14437 xmlSchemaTypePtr baseType = NULL; in xmlSchemaFixupTypeAttributeUses() local
14825 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSSTDerivedOK()
15175 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaCheckSTPropsCorrect() local
16053 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSCTDerivedOK()
16124 xmlSchemaTypePtr baseType, in xmlSchemaCheckCOSDerivedOK()
18173 xmlSchemaTypePtr baseType = type->baseType; in xmlSchemaFixupComplexType() local
Dxmlschemastypes.c267 xmlSchemaTypePtr baseType) { in xmlSchemaInitBasicType()
/third_party/libxml2/include/libxml/
DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member