Searched refs:getType (Results 151 - 175 of 513) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsApiElement.cpp28 (*elemData++) = (uint32_t)e->getType();
H A DrsFileA3D.h55 RsA3DClassID getType() const { function in class:android::renderscript::FileA3D::A3DIndexEntry
H A DrsElement.h92 RsDataType getType() const {return mComponent.getType();} function in class:android::renderscript::Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java75 final Type t = lut.getType();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DImageUtils.java89 assertEquals("Only TYPE_INT_ARGB image types are supported", TYPE_INT_ARGB, image.getType());
91 if (goldenImage.getType() != TYPE_INT_ARGB) {
97 assertEquals(TYPE_INT_ARGB, goldenImage.getType());
168 assertEquals(TYPE_INT_ARGB, image.getType());
212 int imageType = source.getType();
/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
192 clang::QualType QT = PVD->getType().getCanonicalType();
215 clang::QualType QT = VD->getType();
265 clang::QualType QT = CE->getType();
293 !RSExportType::ValidateType(Context, C, E->getType(), nullptr, E->getExprLoc(),
H A Dslang_rs_export_element.cpp99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
114 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
H A Dslang_rs_export_func.cpp148 llvm::Type *T1 = F->getType()->getLLVMType();
163 size_t T1Size = F->getType()->getAllocSize();
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect2739 if (!ain1.getType().getElement().isCompatible(__F16)) {
2776 if (!ain1.getType().getElement().isCompatible(__F16_2)) {
2813 if (!ain1.getType().getElement().isCompatible(__F16_4)) {
2846 if (!ain1.getType().getElement().isCompatible(__F16)) {
2883 if (!ain1.getType().getElement().isCompatible(__F16_2)) {
2920 if (!ain1.getType().getElement().isCompatible(__F16_4)) {
2953 if (!ain1.getType().getElement().isCompatible(__F32)) {
2990 if (!ain1.getType().getElement().isCompatible(__F32_2)) {
3027 if (!ain1.getType().getElement().isCompatible(__F32_4)) {
3060 if (!ain1.getType()
[all...]
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java176 public int getType(int columnIndex) { method in class:CursorWrapper
177 return mCursor.getType(columnIndex);
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/marshal/impl/
H A DMarshalQueryableEnum.java109 if (managedType.getType() instanceof Class<?>) {
110 Class<?> typeClass = (Class<?>)managedType.getType();
H A DMarshalQueryablePrimitive.java164 if (managedType.getType() instanceof Class<?>) {
165 Class<?> klass = (Class<?>)managedType.getType();
H A DMarshalQueryableHighSpeedVideoConfiguration.java83 managedType.getType().equals(HighSpeedVideoConfiguration.class);
H A DMarshalQueryableMeteringRectangle.java85 return nativeType == TYPE_INT32 && MeteringRectangle.class.equals(managedType.getType());
H A DMarshalQueryableReprocessFormatsMap.java129 return nativeType == TYPE_INT32 && managedType.getType().equals(ReprocessFormatsMap.class);
H A DMarshalQueryableString.java108 return nativeType == TYPE_BYTE && String.class.equals(managedType.getType());
/frameworks/base/libs/hwui/
H A DMatrix.cpp73 uint8_t Matrix4::getType() const { function in class:android::uirenderer::Matrix4
117 return getType() & sGeometryMask;
121 return getType() & kTypeRectToRect;
129 return getType() & (kTypeScale | kTypeAffine | kTypePerspective);
147 return getType() & kTypePerspective;
173 // However, SkMatrix::getType() does not return the flag
176 mType = v.getType();
223 mType = v.getType();
517 ALOGD("%s[simple=%d, type=0x%x", label ? label : "Matrix4", isSimple(), getType());
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceInfo.java36 * Constant representing USB MIDI devices for {@link #getType}
41 * Constant representing virtual (software based) MIDI devices for {@link #getType}
46 * Constant representing Bluetooth MIDI devices for {@link #getType}
164 public int getType() { method in class:MidiDeviceInfo.PortInfo
224 public int getType() { method in class:MidiDeviceInfo
/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();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86CallConvPass.cpp62 llvm::Type *ArgTy = Arg.getType();
160 if (!CI->getType()->isVoidTy())
/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/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java177 static int getType(Object info) { method in class:AccessibilityNodeInfoCompatKitKat.RangeInfo
178 return ((AccessibilityNodeInfo.RangeInfo) info).getType();
/frameworks/av/media/libstagefright/include/
H A DHevcUtils.h88 uint8_t getType(size_t index);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java132 public int getType() { method in class:MifareUltralight

Completed in 646 milliseconds

1234567891011>>