Searched defs:outType (Results 1 - 8 of 8) sorted by last modified time

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp116 uint32_t outType :4; // [8 - 11] member in struct:android::renderscript::__anon1637::__anon1638
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...]
H A DrsCpuScript.cpp675 const Type *outType = aout->getType(); local
677 mtls->fep.dim.x = outType->getDimX();
678 mtls->fep.dim.y = outType->getDimY();
679 mtls->fep.dim.z = outType->getDimZ();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp825 Error HWC2On1Adapter::Display::getType(int32_t* outType) argument
829 *outType = static_cast<int32_t>(mType);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2414 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2421 *outType = value.data;
/frameworks/base/tools/aapt/tests/
H A DAaptGroupEntry_test.cpp27 String8* outType) {
28 if (entry.initFromDirName(dirName, outType)) {
35 String8* outType) {
36 return TestParse(entry, String8(input), outType);
26 TestParse(AaptGroupEntry& entry, const String8& dirName, String8* outType) argument
34 TestParse(AaptGroupEntry& entry, const char* input, String8* outType) argument
/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp30 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());
29 extractResourceName(const StringPiece16& str, StringPiece16* outPackage, StringPiece16* outType, StringPiece16* outEntry) argument
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4703 String16* outType,
4748 *outType = String16(p, typeEnd-p);
4757 *outType = *defType;
4766 if(**outType == 0) {
4701 expandResourceRef(const char16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument
/frameworks/base/libs/hwui/
H A DTexture.cpp175 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;
174 colorTypeToGlFormatAndType(SkColorType colorType, GLint* outFormat, GLint* outType) argument

Completed in 173 milliseconds