Table of Contents

Class Allocation

Namespace
Android.Renderscript
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Allocation : BaseObj, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Allocation
Implements
Inherited Members
Extension Methods

Constructors

Allocation(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Allocation(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

USAGE_GRAPHICS_CONSTANTS

[Obsolete("Deprecated in JVM")]
public static int USAGE_GRAPHICS_CONSTANTS { get; set; }

Property Value

int

USAGE_GRAPHICS_RENDER_TARGET

[Obsolete("Deprecated in JVM")]
public static int USAGE_GRAPHICS_RENDER_TARGET { get; set; }

Property Value

int

USAGE_GRAPHICS_TEXTURE

[Obsolete("Deprecated in JVM")]
public static int USAGE_GRAPHICS_TEXTURE { get; set; }

Property Value

int

USAGE_GRAPHICS_VERTEX

[Obsolete("Deprecated in JVM")]
public static int USAGE_GRAPHICS_VERTEX { get; set; }

Property Value

int

USAGE_IO_INPUT

[Obsolete("Deprecated in JVM")]
public static int USAGE_IO_INPUT { get; set; }

Property Value

int

USAGE_IO_OUTPUT

[Obsolete("Deprecated in JVM")]
public static int USAGE_IO_OUTPUT { get; set; }

Property Value

int

USAGE_SCRIPT

[Obsolete("Deprecated in JVM")]
public static int USAGE_SCRIPT { get; set; }

Property Value

int

USAGE_SHARED

[Obsolete("Deprecated in JVM")]
public static int USAGE_SHARED { get; set; }

Property Value

int

Methods

Copy1DRangeFrom(int, int, Allocation, int)

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, Allocation arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 Allocation

Allocation

arg3 int

int

Copy1DRangeFrom(int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

Copy1DRangeFrom(int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, short[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 short[]

short

Copy1DRangeFrom(int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, int[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

Copy1DRangeFrom(int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, object arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 object

object

Copy1DRangeFrom(int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFrom(int arg0, int arg1, float[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 float[]

float

Copy1DRangeFromUnchecked(int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFromUnchecked(int arg0, int arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

Copy1DRangeFromUnchecked(int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFromUnchecked(int arg0, int arg1, short[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 short[]

short

Copy1DRangeFromUnchecked(int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFromUnchecked(int arg0, int arg1, int[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

Copy1DRangeFromUnchecked(int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFromUnchecked(int arg0, int arg1, object arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 object

object

Copy1DRangeFromUnchecked(int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeFromUnchecked(int arg0, int arg1, float[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 float[]

float

Copy1DRangeTo(int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeTo(int arg0, int arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

Copy1DRangeTo(int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeTo(int arg0, int arg1, short[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 short[]

short

Copy1DRangeTo(int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeTo(int arg0, int arg1, int[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

Copy1DRangeTo(int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeTo(int arg0, int arg1, object arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 object

object

Copy1DRangeTo(int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeTo(int arg0, int arg1, float[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 float[]

float

Copy1DRangeToUnchecked(int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeToUnchecked(int arg0, int arg1, byte[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 byte[]

byte

Copy1DRangeToUnchecked(int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeToUnchecked(int arg0, int arg1, short[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 short[]

short

Copy1DRangeToUnchecked(int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeToUnchecked(int arg0, int arg1, int[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

Copy1DRangeToUnchecked(int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeToUnchecked(int arg0, int arg1, object arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 object

object

Copy1DRangeToUnchecked(int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy1DRangeToUnchecked(int arg0, int arg1, float[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 float[]

float

Copy2DRangeFrom(int, int, Bitmap)

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, Bitmap arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 Bitmap

Bitmap

Copy2DRangeFrom(int, int, int, int, Allocation, int, int)

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, Allocation arg4, int arg5, int arg6)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 Allocation

Allocation

arg5 int

int

arg6 int

int

Copy2DRangeFrom(int, int, int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, byte[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 byte[]

byte

Copy2DRangeFrom(int, int, int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, short[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 short[]

short

Copy2DRangeFrom(int, int, int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, int[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int[]

int

Copy2DRangeFrom(int, int, int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, object arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 object

object

Copy2DRangeFrom(int, int, int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeFrom(int arg0, int arg1, int arg2, int arg3, float[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 float[]

float

Copy2DRangeTo(int, int, int, int, byte[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeTo(int arg0, int arg1, int arg2, int arg3, byte[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 byte[]

byte

Copy2DRangeTo(int, int, int, int, short[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeTo(int arg0, int arg1, int arg2, int arg3, short[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 short[]

short

Copy2DRangeTo(int, int, int, int, int[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeTo(int arg0, int arg1, int arg2, int arg3, int[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int[]

int

Copy2DRangeTo(int, int, int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeTo(int arg0, int arg1, int arg2, int arg3, object arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 object

object

Copy2DRangeTo(int, int, int, int, float[])

[Obsolete("Deprecated in JVM")]
public void Copy2DRangeTo(int arg0, int arg1, int arg2, int arg3, float[] arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 float[]

float

Copy3DRangeFrom(int, int, int, int, int, int, Allocation, int, int, int)

[Obsolete("Deprecated in JVM")]
public void Copy3DRangeFrom(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, Allocation arg6, int arg7, int arg8, int arg9)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 Allocation

Allocation

arg7 int

int

arg8 int

int

arg9 int

int

Copy3DRangeFrom(int, int, int, int, int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy3DRangeFrom(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, object arg6)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 object

object

Copy3DRangeTo(int, int, int, int, int, int, object)

[Obsolete("Deprecated in JVM")]
public void Copy3DRangeTo(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, object arg6)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 object

object

CopyFrom(Bitmap)

[Obsolete("Deprecated in JVM")]
public void CopyFrom(Bitmap arg0)

Parameters

arg0 Bitmap

Bitmap

CopyFrom(Allocation)

[Obsolete("Deprecated in JVM")]
public void CopyFrom(Allocation arg0)

Parameters

arg0 Allocation

Allocation

CopyFrom(BaseObj[])

[Obsolete("Deprecated in JVM")]
public void CopyFrom(BaseObj[] arg0)

Parameters

arg0 BaseObj[]

BaseObj

CopyFrom(byte[])

[Obsolete("Deprecated in JVM")]
public void CopyFrom(byte[] arg0)

Parameters

arg0 byte[]

byte

CopyFrom(short[])

[Obsolete("Deprecated in JVM")]
public void CopyFrom(short[] arg0)

Parameters

arg0 short[]

short

CopyFrom(int[])

[Obsolete("Deprecated in JVM")]
public void CopyFrom(int[] arg0)

Parameters

arg0 int[]

int

CopyFrom(object)

[Obsolete("Deprecated in JVM")]
public void CopyFrom(object arg0)

Parameters

arg0 object

object

CopyFrom(float[])

[Obsolete("Deprecated in JVM")]
public void CopyFrom(float[] arg0)

Parameters

arg0 float[]

float

CopyFromUnchecked(byte[])

[Obsolete("Deprecated in JVM")]
public void CopyFromUnchecked(byte[] arg0)

Parameters

arg0 byte[]

byte

CopyFromUnchecked(short[])

[Obsolete("Deprecated in JVM")]
public void CopyFromUnchecked(short[] arg0)

Parameters

arg0 short[]

short

CopyFromUnchecked(int[])

[Obsolete("Deprecated in JVM")]
public void CopyFromUnchecked(int[] arg0)

Parameters

arg0 int[]

int

CopyFromUnchecked(object)

[Obsolete("Deprecated in JVM")]
public void CopyFromUnchecked(object arg0)

Parameters

arg0 object

object

CopyFromUnchecked(float[])

[Obsolete("Deprecated in JVM")]
public void CopyFromUnchecked(float[] arg0)

Parameters

arg0 float[]

float

CopyTo(Bitmap)

[Obsolete("Deprecated in JVM")]
public void CopyTo(Bitmap arg0)

Parameters

arg0 Bitmap

Bitmap

CopyTo(byte[])

[Obsolete("Deprecated in JVM")]
public void CopyTo(byte[] arg0)

Parameters

arg0 byte[]

byte

CopyTo(short[])

[Obsolete("Deprecated in JVM")]
public void CopyTo(short[] arg0)

Parameters

arg0 short[]

short

CopyTo(int[])

[Obsolete("Deprecated in JVM")]
public void CopyTo(int[] arg0)

Parameters

arg0 int[]

int

CopyTo(object)

[Obsolete("Deprecated in JVM")]
public void CopyTo(object arg0)

Parameters

arg0 object

object

CopyTo(float[])

[Obsolete("Deprecated in JVM")]
public void CopyTo(float[] arg0)

Parameters

arg0 float[]

float

CreateAllocations(RenderScript, Type, int, int)

[Obsolete("Deprecated in JVM")]
public static Allocation[] CreateAllocations(RenderScript arg0, Type arg1, int arg2, int arg3)

Parameters

arg0 RenderScript

RenderScript

arg1 Type

Type

arg2 int

int

arg3 int

int

Returns

Allocation[]

Allocation

CreateCubemapFromBitmap(RenderScript, Bitmap)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateCubemapFromBitmap(RenderScript arg0, Bitmap arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

Returns

Allocation

Allocation

CreateCubemapFromBitmap(RenderScript, Bitmap, MipmapControl, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateCubemapFromBitmap(RenderScript arg0, Bitmap arg1, Allocation.MipmapControl arg2, int arg3)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

arg2 Allocation.MipmapControl

Allocation.MipmapControl

arg3 int

int

Returns

Allocation

Allocation

CreateCubemapFromCubeFaces(RenderScript, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateCubemapFromCubeFaces(RenderScript arg0, Bitmap arg1, Bitmap arg2, Bitmap arg3, Bitmap arg4, Bitmap arg5, Bitmap arg6)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

arg2 Bitmap

Bitmap

arg3 Bitmap

Bitmap

arg4 Bitmap

Bitmap

arg5 Bitmap

Bitmap

arg6 Bitmap

Bitmap

Returns

Allocation

Allocation

CreateCubemapFromCubeFaces(RenderScript, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap, Bitmap, MipmapControl, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateCubemapFromCubeFaces(RenderScript arg0, Bitmap arg1, Bitmap arg2, Bitmap arg3, Bitmap arg4, Bitmap arg5, Bitmap arg6, Allocation.MipmapControl arg7, int arg8)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

arg2 Bitmap

Bitmap

arg3 Bitmap

Bitmap

arg4 Bitmap

Bitmap

arg5 Bitmap

Bitmap

arg6 Bitmap

Bitmap

arg7 Allocation.MipmapControl

Allocation.MipmapControl

arg8 int

int

Returns

Allocation

Allocation

CreateFromBitmap(RenderScript, Bitmap)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateFromBitmap(RenderScript arg0, Bitmap arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

Returns

Allocation

Allocation

CreateFromBitmap(RenderScript, Bitmap, MipmapControl, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateFromBitmap(RenderScript arg0, Bitmap arg1, Allocation.MipmapControl arg2, int arg3)

Parameters

arg0 RenderScript

RenderScript

arg1 Bitmap

Bitmap

arg2 Allocation.MipmapControl

Allocation.MipmapControl

arg3 int

int

Returns

Allocation

Allocation

CreateFromBitmapResource(RenderScript, Resources, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateFromBitmapResource(RenderScript arg0, Resources arg1, int arg2)

Parameters

arg0 RenderScript

RenderScript

arg1 Resources

Resources

arg2 int

int

Returns

Allocation

Allocation

CreateFromBitmapResource(RenderScript, Resources, int, MipmapControl, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateFromBitmapResource(RenderScript arg0, Resources arg1, int arg2, Allocation.MipmapControl arg3, int arg4)

Parameters

arg0 RenderScript

RenderScript

arg1 Resources

Resources

arg2 int

int

arg3 Allocation.MipmapControl

Allocation.MipmapControl

arg4 int

int

Returns

Allocation

Allocation

CreateFromString(RenderScript, String, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateFromString(RenderScript arg0, String arg1, int arg2)

Parameters

arg0 RenderScript

RenderScript

arg1 String

String

arg2 int

int

Returns

Allocation

Allocation

CreateSized(RenderScript, Element, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateSized(RenderScript arg0, Element arg1, int arg2)

Parameters

arg0 RenderScript

RenderScript

arg1 Element

Element

arg2 int

int

Returns

Allocation

Allocation

CreateSized(RenderScript, Element, int, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateSized(RenderScript arg0, Element arg1, int arg2, int arg3)

Parameters

arg0 RenderScript

RenderScript

arg1 Element

Element

arg2 int

int

arg3 int

int

Returns

Allocation

Allocation

CreateTyped(RenderScript, Type)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateTyped(RenderScript arg0, Type arg1)

Parameters

arg0 RenderScript

RenderScript

arg1 Type

Type

Returns

Allocation

Allocation

CreateTyped(RenderScript, Type, MipmapControl, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateTyped(RenderScript arg0, Type arg1, Allocation.MipmapControl arg2, int arg3)

Parameters

arg0 RenderScript

RenderScript

arg1 Type

Type

arg2 Allocation.MipmapControl

Allocation.MipmapControl

arg3 int

int

Returns

Allocation

Allocation

CreateTyped(RenderScript, Type, int)

[Obsolete("Deprecated in JVM")]
public static Allocation CreateTyped(RenderScript arg0, Type arg1, int arg2)

Parameters

arg0 RenderScript

RenderScript

arg1 Type

Type

arg2 int

int

Returns

Allocation

Allocation

GenerateMipmaps()

[Obsolete("Deprecated in JVM")]
public void GenerateMipmaps()

GetByteBuffer()

[Obsolete("Deprecated in JVM")]
public ByteBuffer GetByteBuffer()

Returns

ByteBuffer

ByteBuffer

GetBytesSize()

[Obsolete("Deprecated in JVM")]
public int GetBytesSize()

Returns

int

int

GetElement()

[Obsolete("Deprecated in JVM")]
public Element GetElement()

Returns

Element

Element

GetStride()

[Obsolete("Deprecated in JVM")]
public long GetStride()

Returns

long

long

GetSurface()

[Obsolete("Deprecated in JVM")]
public Surface GetSurface()

Returns

Surface

Surface

GetTimeStamp()

[Obsolete("Deprecated in JVM")]
public long GetTimeStamp()

Returns

long

long

GetType()

[Obsolete("Deprecated in JVM")]
public Type GetType()

Returns

Type

Type

GetUsage()

[Obsolete("Deprecated in JVM")]
public int GetUsage()

Returns

int

int

IoReceive()

[Obsolete("Deprecated in JVM")]
public void IoReceive()

IoSend()

[Obsolete("Deprecated in JVM")]
public void IoSend()

Resize(int)

[Obsolete("Deprecated in JVM")]
public void Resize(int arg0)

Parameters

arg0 int

int

SetAutoPadding(bool)

[Obsolete("Deprecated in JVM")]
public void SetAutoPadding(bool arg0)

Parameters

arg0 bool

bool

SetFromFieldPacker(int, FieldPacker)

[Obsolete("Deprecated in JVM")]
public void SetFromFieldPacker(int arg0, FieldPacker arg1)

Parameters

arg0 int

int

arg1 FieldPacker

FieldPacker

SetFromFieldPacker(int, int, FieldPacker)

[Obsolete("Deprecated in JVM")]
public void SetFromFieldPacker(int arg0, int arg1, FieldPacker arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 FieldPacker

FieldPacker

SetFromFieldPacker(int, int, int, int, FieldPacker)

[Obsolete("Deprecated in JVM")]
public void SetFromFieldPacker(int arg0, int arg1, int arg2, int arg3, FieldPacker arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 FieldPacker

FieldPacker

SetOnBufferAvailableListener(OnBufferAvailableListener)

[Obsolete("Deprecated in JVM")]
public void SetOnBufferAvailableListener(Allocation.OnBufferAvailableListener arg0)

Parameters

arg0 Allocation.OnBufferAvailableListener

Allocation.OnBufferAvailableListener

SetSurface(Surface)

[Obsolete("Deprecated in JVM")]
public void SetSurface(Surface arg0)

Parameters

arg0 Surface

Surface

SyncAll(int)

[Obsolete("Deprecated in JVM")]
public void SyncAll(int arg0)

Parameters

arg0 int

int