Table of Contents

Class ETC1Util

Namespace
Android.Opengl
Assembly
MASES.Netdroid.dll
public class ETC1Util : JVMBridgeBase<ETC1Util>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<ETC1Util>
ETC1Util
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<ETC1Util>.IsAssignableFrom(IJavaType)
JVMBridgeBase<ETC1Util>.IsAssignableFrom<T>()
JVMBridgeBase<ETC1Util>.Execute<T>(params T[])
JVMBridgeBase<ETC1Util>.DynBridgeClazz
JVMBridgeBase<ETC1Util>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ETC1Util()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ETC1Util()

ETC1Util(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ETC1Util(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CompressTexture(Buffer, int, int, int, int)

public static ETC1Util.ETC1Texture CompressTexture(Buffer arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 Buffer

Buffer

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

Returns

ETC1Util.ETC1Texture

ETC1Util.ETC1Texture

CreateTexture(InputStream)

public static ETC1Util.ETC1Texture CreateTexture(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Returns

ETC1Util.ETC1Texture

ETC1Util.ETC1Texture

Exceptions

IOException

IsETC1Supported()

public static bool IsETC1Supported()

Returns

bool

bool

LoadTexture(int, int, int, int, int, ETC1Texture)

public static void LoadTexture(int arg0, int arg1, int arg2, int arg3, int arg4, ETC1Util.ETC1Texture arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 ETC1Util.ETC1Texture

ETC1Util.ETC1Texture

LoadTexture(int, int, int, int, int, InputStream)

public static void LoadTexture(int arg0, int arg1, int arg2, int arg3, int arg4, InputStream arg5)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 InputStream

InputStream

Exceptions

IOException

WriteTexture(ETC1Texture, OutputStream)

public static void WriteTexture(ETC1Util.ETC1Texture arg0, OutputStream arg1)

Parameters

arg0 ETC1Util.ETC1Texture

ETC1Util.ETC1Texture

arg1 OutputStream

OutputStream

Exceptions

IOException