/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | AllocationAdapter.java | 238 return createTyped(rs, a, t); in create1D() 245 return createTyped(rs, a, t); in create2D() 270 static public AllocationAdapter createTyped(RenderScript rs, Allocation a, Type t) { in createTyped() method in AllocationAdapter
|
H A D | Allocation.java | 2668 … static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { in createTyped() method in Allocation 2697 static public Allocation createTyped(RenderScript rs, Type type, int usage) { in createTyped() method in Allocation 2698 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, usage); in createTyped() 2710 static public Allocation createTyped(RenderScript rs, Type type) { in createTyped() method in Allocation 2711 return createTyped(rs, type, MipmapControl.MIPMAP_NONE, USAGE_SCRIPT); in createTyped() 2899 mAllocationArray[0] = createTyped(rs, t, usage); in createAllocations() 3190 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage); in createCubemapFromCubeFaces()
|
H A D | ProgramFragmentFixedFunction.java | 330 Allocation constantData = Allocation.createTyped(mRS,constType); in create()
|
H A D | ProgramVertexFixedFunction.java | 227 mAlloc = Allocation.createTyped(rs, constInputType); in Constants()
|
H A D | Mesh.java | 371 alloc = Allocation.createTyped(mRS, entry.t, mUsage); in create() 386 alloc = Allocation.createTyped(mRS, entry.t, mUsage); in create()
|
H A D | ScriptGroup.java | 125 mReturnValue = Allocation.createTyped(rs, returnType); in Closure()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | Camera2Source.java | 176 mAllocationIn = Allocation.createTyped(mRS, yuvBuilder.create(), in onOpen()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 823 mAllocation = Allocation.createTyped(mRenderScript, imageType); in allocate()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 1049 Allocation a = Allocation.createTyped(rs, yuvBuilder.create(), in createPreviewAllocation()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 38048 …method @Deprecated public static android.renderscript.Allocation createTyped(android.renderscript.… 38049 …method @Deprecated public static android.renderscript.Allocation createTyped(android.renderscript.… 38050 …method @Deprecated public static android.renderscript.Allocation createTyped(android.renderscript.… 38093 …method @Deprecated public static android.renderscript.AllocationAdapter createTyped(android.render…
|