Searched refs:getType (Results 51 - 75 of 309) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DConvolve5x5.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
H A DGrain.java59 int width = mInPixelsAllocation.getType().getX();
60 int height = mInPixelsAllocation.getType().getY();
H A DMandelbrot.java83 int width = mOutPixelsAllocation.getType().getX();
84 int height = mOutPixelsAllocation.getType().getY();
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
H A DGroupTest.java48 mWidth = mInPixelsAllocation.getType().getX();
49 mHeight = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25G.java58 int width = mInPixelsAllocation.getType().getX();
59 int height = mInPixelsAllocation.getType().getY();
H A DConvolve5x5.java37 mWidth = mInPixelsAllocation.getType().getX();
38 mHeight = mInPixelsAllocation.getType().getY();
H A DGrain.java54 int width = mInPixelsAllocation.getType().getX();
55 int height = mInPixelsAllocation.getType().getY();
H A DGroupTest.java41 mWidth = mInPixelsAllocation.getType().getX();
42 mHeight = mInPixelsAllocation.getType().getY();
H A DMandelbrot.java77 int width = mOutPixelsAllocation.getType().getX();
78 int height = mOutPixelsAllocation.getType().getY();
H A DBlur25.java63 int width = mInPixelsAllocation.getType().getX();
64 int height = mInPixelsAllocation.getType().getY();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve5x5.java45 mWidth = mInPixelsAllocation.getType().getX();
46 mHeight = mInPixelsAllocation.getType().getY();
H A DGrain.java59 int width = mInPixelsAllocation.getType().getX();
60 int height = mInPixelsAllocation.getType().getY();
H A DMandelbrot.java83 int width = mOutPixelsAllocation.getType().getX();
84 int height = mOutPixelsAllocation.getType().getY();
H A DBlur25.java67 int width = mInPixelsAllocation.getType().getX();
68 int height = mInPixelsAllocation.getType().getY();
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp30 return V.first->getType()->isIntOrIntVectorTy();
77 EnumerateType(I->getType());
89 EnumerateType(I->getType());
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
248 EnumerateType(MD->getType());
281 EnumerateType(N->getType());
309 assert(!V->getType()
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp30 return V.first->getType()->isIntOrIntVectorTy();
77 EnumerateType(I->getType());
89 EnumerateType(I->getType());
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
248 EnumerateType(MD->getType());
281 EnumerateType(N->getType());
309 assert(!V->getType()
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp30 return V.first->getType()->isIntOrIntVectorTy();
77 EnumerateType(I->getType());
89 EnumerateType(I->getType());
181 if (LHS.first->getType() != RHS.first->getType())
182 return VE.getTypeID(LHS.first->getType()) <
183 VE.getTypeID(RHS.first->getType());
248 EnumerateType(MD->getType());
281 EnumerateType(N->getType());
309 assert(!V->getType()
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java51 public Type getType() { method in class:AllocationThunker
52 return TypeThunker.find(mN.getType());
56 return getType().getElement();
243 TypeThunker tt = new TypeThunker(rs, a.getType());
255 TypeThunker tt = new TypeThunker(rs, a.getType());
273 TypeThunker tt = new TypeThunker(rs, a.getType());
287 TypeThunker tt = new TypeThunker(rs, a.getType());
298 TypeThunker tt = new TypeThunker(rs, a.getType());
308 TypeThunker tt = new TypeThunker(rs, a.getType());
/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp59 clang::QualType QT = PVD->getType().getCanonicalType();
83 clang::QualType QT = VD->getType();
141 !RSExportType::ValidateType(C, E->getType(), NULL, E->getExprLoc(),
H A Dslang_rs_reflection_cpp.cpp174 ev->getType()->convertToRTD(&rtd);
176 write(GetTypeName(ev->getType()) + " __" + ev->getName() + ";");
225 (*i)->getType()->convertToRTD(&rtd);
341 (*i)->getType()->convertToRTD(&rtd);
418 const RSExportType *ET = EV->getType();
454 EV->getType()->convertToRTD(&rtd);
478 const RSExportType *ET = EV->getType();
487 EV->getType()->convertToRTD(&rtd);
545 (*i)->getType()->convertToRTD(&rtd);
651 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType());
[all...]
/frameworks/base/core/java/android/database/
H A DCursorWindow.java282 * @deprecated Use {@link #getType(int, int)} instead.
286 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
297 * @deprecated Use {@link #getType(int, int)} instead.
301 int type = getType(row, column);
312 * @deprecated Use {@link #getType(int, int)} instead.
316 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
326 * @deprecated Use {@link #getType(int, int)} instead.
330 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
341 * @deprecated Use {@link #getType(int, int)} instead.
345 int type = getType(ro
366 public int getType(int row, int column) { method in class:CursorWindow
[all...]
H A DCursorWrapper.java145 public int getType(int columnIndex) { method in class:CursorWrapper
146 return mCursor.getType(columnIndex);
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java70 public static int getType(Bitmap bitmap) { method in class:GLUtils
72 throw new NullPointerException("getType can't be used with a null Bitmap");
197 int type = getType(bitmap);
/frameworks/rs/driver/linkloader/include/
H A DELFReloc.h120 word_t getType() const { function in class:ELFReloc
143 xword_t getType() const { function in class:ELFReloc

Completed in 521 milliseconds

1234567891011>>