Home
last modified time | relevance | path

Searched refs:createTyped (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java238 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 DAllocation.java2668 … 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 DProgramFragmentFixedFunction.java330 Allocation constantData = Allocation.createTyped(mRS,constType); in create()
H A DProgramVertexFixedFunction.java227 mAlloc = Allocation.createTyped(rs, constInputType); in Constants()
H A DMesh.java371 alloc = Allocation.createTyped(mRS, entry.t, mUsage); in create()
386 alloc = Allocation.createTyped(mRS, entry.t, mUsage); in create()
H A DScriptGroup.java125 mReturnValue = Allocation.createTyped(rs, returnType); in Closure()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java176 mAllocationIn = Allocation.createTyped(mRS, yuvBuilder.create(), in onOpen()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java823 mAllocation = Allocation.createTyped(mRenderScript, imageType); in allocate()
/aosp14/frameworks/base/core/java/android/hardware/
H A DCamera.java1049 Allocation a = Allocation.createTyped(rs, yuvBuilder.create(), in createPreviewAllocation()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt38048 …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…