Android.Renderscripts.AllocationAdapter Members

The members of Android.Renderscripts.AllocationAdapter are listed below.

See Also: Inherited members from Android.Renderscripts.Allocation

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Create1D(RenderScript, Allocation) : AllocationAdapter
static
Create2D(RenderScript, Allocation) : AllocationAdapter
ReadData(int[])
Documentation for this section has not yet been entered.
ReadData(float[])
Documentation for this section has not yet been entered.
SetFace(Type.CubemapFace)
Set the active Face.
SetLOD(int)
Set the active LOD.
SetY(int)
Set the active Y.
SetZ(int)
Set the active Z.
SubData(int, FieldPacker)
Documentation for this section has not yet been entered.
SubData1D(int, int, byte[])
Documentation for this section has not yet been entered.
SubData1D(int, int, short[])
Documentation for this section has not yet been entered.
SubData1D(int, int, int[])
Documentation for this section has not yet been entered.
SubData1D(int, int, float[])
Documentation for this section has not yet been entered.
SubData2D(int, int, int, int, int[])
Documentation for this section has not yet been entered.
SubData2D(int, int, int, int, float[])
Documentation for this section has not yet been entered.
SubElementData(int, int, FieldPacker)
Documentation for this section has not yet been entered.