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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp117 uint32_t outType :4; // [8 - 11] member in struct:android::renderscript::__anon1610::__anon1611
190 key.u.outType = RS_TYPE_FLOAT_32;
191 rsAssert(key.u.outType == RS_TYPE_FLOAT_32);
230 key.u.copyAlpha = !(key.u.inType || key.u.outType);
269 if (key.u.inType && !key.u.outType) {
449 if (key.u.inType || key.u.outType) {
515 if (key.u.outType) {
645 if (key.u.inType != key.u.outType) {
823 bool floatOut = !!cp->mLastKey.u.outType;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2256 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2263 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3909 String16* outType,
3954 *outType = String16(p, typeEnd-p);
3963 *outType = *defType;
3972 if(**outType == 0) {
4998 const ResTable_type** outType, const ResTable_entry** outEntry,
5099 *outType = type;
3907 expandResourceRef(const uint16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
4995 getEntry( const Package* package, int typeIndex, int entryIndex, const ResTable_config* config, const ResTable_type** outType, const ResTable_entry** outEntry, const Type** outTypeClass) const argument

Completed in 103 milliseconds