Searched refs:outType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/tests/ |
D | AaptGroupEntry_test.cpp | 27 String8* outType) { in TestParse() argument 28 if (entry.initFromDirName(dirName, outType)) { in TestParse() 35 String8* outType) { in TestParse() argument 36 return TestParse(entry, String8(input), outType); in TestParse()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 116 uint32_t outType :4; // [8 - 11] member 226 key.u.outType = RS_TYPE_FLOAT_32; in computeKey() 227 rsAssert(key.u.outType == RS_TYPE_FLOAT_32); in computeKey() 266 key.u.copyAlpha = !(key.u.inType || key.u.outType); in computeKey() 308 if (key.u.inType && !key.u.outType) { in computeKey() 468 if (!(key.u.inType || key.u.outType)) { in selectKernel() 522 if (key.u.inType || key.u.outType) { in build() 590 if (key.u.outType) { in build() 720 if (key.u.inType != key.u.outType) { in build() 895 bool floatOut = !!cp->mLastKey.u.outType; in kernel() [all …]
|
D | rsCpuScript.cpp | 564 const Type *outType = aout->getType(); in forEachMtlsSetup() local 566 mtls->fep.dim.x = outType->getDimX(); in forEachMtlsSetup() 567 mtls->fep.dim.y = outType->getDimY(); in forEachMtlsSetup() 568 mtls->fep.dim.z = outType->getDimZ(); in forEachMtlsSetup()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.h | 47 StringPiece16* outType, StringPiece16* outEntry);
|
D | ResourceParser.cpp | 30 StringPiece16* outType, StringPiece16* outEntry) { in extractResourceName() argument 35 if (outType->size() == 0 && *current == u'/') { in extractResourceName() 36 outType->assign(start, current - start); in extractResourceName()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1737 String16* outType, 1763 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 267 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
|
D | ResourceTable.cpp | 2364 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument 2371 *outType = value.data; in getAttributeType()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4552 String16* outType, in expandResourceRef() argument 4597 *outType = String16(p, typeEnd-p); in expandResourceRef() 4606 *outType = *defType; in expandResourceRef() 4615 if(**outType == 0) { in expandResourceRef()
|