/external/skia/src/animator/ |
D | SkAnimateSet.cpp | 63 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()
|
D | SkAnimateField.cpp | 80 SkDisplayTypes outType = fFieldInfo->getType(); in onEndElement() local 83 fFieldInfo->setValue(maker, &fValues, 0, 0, nullptr, 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()
|
D | SkMemberInfo.cpp | 184 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()
|
D | SkMemberInfo.h | 89 SkDisplayTypes outType, const char value[], size_t len) const; 92 SkDisplayTypes outType, SkString& str) const; 95 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
|
/external/deqp/modules/gles2/scripts/ |
D | gen-conversions.py | 179 outType = outValues[0].typeString() 180 self.name = "%s_to_%s" % (inType, outType) 181 self.op = "out0 = %s(in0);" % outType 183 self.outputs = [("%s out0" % outType, outValues)] 196 outType = outValue.typeString() 197 self.name = "%s_to_%s" % (inType, outType) 198 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 200 self.outType = outType 213 self.outType = self.outValues[0].typeString() 215 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType) [all …]
|
D | gen-swizzles.py | 261 outType = outputs[0].typeString() variable 262 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
|
/external/icu/icu4c/source/tools/icupkg/ |
D | icupkg.cpp | 256 char outType; in main() local 353 outType=type[0]; in main() 354 switch(outType) { in main() 370 isModified|=(UBool)(!isPackage || outType!=pkg->getInType()); in main() 372 outType=pkg->getInType(); // default to input type in main() 374 outType=0; /* tells extractItem() to not swap */ in main() 398 pkg->extractItem(destPath, outFilename, 0, outType); in main() 471 pkg->extractItems(destPath, *listPkg, outType); in main() 530 *(s-5)=outType; in main() 537 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType); in main()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | package.h | 81 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);
|
D | package.cpp | 684 Package::writePackage(const char *filename, char outType, const char *comment) { in writePackage() argument 722 makeTypeProps(outType, outCharset, outIsBigEndian); in writePackage() 728 i=makeTypeEnum(outType); in writePackage() 775 prefix[prefixLength-1]=outType; in writePackage() 1125 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument 1141 if(outType!=0 && pItem->type!=outType) { in extractItem() 1145 makeTypeProps(outType, outCharset, outIsBigEndian); in extractItem() 1163 pItem->type=outType; in extractItem() 1183 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument 1184 extractItem(filesPath, items[idx].name, idx, outType); in extractItem() [all …]
|
D | pkg_icu.cpp | 152 … const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { in writePackageDatFile() argument 172 pkg->writePackage(outFilename, outType, outComment); in writePackageDatFile()
|
D | pkg_icu.h | 17 char outType);
|
/external/deqp/modules/gles3/scripts/ |
D | gen-conversions.py | 192 outType = outValues[0].typeString() 193 self.name = "%s_to_%s" % (inType, outType) 194 self.op = "out0 = %s(in0);" % outType 196 self.outputs = [("%s out0" % outType, outValues)] 209 outType = outValue.typeString() 210 self.name = "%s_to_%s" % (inType, outType) 211 self.op = "%s in0 = %s;\n%s out0 = %s(in0);" % (inType, str(inValue), outType, outType) 213 self.outType = outType 226 self.outType = self.outValues[0].typeString() 228 self.name = "%s_to_%s" % ("_".join(inTypes), self.outType) [all …]
|
D | gen-swizzles.py | 265 outType = outputs[0].typeString() variable 266 …, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
|
/external/deqp/modules/glshared/ |
D | glsShaderConstExprTests.cpp | 127 const DataType outType = cases[caseNdx].outType; in createTests() local 133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests() 167 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 188 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 221 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests() 242 addOutputVar(&spec.values, outType, cases[caseNdx].output); in createTests()
|
D | glsShaderConstExprTests.hpp | 59 DataType outType; member
|
D | glsVertexArrayTests.hpp | 154 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, … 176 …virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType…
|
D | glsVertexArrayTests.cpp | 532 …nd (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized,… in bind() argument 538 m_outputType = outType; in bind()
|
D | glsDrawTest.cpp | 898 …fset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized,… 1014 …t, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized,… in setupArray() argument 1019 m_outputType = outType; in setupArray()
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 15 my $outType = "HTML"; 191 if($outType eq 'HTML') { 243 if($outType eq 'HTML') {
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 15 my $outType = "HTML"; 191 if($outType eq 'HTML') { 243 if($outType eq 'HTML') {
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT; in init() local 121 const char* outTypeName = getDataTypeName(outType); in init() 151 DE_ASSERT(outType == m_type); in init() 156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); in init() 157 const char* const castEnd = outType != m_type ? ")" : ""; in init()
|
D | es31fOpaqueTypeIndexingTests.cpp | 214 const glu::DataType outType = getSamplerOutputType(samplerType); in getSamplerTextureFormat() local 215 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType); in getSamplerTextureFormat() 402 const DataType outType = getSamplerOutputType(m_samplerType); in getShaderSpec() local 441 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP))); in getShaderSpec()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 316 const glu::DataType outType = getSamplerOutputType(samplerType); in getSamplerTextureFormat() local 317 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType); in getSamplerTextureFormat() 742 const glu::DataType outType = getSamplerOutputType(m_samplerType); in createShaderSpec() local 773 m_shaderSpec.outputs.push_back(Symbol(varName, glu::VarType(outType, glu::PRECISION_HIGHP))); in createShaderSpec()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1072 glu::DataType outType = outTypes[targets.size()]; in createRandomCase() local 1073 bool isFloat = glu::isDataTypeFloatOrVec(outType); in createRandomCase() 1074 bool isInt = glu::isDataTypeIntOrIVec(outType); in createRandomCase() 1075 bool isUint = glu::isDataTypeUintOrUVec(outType); in createRandomCase()
|
D | es3fShaderPrecisionTests.cpp | 67 glu::DataType outType = glu::TYPE_UINT; in createFloatPrecisionEvalProgram() local 69 const char* outTypeName = glu::getDataTypeName(outType); in createFloatPrecisionEvalProgram()
|