Searched refs:getType (Results 101 - 125 of 336) sorted by relevance

1234567891011>>

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java73 final Type t = lut.getType();
H A DAllocationThunker.java51 public Type getType() { method in class:AllocationThunker
52 return TypeThunker.find(mN.getType());
56 return getType().getElement();
405 TypeThunker tt = new TypeThunker(rs, a.getType());
421 TypeThunker tt = new TypeThunker(rs, a.getType());
443 TypeThunker tt = new TypeThunker(rs, a.getType());
461 TypeThunker tt = new TypeThunker(rs, a.getType());
476 TypeThunker tt = new TypeThunker(rs, a.getType());
491 TypeThunker tt = new TypeThunker(rs, a.getType());
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTorusTest.java169 pvbCustom.addConstant(mVSConst.getAllocation().getType());
180 pfbCustom.addConstant(mFSConst.getAllocation().getType());
188 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
195 pvbCustom.addConstant(mVSConstPixel.getAllocation().getType());
202 pfbCustom.addConstant(mFSConstPixel.getAllocation().getType());
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp176 write(GetTypeName(ev->getType()) + " " RS_EXPORT_VAR_PREFIX
248 (*i)->getType()->convertToRTD(&rtd);
339 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
382 (*i)->getType()->convertToRTD(&rtd);
473 const RSExportType *ET = EV->getType();
509 EV->getType()->convertToRTD(&rtd);
533 const RSExportType *ET = EV->getType();
542 EV->getType()->convertToRTD(&rtd);
568 slangAssert((EV->getType()->getClass() == RSExportType::ExportClassVector) &&
572 static_cast<const RSExportVectorType*>(EV->getType());
[all...]
H A Dslang_rs_export_element.cpp87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
102 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
H A Dslang_rs_export_func.cpp151 llvm::Type *T1 = F->getType()->getLLVMType();
166 size_t T1Size = RSExportType::GetTypeAllocSize(F->getType());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp75 RootArgTys.push_back(B->getType());
243 assert(LowerBound->getType() == UpperBound->getType());
269 IV = Builder.CreatePHI(LowerBound->getType(), 2, "X");
341 InTy = Args->getType();
351 OutTy = Args->getType();
360 llvm::Type *UsrDataTy = Args->getType();
491 OutTy = Args->getType();
507 InBaseTy = Args->getType();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java140 recordNetworkState(mNetworkInfo.getType(), mNetworkInfo.getState());
142 recordNetworkState(mOtherNetworkInfo.getType(), mOtherNetworkInfo.getState());
380 if ((mNetworkInfo.getType() != networkType) ||
382 log("network state for " + mNetworkInfo.getType() +
477 return (mNetworkInfo.getType() == ConnectivityManager.TYPE_MOBILE);
482 return (mNetworkInfo.getType() == ConnectivityManager.TYPE_WIFI);
/frameworks/base/core/java/android/database/
H A DMergeCursor.java132 public int getType(int column) { method in class:MergeCursor
133 return mCursor.getType(column);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraMetadata.java110 if (field.getType().isAssignableFrom(Key.class) &&
197 public final Class<T> getType() { method in class:CameraMetadata.Key
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java101 public int getType() { method in class:NetworkIdentity
140 final int type = state.networkInfo.getType();
/frameworks/base/libs/hwui/
H A DMatrix.cpp75 uint8_t Matrix4::getType() const { function in class:android::uirenderer::Matrix4
118 return getType() & sGeometryMask;
122 return getType() & kTypeRectToRect;
130 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
146 return getType() & kTypePerspective;
156 mType = v.getType();
177 // However, SkMatrix::getType() does not return the flag
180 mType = v.getType();
470 ALOGD("Matrix4[simple=%d, type=0x%x", isSimple(), getType());
H A DMatrix.h127 uint8_t getType() const;
138 if ((getType() & sGeometryMask) <= kTypeTranslate) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DInputPort.java256 public FrameType getType() { method in class:InputPort
257 return getQueue().getType();
H A DFrameValues.java93 FrameValue result = Frame.create(getType().asSingle(), new int[0]).asFrameValue();
/frameworks/native/opengl/tools/glgen/src/
H A DJFunc.java56 public JType getType() { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
/frameworks/native/services/sensorservice/
H A DSensorFusion.cpp50 if (uncalibratedGyro.getType() == SENSOR_TYPE_GYROSCOPE_UNCALIBRATED) {
63 if (event.type == mGyro.getType()) {
/frameworks/rs/
H A DrsElement.h90 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java221 public int getType() { method in class:BluetoothGattService
/frameworks/base/core/java/android/hardware/
H A DSensor.java345 public int getType() { method in class:Sensor
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java132 public int getType() { method in class:MifareUltralight
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java86 public String getType(Uri url) { method in class:SuggestionProvider
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java71 out.writeInt(ident.getType());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java196 public int getType(int columnIndex) { method in class:MockCursor
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DCSVFormatter.java49 //rowOutput.append(entry.getType());
51 if (entry.getType() == EntryType.LOCATION_TYPE) {

Completed in 1027 milliseconds

1234567891011>>