Home
last modified time | relevance | path

Searched defs:xoff (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DAllocation.java816 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker()
839 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker()
853 …public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp)… in setFromFieldPacker()
878 mRS.nAllocationElementData(getIDSafe(), xoff, yoff, zoff, mSelectedLOD, in setFromFieldPacker() local
1089 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange()
1106 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked()
1127 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local
1145 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom()
1166 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom()
1182 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom()
[all …]
DRenderScript.java517 …native void rsnAllocationElementData(long con,long id, int xoff, int yoff, int zoff, int mip, int … in rsnAllocationElementData()
518 …synchronized void nAllocationElementData(long id, int xoff, int yoff, int zoff, int mip, int compI… in nAllocationElementData()
543 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
546 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D()
553 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
554 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
577 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
580 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D()
602 native void rsnAllocationElementRead(long con,long id, int xoff, int yoff, int zoff, in rsnAllocationElementRead()
604 synchronized void nAllocationElementRead(long id, int xoff, int yoff, int zoff, in nAllocationElementRead()
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java745 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker()
767 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker()
786 mRS.nAllocationElementData1D(getIDSafe(), xoff, mSelectedLOD, in setFromFieldPacker() local
1032 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange()
1049 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked()
1068 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local
1083 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom()
1099 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom()
1115 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom()
1131 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom()
[all …]
DRenderScript.java460 …native void rsnAllocationElementData1D(long con,long id, int xoff, int mip, int compIdx, byte[] d,… in rsnAllocationElementData1D()
461 …synchronized void nAllocationElementData1D(long id, int xoff, int mip, int compIdx, byte[] d, int … in nAllocationElementData1D()
493 native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationData2D()
496 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, in nAllocationData2D()
503 …native void rsnAllocationData2D(long con, long id, int xoff, int yoff, int mip, int face, Bitmap b… in rsnAllocationData2D()
504 synchronized void nAllocationData2D(long id, int xoff, int yoff, int mip, int face, Bitmap b) { in nAllocationData2D()
528 native void rsnAllocationData3D(long con, long id, int xoff, int yoff, int zoff, int mip, in rsnAllocationData3D()
531 synchronized void nAllocationData3D(long id, int xoff, int yoff, int zoff, int mip, in nAllocationData3D()
563 native void rsnAllocationRead2D(long con, long id, int xoff, int yoff, int mip, int face, in rsnAllocationRead2D()
566 synchronized void nAllocationRead2D(long id, int xoff, int yoff, int mip, int face, in nAllocationRead2D()
/frameworks/rs/cpp/
DAllocation.cpp283 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange()
293 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
313 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
322 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo()
342 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom()
354 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo()
366 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange()
377 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom()
397 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom()
405 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
/frameworks/support/v4/java/android/support/v4/widget/
DPopupWindowCompat.java32 void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, int gravity); in showAsDropDown()
44 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
90 public void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
169 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
/frameworks/support/v4/kitkat/android/support/v4/widget/
DPopupWindowCompatKitKat.java28 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, in showAsDropDown()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java268 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local
303 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local
341 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local
379 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local
417 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
DUT_alloc_copyPadded.java916 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local
952 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local
991 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local
1030 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local
1069 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_alloc_copy.java268 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Byte() local
303 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Short() local
341 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Int() local
379 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Float() local
417 int xoff = random.nextInt(width); in allocation_copy2DRangeTo_Long() local
DUT_alloc_copyPadded.java916 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Byte3() local
952 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Short3() local
991 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Int3() local
1030 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Float3() local
1069 int xoff = random.nextInt(width); in testAllocation_copy2DRangeTo_Long3() local
/frameworks/rs/
DrsAllocation.cpp182 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t lod, in data()
199 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in data()
205 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, in data()
212 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, in read()
228 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemap… in read()
246 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, in read()
663 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DData()
681 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod… in rsi_Allocation2DData()
687 void rsi_Allocation3DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t zof… in rsi_Allocation3DData()
853 void rsi_Allocation1DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod, in rsi_Allocation1DRead()
[all …]
/frameworks/rs/driver/
DrsdAllocation.cpp92 uint32_t xoff, uint32_t yoff, uint32_t zoff, in GetOffsetPtr()
104 uint32_t xoff, uint32_t yoff, uint32_t lod, in Update2DTexture()
844 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationData1D()
864 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
924 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationData3D()
963 uint32_t xoff, uint32_t lod, size_t count, in rsdAllocationRead1D()
975uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D()
1004 uint32_t xoff, uint32_t yoff, uint32_t zoff, in rsdAllocationRead3D()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1068 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown()
1092 public void showAsDropDown(View anchor, int xoff, int yoff, int gravity) { in showAsDropDown()
1394 private boolean findDropDownPosition(View anchor, WindowManager.LayoutParams p, int xoff, in findDropDownPosition()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp351 int xoff = (xf16 >> 16) - 1; in kernelU4() local
418 int xoff = (xf16 >> 16) - 1; in kernelU2() local
485 int xoff = (xf16 >> 16) - 1; in kernelU1() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1304 jint xoff, jint yoff, jint zoff, in nAllocationElementData()
1323 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D()
1368 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D()
1442 jint xoff, jint yoff, jint zoff, in nAllocationElementRead()
1460 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
1477 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead3D()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1181 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, in nAllocationElementData1D()
1214 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData2D()
1253 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationData3D()
1334 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint … in nAllocationRead2D()
/frameworks/minikin/libs/minikin/
DLayout.cpp797 float xoff = HBFixedToFloat(positions[i].x_offset); in doLayoutRun() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java2657 private boolean drawSoftware(Surface surface, AttachInfo attachInfo, int xoff, int yoff, in drawSoftware()