Home
last modified time | relevance | path

Searched refs:outType (Results 1 – 25 of 34) sorted by relevance

12

/external/skia/src/animator/
DSkAnimateSet.cpp63 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement()
67 fValues.setType(outType); in onEndElement()
69 if (outType == SkType_String || outType == SkType_DynamicString) in onEndElement()
74 SkASSERT(fValues.getType() == outType); in onEndElement()
83 outType = SkType_MSec; in onEndElement()
85 …fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? for… in onEndElement()
DSkAnimateField.cpp80 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local
83 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to); in onEndElement()
95 if (outType == SkType_ARGB) { in onEndElement()
97 outType = SkType_Float; in onEndElement()
99 fValues.setType(outType); in onEndElement()
104 outType = SkType_MSec; in onEndElement()
109 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from); in onEndElement()
110 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to); in onEndElement()
DSkMemberInfo.cpp184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument
338 untypedStorage, outType, scriptValue)) { in setValue()
350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument
352 … return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(), in setValue()
357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, in writeValue() argument
425 } else if (type == SkType_ARGB && outType == SkType_Float) { in writeValue()
DSkMemberInfo.h88 SkDisplayTypes outType, const char value[], size_t len) const;
91 SkDisplayTypes outType, SkString& str) const;
94 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
/external/chromium_org/third_party/skia/src/animator/
DSkAnimateSet.cpp63 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 : in onEndElement()
67 fValues.setType(outType); in onEndElement()
69 if (outType == SkType_String || outType == SkType_DynamicString) in onEndElement()
74 SkASSERT(fValues.getType() == outType); in onEndElement()
83 outType = SkType_MSec; in onEndElement()
85 …fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? for… in onEndElement()
DSkAnimateField.cpp80 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local
83 fFieldInfo->setValue(maker, &fValues, 0, 0, NULL, outType, to); in onEndElement()
95 if (outType == SkType_ARGB) { in onEndElement()
97 outType = SkType_Float; in onEndElement()
99 fValues.setType(outType); in onEndElement()
104 outType = SkType_MSec; in onEndElement()
109 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from); in onEndElement()
110 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to); in onEndElement()
DSkMemberInfo.cpp184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument
338 untypedStorage, outType, scriptValue)) { in setValue()
350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, in setValue() argument
352 … return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(), in setValue()
357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, in writeValue() argument
425 } else if (type == SkType_ARGB && outType == SkType_Float) { in writeValue()
/external/deqp/modules/gles2/scripts/
Dgen-conversions.py157 outType = outValues[0].typeString()
158 self.name = "%s_to_%s" % (inType, outType)
159 self.op = "out0 = %s(in0);" % outType
161 self.outputs = [("%s out0" % outType, outValues)]
174 outType = outValue.typeString()
175 self.name = "%s_to_%s" % (inType, outType)
176 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
178 self.outType = outType
191 self.outType = self.outValues[0].typeString()
193 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType)
[all …]
Dgen-swizzles.py239 outType = outputs[0].typeString() variable
240 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/chromium_org/third_party/icu/source/tools/icupkg/
Dicupkg.cpp258 char outType; in main() local
355 outType=type[0]; in main()
356 switch(outType) { in main()
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main()
374 outType=pkg->getInType(); // default to input type in main()
376 outType=0; /* tells extractItem() to not swap */ in main()
400 pkg->extractItem(destPath, outFilename, 0, outType); in main()
473 pkg->extractItems(destPath, *listPkg, outType); in main()
532 *(s-5)=outType; in main()
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
/external/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp258 char outType; in main() local
355 outType=type[0]; in main()
356 switch(outType) { in main()
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main()
374 outType=pkg->getInType(); // default to input type in main()
376 outType=0; /* tells extractItem() to not swap */ in main()
400 pkg->extractItem(destPath, outFilename, 0, outType); in main()
473 pkg->extractItems(destPath, *listPkg, outType); in main()
532 *(s-5)=outType; in main()
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpackage.h81 void writePackage(const char *filename, char outType, const char *comment);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp688 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument
726 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage()
732 i=makeTypeEnum(outType); in writePackage()
779 prefix[prefixLength-1]=outType; in writePackage()
1129 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument
1145 if(outType!=0 && pItem->type!=outType) { in extractItem()
1149 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem()
1167 pItem->type=outType; in extractItem()
1187 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument
1188 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
[all …]
Dpkg_icu.cpp154 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument
175 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
Dpkg_icu.h17 char outType);
/external/icu/icu4c/source/tools/toolutil/
Dpackage.h81 void writePackage(const char *filename, char outType, const char *comment);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp689 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument
727 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage()
733 i=makeTypeEnum(outType); in writePackage()
780 prefix[prefixLength-1]=outType; in writePackage()
1130 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument
1146 if(outType!=0 && pItem->type!=outType) { in extractItem()
1150 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem()
1168 pItem->type=outType; in extractItem()
1188 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument
1189 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
[all …]
Dpkg_icu.cpp154 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument
175 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
Dpkg_icu.h17 char outType);
/external/deqp/modules/gles3/scripts/
Dgen-conversions.py170 outType = outValues[0].typeString()
171 self.name = "%s_to_%s" % (inType, outType)
172 self.op = "out0 = %s(in0);" % outType
174 self.outputs = [("%s out0" % outType, outValues)]
187 outType = outValue.typeString()
188 self.name = "%s_to_%s" % (inType, outType)
189 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType)
191 self.outType = outType
204 self.outType = self.outValues[0].typeString()
206 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType)
[all …]
Dgen-swizzles.py243 outType = outputs[0].typeString() variable
244 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp101 const DataType outType = cases[caseNdx].outType; in createTests() local
107 switch (outType) in createTests()
129 expected.dataType = outType; in createTests()
132 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Drenderer11_utils.h102 template <typename outType>
103 outType* DynamicCastComObject(IUnknown* object) in DynamicCastComObject()
105 outType *outObject = NULL; in DynamicCastComObject()
106 … HRESULT result = object->QueryInterface(__uuidof(outType), reinterpret_cast<void**>(&outObject)); in DynamicCastComObject()
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
DOutput.pm15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {

12