Searched refs:getType (Results 76 - 100 of 459) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DGrain.java59 int width = mInPixelsAllocation.getType().getX();
60 int height = mInPixelsAllocation.getType().getY();
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX();
83 int height = mOutPixelsAllocation.getType().getY();
H A DConvolve5x5.java59 mWidth = mInPixelsAllocation.getType().getX();
60 mHeight = mInPixelsAllocation.getType().getY();
H A DGroupTest.java41 mWidth = mInPixelsAllocation.getType().getX();
42 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
H A DConvolve3x3.java59 mWidth = mInPixelsAllocation.getType().getX();
60 mHeight = mInPixelsAllocation.getType().getY();
H A DGrain.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX();
83 int height = mOutPixelsAllocation.getType().getY();
H A DResize.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
H A DConvolve5x5.java66 mWidth = mInPixelsAllocation.getType().getX();
67 mHeight = mInPixelsAllocation.getType().getY();
H A DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX();
49 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp166 unsigned TypeId = EPT->getType();
169 return PrimitiveTypePackerAPINameMap[EPT->getType()];
225 else if (EPT->getType() == DataTypeBoolean)
249 if (EVT->getType() == DataTypeFloat32) {
259 } else if (EVT->getType() == DataTypeUnsigned8) {
395 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
399 << GetTypeName(EV->getType(), false) << "["
403 static_cast<const RSExportConstantArrayType *>(EV->getType());
412 genTypeInstance(EV->getType());
414 genFieldPackerInstance(EV->getType());
[all...]
H A Dslang_rs_check_ast.cpp59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
164 clang::QualType QT = PVD->getType().getCanonicalType();
187 clang::QualType QT = VD->getType();
236 clang::QualType QT = CE->getType();
264 !RSExportType::ValidateType(Context, C, E->getType(), nullptr, E->getExprLoc(),
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java128 public Class getType() { method in class:PathKeyframes
236 public Class getType() { method in class:PathKeyframes.IntKeyframesBase
249 public Class getType() { method in class:PathKeyframes.FloatKeyframesBase
/frameworks/base/core/java/android/database/
H A DCursorWindow.java286 * @deprecated Use {@link #getType(int, int)} instead.
290 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
301 * @deprecated Use {@link #getType(int, int)} instead.
305 int type = getType(row, column);
316 * @deprecated Use {@link #getType(int, int)} instead.
320 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
330 * @deprecated Use {@link #getType(int, int)} instead.
334 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
345 * @deprecated Use {@link #getType(int, int)} instead.
349 int type = getType(ro
370 public int getType(int row, int column) { method in class:CursorWindow
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java62 public static int getType(Bitmap bitmap) { method in class:GLUtils
64 throw new NullPointerException("getType can't be used with a null Bitmap");
189 int type = getType(bitmap);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DFilteringCursorWrapper.java128 public int getType(int column) { method in class:FilteringCursorWrapper
129 return mCursor.getType(column);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
H A DBaseDataBinderTest.java120 assertEquals(klass, mBinder.getClass().getDeclaredField(fieldName).getType());
124 assertEquals(klass, mBinder.getClass().getField(fieldName).getType());
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
H A DBlur25G.java64 int width = mInPixelsAllocation.getType().getX();
65 int height = mInPixelsAllocation.getType().getY();
H A DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX();
49 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java259 mInPixelsAllocation.getType().getX(),
260 mInPixelsAllocation.getType().getY(), center_x,
266 mInPixelsAllocation.getType().getX(),
267 mInPixelsAllocation.getType().getY(),
351 mWidth = mInPixelsAllocation.getType().getX();
352 mHeight = mInPixelsAllocation.getType().getY();
374 b.addConnection(mOutPixelsAllocation.getType(),
396 mOutPixelsAllocation.getType(),
/frameworks/support/v4/java/android/support/v4/provider/
H A DTreeDocumentFile.java55 public String getType() { method in class:TreeDocumentFile
56 return DocumentsContractApi19.getType(mContext, mUri);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
83 EnumerateType(A.getType());
100 EnumerateType(I.getType());
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
307 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
319 EnumerateType(V->getType());
401 EnumerateType(V->getType());
[all...]

Completed in 497 milliseconds

1234567891011>>