HomeSort by relevance Sort by last modified time
    Searched defs:outType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/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);
  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 59 DataType outType;
glsShaderConstExprTests.cpp 101 const DataType outType = cases[caseNdx].outType;
107 switch (outType)
129 expected.dataType = outType;
132 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType);
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 258 char outType;
355 outType=type[0];
356 switch(outType) {
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
532 *(s-5)=outType;
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 239 outType = outputs[0].typeString()
240 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 243 outType = outputs[0].typeString()
244 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
  /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...]
es31fOpaqueTypeIndexingTests.cpp 202 const glu::DataType outType = getSamplerOutputType(samplerType);
203 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType);
360 const DataType outType = getSamplerOutputType(m_samplerType);
388 spec->outputs.push_back(Symbol(varName, VarType(outType, PRECISION_HIGHP)));
    [all...]
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 258 char outType;
355 outType=type[0];
356 switch(outType) {
372 isModified|=(UBool)(!isPackage || outType!=pkg->getInType());
374 outType=pkg->getInType(); // default to input type
376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
532 *(s-5)=outType;
539 result = writePackageDatFile(outFilename, outComment, NULL, NULL, pkg, outType);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 67 glu::DataType outType = glu::TYPE_UINT;
69 const char* outTypeName = glu::getDataTypeName(outType);
    [all...]

Completed in 2676 milliseconds