HomeSort by relevance Sort by last modified time
    Searched refs:outType (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/src/animator/
SkAnimateSet.cpp 63 SkDisplayTypes outType = fFieldInfo->getType();
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);
SkAnimateField.cpp 80 SkDisplayTypes outType = fFieldInfo->getType();
83 fFieldInfo->setValue(maker, &fValues, 0, 0, nullptr, outType, to);
95 if (outType == SkType_ARGB) {
97 outType = SkType_Float;
99 fValues.setType(outType);
104 outType = SkType_MSec;
109 fFieldInfo->setValue(maker, &fValues, fFieldOffset, max, this, outType, from);
110 fFieldInfo->setValue(maker, &fValues, fComponents + fFieldOffset, max, this, outType, to);
SkMemberInfo.cpp 184 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) {
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,
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 27 String8* outType) {
28 if (entry.initFromDirName(dirName, outType)) {
35 String8* outType) {
36 return TestParse(entry, String8(input), outType);
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 17 char outType);
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);
pkg_icu.cpp 152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
172 pkg->writePackage(outFilename, outType, outComment);
package.cpp 684 Package::writePackage(const char *filename, char outType, const char *comment) {
722 makeTypeProps(outType, outCharset, outIsBigEndian);
725 // one is a no-op for local type==outType
728 i=makeTypeEnum(outType);
775 prefix[prefixLength-1]=outType;
    [all...]
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 59 DataType outType;
glsShaderConstExprTests.cpp 127 const DataType outType = cases[caseNdx].outType;
133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType);
167 addOutputVar(&spec.values, outType, cases[caseNdx].output);
188 addOutputVar(&spec.values, outType, cases[caseNdx].output);
221 addOutputVar(&spec.values, outType, cases[caseNdx].output);
242 addOutputVar(&spec.values, outType, cases[caseNdx].output);
  /external/deqp/modules/gles2/scripts/
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
    [all...]
gen-swizzles.py 261 outType = outputs[0].typeString()
262 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 256 char outType;
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/gles3/scripts/
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
    [all...]
gen-swizzles.py 265 outType = outputs[0].typeString()
266 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /frameworks/base/libs/hwui/
Texture.cpp 175 GLint* outFormat, GLint* outType) {
179 *outType = GL_UNSIGNED_BYTE;
183 *outType = GL_UNSIGNED_SHORT_5_6_5;
190 *outType = GL_UNSIGNED_BYTE;
194 *outType = GL_UNSIGNED_BYTE;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 116 uint32_t outType :4; // [8 - 11]
226 key.u.outType = RS_TYPE_FLOAT_32;
227 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
266 key.u.copyAlpha = !(key.u.inType || key.u.outType);
308 if (key.u.inType && !key.u.outType) {
467 // inType, outType float if nonzero
468 if (!(key.u.inType || key.u.outType)) {
522 if (key.u.inType || key.u.outType) {
590 if (key.u.outType) {
720 if (key.u.inType != key.u.outType) {
    [all...]
rsCpuScript.cpp 675 const Type *outType = aout->getType();
677 mtls->fep.dim.x = outType->getDimX();
678 mtls->fep.dim.y = outType->getDimY();
679 mtls->fep.dim.z = outType->getDimZ();
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 68 Type outType = tb.create();
70 mAllocationOut = Allocation.createTyped(mRS, outType,
  /frameworks/base/tools/aapt2/
ResourceUtils.h 41 StringPiece16* outType, StringPiece16* outEntry);
ResourceUtils.cpp 30 StringPiece16* outType, StringPiece16* outEntry) {
37 if (outType->size() == 0 && *current == u'/') {
39 outType->assign(start, current - start);
50 return !(hasPackageSeparator && outPackage->empty()) && !(hasTypeSeparator && outType->empty());
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 15 my $outType = "HTML";
191 if($outType eq 'HTML') {
243 if($outType eq 'HTML') {
  /external/deqp/modules/gles31/functional/
es31fShaderAtomicOpTests.cpp 120 const DataType outType = isSSBO ? m_type : glu::TYPE_UINT;
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 ? ")" : "";
    [all...]

Completed in 821 milliseconds

1 2