Searched defs:outType (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/animator/
H A DSkAnimateSet.cpp63 SkDisplayTypes outType = fFieldInfo->getType(); local
64 int comps = outType == SkType_String || outType == SkType_DynamicString ? 1 :
67 fValues.setType(outType);
69 if (outType == SkType_String || outType == SkType_DynamicString)
74 SkASSERT(fValues.getType() == outType);
83 outType = SkType_MSec;
85 fFieldInfo->setValue(maker, &fValues, fFieldOffset, comps, this, outType, formula.size() > 0 ? formula : to);
H A DSkMemberInfo.cpp184 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
338 untypedStorage, outType, scriptValue)) {
350 int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType,
352 return setValue(maker, arrayStorage, storageOffset, maxStorage, displayable, outType, raw.c_str(),
357 int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType,
425 } else if (type == SkType_ARGB && outType == SkType_Float) {
183 setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, const char rawValue[], size_t rawValueLen) const argument
349 setValue(SkAnimateMaker& maker, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, SkDisplayable* displayable, SkDisplayTypes outType, SkString& raw) const argument
356 writeValue(SkDisplayable* displayable, SkTDOperandArray* arrayStorage, int storageOffset, int maxStorage, void* untypedStorage, SkDisplayTypes outType, SkScriptValue& scriptValue) const argument
/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.hpp59 DataType outType; member in struct:deqp::gls::ShaderConstExpr::TestParams
H A DglsShaderConstExprTests.cpp101 const DataType outType = cases[caseNdx].outType; local
107 switch (outType)
129 expected.dataType = outType;
132 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType);
H A DglsVertexArrayTests.cpp532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) argument
538 m_outputType = outType;
H A DglsDrawTest.cpp898 void setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
1014 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) argument
1019 m_outputType = outType;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp151 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
172 pkg->writePackage(outFilename, outType, outComment);
H A Dpackage.cpp687 Package::writePackage(const char *filename, char outType, const char *comment) { argument
725 makeTypeProps(outType, outCharset, outIsBigEndian);
728 // one is a no-op for local type==outType
731 i=makeTypeEnum(outType);
778 prefix[prefixLength-1]=outType;
1128 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1142 // swap the data to the outType
1143 // outType==0: don't swap
1144 if(outType!=0 && pItem->type!=outType) {
1186 extractItem(const char *filesPath, int32_t idx, char outType) argument
1191 extractItems(const char *filesPath, const char *pattern, char outType) argument
1201 extractItems(const char *filesPath, const Package &listPkg, char outType) argument
[all...]
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py239 outType = outputs[0].typeString() variable
240 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py243 outType = outputs[0].typeString() variable
244 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp256 char outType; local
353 outType=type[0];
354 switch(outType) {
370 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
372 outType=pkg->getInType(); // default to input type
374 outType=0; /* tells extractItem() to not swap */
398 pkg->extractItem(destPath, outFilename, 0, outType);
471 pkg->extractItems(destPath, *listPkg, outType);
530 *(s-5)=outType;
537 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT; local
121 const char* outTypeName = getDataTypeName(outType);
151 DE_ASSERT(outType == m_type);
156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string("");
157 const char* const castEnd = outType != m_type ? ")" : "";
H A Des31fOpaqueTypeIndexingTests.cpp202 const glu::DataType outType = getSamplerOutputType(samplerType); local
203 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
360 const DataType outType = getSamplerOutputType(m_samplerType); local
388 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP)));
/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp67 glu::DataType outType = glu::TYPE_UINT; local
69 const char* outTypeName = glu::getDataTypeName(outType);

Completed in 288 milliseconds