/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 64 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() 95 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() 127 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() 159 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() 189 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() 219 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() 249 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() 279 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() 309 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() 407 public void forEachXor(Allocation ain, Allocation aout) { in forEachXor() [all …]
|
H A D | ScriptIntrinsicBLAS.java | 279 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() 1278 … static void validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGER() 1514 public void SGER(float alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in SGER() 1702 public void DGER(double alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in DGER() 1802 …static void validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGERU() 1923 public void CGERU(Float2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in CGERU() 1943 public void CGERC(Float2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in CGERC() 2138 public void ZGERU(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERU() 2158 public void ZGERC(Double2 alpha, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in ZGERC() 2687 …atic void validateSYR2K(Element e, @Transpose int Trans, Allocation A, Allocation B, Allocation C)… in validateSYR2K() [all …]
|
H A D | Mesh.java | 94 Allocation[] mVertexBuffers; 95 Allocation[] mIndexBuffers; 176 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative() 183 mIndexBuffers[i] = new Allocation(idxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative() 363 Allocation[] vertexBuffers = new Allocation[mVertexTypeCount]; in create() 364 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()]; in create() 368 Allocation alloc = null; in create() 383 Allocation alloc = null; in create() 422 Allocation a; 530 Allocation[] indexBuffers = new Allocation[mIndexTypes.size()]; in create() [all …]
|
H A D | ScriptIntrinsic3DLUT.java | 32 private Allocation mLUT; 67 public void setLUT(Allocation lut) { in setLUT() 90 public void forEach(Allocation ain, Allocation aout) { in forEach() 102 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
H A D | ScriptIntrinsicBlur.java | 30 private Allocation mInput; 64 public void setInput(Allocation ain) { in setInput() 97 public void forEach(Allocation aout) { in forEach() 101 forEach(0, (Allocation) null, aout, null); in forEach() 112 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() 116 forEach(0, (Allocation) null, aout, null, opt); in forEach()
|
H A D | Script.java | 175 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 184 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() 230 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() 240 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() 246 for (Allocation ain : ains) { in forEach() 296 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() 306 for (Allocation ain : ains) { in reduce() 356 public void bindAllocation(Allocation va, int slot) { in bindAllocation() 500 protected Allocation mAllocation; 509 Allocation.createSized(rs, mElement, dimx, in init() [all …]
|
H A D | ScriptIntrinsicConvolve3x3.java | 29 private Allocation mInput; 78 public void setInput(Allocation ain) { in setInput() 111 public void forEach(Allocation aout) { in forEach() 112 forEach(0, (Allocation) null, aout, null); in forEach() 123 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() 124 forEach(0, (Allocation) null, aout, null, opt); in forEach()
|
H A D | ScriptIntrinsicConvolve5x5.java | 29 private Allocation mInput; 78 public void setInput(Allocation ain) { in setInput() 113 public void forEach(Allocation aout) { in forEach() 114 forEach(0, (Allocation) null, aout, null); in forEach() 125 public void forEach(Allocation aout, Script.LaunchOptions opt) { in forEach() 126 forEach(0, (Allocation) null, aout, null, opt); in forEach()
|
H A D | ScriptIntrinsicLUT.java | 32 private Allocation mTables; 38 mTables = Allocation.createSized(rs, Element.U8(rs), 1024); in ScriptIntrinsicLUT() 133 public void forEach(Allocation ain, Allocation aout) { in forEach() 145 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
H A D | ScriptIntrinsicResize.java | 28 private Allocation mInput; 57 public void setInput(Allocation ain) { in setInput() 92 public void forEach_bicubic(Allocation aout) { in forEach_bicubic() 108 public void forEach_bicubic(Allocation aout, Script.LaunchOptions opt) { in forEach_bicubic() 109 forEach(0, (Allocation) null, aout, null, opt); in forEach_bicubic()
|
H A D | ScriptIntrinsicYuvToRGB.java | 33 private Allocation mInput; 62 public void setInput(Allocation ain) { in setInput() 73 public void forEach(Allocation aout) { in forEach() 74 forEach(0, (Allocation) null, aout, null); in forEach()
|
H A D | ScriptIntrinsicHistogram.java | 28 private Allocation mOut; 72 public void forEach(Allocation ain) { in forEach() 90 public void forEach(Allocation ain, Script.LaunchOptions opt) { in forEach() 142 public void setOutput(Allocation aout) { in setOutput() 176 public void forEach_Dot(Allocation ain) { in forEach_Dot() 191 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) { in forEach_Dot()
|
H A D | Allocation.java | 61 public class Allocation extends BaseObj { class 68 Allocation mAdaptedAllocation; 88 new HashMap<Long, Allocation>(); 1018 public void copyFrom(Allocation a) { in copyFrom() 2827 Allocation alloc = new Allocation(id, rs, t, true, usage, mips); in createFromBitmap() 2898 Allocation[] mAllocationArray = new Allocation[numAlloc]; in createAllocations() 2929 static Allocation createFromAllocation(RenderScript rs, Allocation alloc) { in createFromAllocation() 2944 Allocation outAlloc = new Allocation(id, rs, type, false, usage, mips); in createFromAllocation() 2970 void shareBufferQueue(Allocation alloc) { in shareBufferQueue() 3190 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage); in createCubemapFromCubeFaces() [all …]
|
H A D | AllocationAdapter.java | 27 public class AllocationAdapter extends Allocation { 30 AllocationAdapter(long id, RenderScript rs, Allocation alloc, Type t) { in AllocationAdapter() 235 static public AllocationAdapter create1D(RenderScript rs, Allocation a) { in create1D() 242 static public AllocationAdapter create2D(RenderScript rs, Allocation a) { in create2D() 270 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped()
|
H A D | ScriptIntrinsicColorMatrix.java | 229 public void forEach(Allocation ain, Allocation aout) { in forEach() 249 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEach()
|
H A D | ProgramVertexFixedFunction.java | 212 Allocation mAlloc; 213 Allocation getAllocation() { in getAllocation() 227 mAlloc = Allocation.createTyped(rs, constInputType); in Constants()
|
H A D | ProgramFragmentFixedFunction.java | 330 Allocation constantData = Allocation.createTyped(mRS,constType); in create()
|
H A D | ScriptGroup.java | 53 Allocation mAllocation; 106 private Allocation mReturnValue; 125 mReturnValue = Allocation.createTyped(rs, returnType); in Closure() 305 if (obj instanceof Allocation) { in ValueAndSize() 306 value = ((Allocation)obj).getID(rs); in ValueAndSize() 488 public void setInput(Script.KernelID s, Allocation a) { in setInput() 510 public void setOutput(Script.KernelID s, Allocation a) { in setOutput()
|
H A D | Program.java | 152 public void bindConstants(Allocation a, int slot) { in bindConstants() 171 public void bindTexture(Allocation va, int slot) in bindTexture()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | MediaArtworkProcessor.kt | 24 import android.renderscript.Allocation 52 var input: Allocation? = null 53 var output: Allocation? = null 72 input = Allocation.createFromBitmap(renderScript, inBitmap, 73 Allocation.MipmapControl.MIPMAP_NONE, Allocation.USAGE_GRAPHICS_TEXTURE) 74 output = Allocation.createFromBitmap(renderScript, outBitmap)
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | Camera2Source.java | 32 import android.renderscript.Allocation; 54 public class Camera2Source extends Filter implements Allocation.OnBufferAvailableListener { 68 private Allocation mAllocationIn; 70 private Allocation mAllocationOut; 176 mAllocationIn = Allocation.createTyped(mRS, yuvBuilder.create(), in onOpen() 177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen() 183 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap); in onOpen() 266 public void onBufferAvailable(Allocation a) { in onBufferAvailable()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FrameBuffer1D.java | 20 import android.renderscript.Allocation; 51 public Allocation lockAllocation(int mode) { in lockAllocation() 53 return (Allocation) mBackingStore.lockData(mode, BackingStore.ACCESS_ALLOCATION); in lockAllocation()
|
H A D | BackingStore.java | 20 import android.renderscript.Allocation; 533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() 626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() 748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() 799 private Allocation mAllocation = null; 823 mAllocation = Allocation.createTyped(mRenderScript, imageType); in allocate()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 44 import android.renderscript.Allocation; 1035 public final Allocation createPreviewAllocation(RenderScript rs, int usage) in createPreviewAllocation() 1049 Allocation a = Allocation.createTyped(rs, yuvBuilder.create(), in createPreviewAllocation() 1050 usage | Allocation.USAGE_IO_INPUT); in createPreviewAllocation() 1101 public final void setPreviewCallbackAllocation(Allocation previewAllocation) in setPreviewCallbackAllocation() 1119 Allocation.USAGE_IO_INPUT) == 0) { in setPreviewCallbackAllocation()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 38736 …c void BNNM(android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38764 …int, double, android.renderscript.Allocation, android.renderscript.Allocation, double, android.ren… 38766 …GER(double, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38770 …nt, double, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38774 …nt, double, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38786 …, int, float, android.renderscript.Allocation, android.renderscript.Allocation, float, android.ren… 38788 …SGER(float, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38792 …int, float, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… 38793 …, int, float, android.renderscript.Allocation, android.renderscript.Allocation, float, android.ren… 38796 …int, float, android.renderscript.Allocation, int, android.renderscript.Allocation, int, android.re… [all …]
|