renderscript

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Overview

Package renderscript provides Go bindings for android.renderscript.

Index

Constants

View Source
const (
	Clamp                     = consts.Clamp
	Linear                    = consts.Linear
	LinearMipLinear           = consts.LinearMipLinear
	LinearMipNearest          = consts.LinearMipNearest
	MirroredRepeat            = consts.MirroredRepeat
	Nearest                   = consts.Nearest
	Wrap                      = consts.Wrap
	CreateFlagLowLatency      = consts.CreateFlagLowLatency
	CreateFlagLowPower        = consts.CreateFlagLowPower
	CreateFlagNone            = consts.CreateFlagNone
	Debug                     = consts.Debug
	Normal                    = consts.Normal
	Profile                   = consts.Profile
	Low                       = consts.Low
	ConjTranspose             = consts.ConjTranspose
	Left                      = consts.Left
	Lower                     = consts.Lower
	NonUnit                   = consts.NonUnit
	NoTranspose               = consts.NoTranspose
	Right                     = consts.Right
	Transpose                 = consts.Transpose
	Unit                      = consts.Unit
	Upper                     = consts.Upper
	UsageGraphicsConstants    = consts.UsageGraphicsConstants
	UsageGraphicsRenderTarget = consts.UsageGraphicsRenderTarget
	UsageGraphicsTexture      = consts.UsageGraphicsTexture
	UsageGraphicsVertex       = consts.UsageGraphicsVertex
	UsageIoInput              = consts.UsageIoInput
	UsageIoOutput             = consts.UsageIoOutput
	UsageScript               = consts.UsageScript
	UsageShared               = consts.UsageShared
	MipmapFull                = consts.MipmapFull
	MipmapNone                = consts.MipmapNone
	MipmapOnSyncToTexture     = consts.MipmapOnSyncToTexture
	NegativeX                 = consts.NegativeX
	NegativeY                 = consts.NegativeY
	NegativeZ                 = consts.NegativeZ
	PositiveX                 = consts.PositiveX
	PositiveY                 = consts.PositiveY
	PositiveZ                 = consts.PositiveZ
	PositveX                  = consts.PositveX
	PositveY                  = consts.PositveY
	PositveZ                  = consts.PositveZ
	PixelA                    = consts.PixelA
	PixelDepth                = consts.PixelDepth
	PixelL                    = consts.PixelL
	PixelLa                   = consts.PixelLa
	PixelRgb                  = consts.PixelRgb
	PixelRgba                 = consts.PixelRgba
	PixelYuv                  = consts.PixelYuv
	User                      = consts.User
	Boolean                   = consts.Boolean
	Float16                   = consts.Float16
	Float32                   = consts.Float32
	Float64                   = consts.Float64
	Matrix2x2                 = consts.Matrix2x2
	Matrix3x3                 = consts.Matrix3x3
	Matrix4x4                 = consts.Matrix4x4
	None                      = consts.None
	RsAllocation              = consts.RsAllocation
	RsElement                 = consts.RsElement
	RsFont                    = consts.RsFont
	RsMesh                    = consts.RsMesh
	RsProgramFragment         = consts.RsProgramFragment
	RsProgramRaster           = consts.RsProgramRaster
	RsProgramStore            = consts.RsProgramStore
	RsProgramVertex           = consts.RsProgramVertex
	RsSampler                 = consts.RsSampler
	RsScript                  = consts.RsScript
	RsType                    = consts.RsType
	Signed16                  = consts.Signed16
	Signed32                  = consts.Signed32
	Signed64                  = consts.Signed64
	Signed8                   = consts.Signed8
	Unsigned16                = consts.Unsigned16
	Unsigned32                = consts.Unsigned32
	Unsigned4444              = consts.Unsigned4444
	Unsigned5551              = consts.Unsigned5551
	Unsigned565               = consts.Unsigned565
	Unsigned64                = consts.Unsigned64
	Unsigned8                 = consts.Unsigned8
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type Allocation

type Allocation struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Allocation wraps android.renderscript.Allocation.

func (*Allocation) Copy1DRangeFrom3_1

func (m *Allocation) Copy1DRangeFrom3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFrom3_1 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFrom3_2

func (m *Allocation) Copy1DRangeFrom3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFrom3_2 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFrom3_3

func (m *Allocation) Copy1DRangeFrom3_3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFrom3_3 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFrom3_4

func (m *Allocation) Copy1DRangeFrom3_4(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFrom3_4 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFrom3_5

func (m *Allocation) Copy1DRangeFrom3_5(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFrom3_5 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFrom4

func (m *Allocation) Copy1DRangeFrom4(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
) error

Copy1DRangeFrom4 calls android.renderscript.Allocation.copy1DRangeFrom.

func (*Allocation) Copy1DRangeFromUnchecked3

func (m *Allocation) Copy1DRangeFromUnchecked3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFromUnchecked3 calls android.renderscript.Allocation.copy1DRangeFromUnchecked.

func (*Allocation) Copy1DRangeFromUnchecked3_1

func (m *Allocation) Copy1DRangeFromUnchecked3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFromUnchecked3_1 calls android.renderscript.Allocation.copy1DRangeFromUnchecked.

func (*Allocation) Copy1DRangeFromUnchecked3_2

func (m *Allocation) Copy1DRangeFromUnchecked3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFromUnchecked3_2 calls android.renderscript.Allocation.copy1DRangeFromUnchecked.

func (*Allocation) Copy1DRangeFromUnchecked3_3

func (m *Allocation) Copy1DRangeFromUnchecked3_3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFromUnchecked3_3 calls android.renderscript.Allocation.copy1DRangeFromUnchecked.

func (*Allocation) Copy1DRangeFromUnchecked3_4

func (m *Allocation) Copy1DRangeFromUnchecked3_4(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeFromUnchecked3_4 calls android.renderscript.Allocation.copy1DRangeFromUnchecked.

func (*Allocation) Copy1DRangeTo3

func (m *Allocation) Copy1DRangeTo3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeTo3 calls android.renderscript.Allocation.copy1DRangeTo.

func (*Allocation) Copy1DRangeTo3_1

func (m *Allocation) Copy1DRangeTo3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeTo3_1 calls android.renderscript.Allocation.copy1DRangeTo.

func (*Allocation) Copy1DRangeTo3_2

func (m *Allocation) Copy1DRangeTo3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeTo3_2 calls android.renderscript.Allocation.copy1DRangeTo.

func (*Allocation) Copy1DRangeTo3_3

func (m *Allocation) Copy1DRangeTo3_3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeTo3_3 calls android.renderscript.Allocation.copy1DRangeTo.

func (*Allocation) Copy1DRangeTo3_4

func (m *Allocation) Copy1DRangeTo3_4(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeTo3_4 calls android.renderscript.Allocation.copy1DRangeTo.

func (*Allocation) Copy1DRangeToUnchecked3

func (m *Allocation) Copy1DRangeToUnchecked3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeToUnchecked3 calls android.renderscript.Allocation.copy1DRangeToUnchecked.

func (*Allocation) Copy1DRangeToUnchecked3_1

func (m *Allocation) Copy1DRangeToUnchecked3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeToUnchecked3_1 calls android.renderscript.Allocation.copy1DRangeToUnchecked.

func (*Allocation) Copy1DRangeToUnchecked3_2

func (m *Allocation) Copy1DRangeToUnchecked3_2(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeToUnchecked3_2 calls android.renderscript.Allocation.copy1DRangeToUnchecked.

func (*Allocation) Copy1DRangeToUnchecked3_3

func (m *Allocation) Copy1DRangeToUnchecked3_3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeToUnchecked3_3 calls android.renderscript.Allocation.copy1DRangeToUnchecked.

func (*Allocation) Copy1DRangeToUnchecked3_4

func (m *Allocation) Copy1DRangeToUnchecked3_4(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy1DRangeToUnchecked3_4 calls android.renderscript.Allocation.copy1DRangeToUnchecked.

func (*Allocation) Copy2DRangeFrom3

func (m *Allocation) Copy2DRangeFrom3(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

Copy2DRangeFrom3 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom5_2

func (m *Allocation) Copy2DRangeFrom5_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeFrom5_2 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom5_3

func (m *Allocation) Copy2DRangeFrom5_3(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeFrom5_3 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom5_4

func (m *Allocation) Copy2DRangeFrom5_4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeFrom5_4 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom5_5

func (m *Allocation) Copy2DRangeFrom5_5(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeFrom5_5 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom5_6

func (m *Allocation) Copy2DRangeFrom5_6(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeFrom5_6 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeFrom7_1

func (m *Allocation) Copy2DRangeFrom7_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 int32,
) error

Copy2DRangeFrom7_1 calls android.renderscript.Allocation.copy2DRangeFrom.

func (*Allocation) Copy2DRangeTo5

func (m *Allocation) Copy2DRangeTo5(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeTo5 calls android.renderscript.Allocation.copy2DRangeTo.

func (*Allocation) Copy2DRangeTo5_1

func (m *Allocation) Copy2DRangeTo5_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeTo5_1 calls android.renderscript.Allocation.copy2DRangeTo.

func (*Allocation) Copy2DRangeTo5_2

func (m *Allocation) Copy2DRangeTo5_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeTo5_2 calls android.renderscript.Allocation.copy2DRangeTo.

func (*Allocation) Copy2DRangeTo5_3

func (m *Allocation) Copy2DRangeTo5_3(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeTo5_3 calls android.renderscript.Allocation.copy2DRangeTo.

func (*Allocation) Copy2DRangeTo5_4

func (m *Allocation) Copy2DRangeTo5_4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

Copy2DRangeTo5_4 calls android.renderscript.Allocation.copy2DRangeTo.

func (*Allocation) Copy3DRangeFrom7_1

func (m *Allocation) Copy3DRangeFrom7_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
) error

Copy3DRangeFrom7_1 calls android.renderscript.Allocation.copy3DRangeFrom.

func (*Allocation) Copy3DRangeFrom10

func (m *Allocation) Copy3DRangeFrom10(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
	arg7 int32,
	arg8 int32,
	arg9 int32,
) error

Copy3DRangeFrom10 calls android.renderscript.Allocation.copy3DRangeFrom.

func (*Allocation) Copy3DRangeTo

func (m *Allocation) Copy3DRangeTo(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
	arg5 int32,
	arg6 *jni.Object,
) error

Copy3DRangeTo calls android.renderscript.Allocation.copy3DRangeTo.

func (*Allocation) CopyFrom1

func (m *Allocation) CopyFrom1(arg0 *jni.Object) error

CopyFrom1 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_1

func (m *Allocation) CopyFrom1_1(arg0 *jni.Object) error

CopyFrom1_1 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_2

func (m *Allocation) CopyFrom1_2(arg0 *jni.Object) error

CopyFrom1_2 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_3

func (m *Allocation) CopyFrom1_3(arg0 *jni.Object) error

CopyFrom1_3 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_4

func (m *Allocation) CopyFrom1_4(arg0 *jni.Object) error

CopyFrom1_4 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_5

func (m *Allocation) CopyFrom1_5(arg0 *jni.Object) error

CopyFrom1_5 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_6

func (m *Allocation) CopyFrom1_6(arg0 *jni.Object) error

CopyFrom1_6 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFrom1_7

func (m *Allocation) CopyFrom1_7(arg0 *jni.Object) error

CopyFrom1_7 calls android.renderscript.Allocation.copyFrom.

func (*Allocation) CopyFromUnchecked1

func (m *Allocation) CopyFromUnchecked1(arg0 *jni.Object) error

CopyFromUnchecked1 calls android.renderscript.Allocation.copyFromUnchecked.

func (*Allocation) CopyFromUnchecked1_1

func (m *Allocation) CopyFromUnchecked1_1(arg0 *jni.Object) error

CopyFromUnchecked1_1 calls android.renderscript.Allocation.copyFromUnchecked.

func (*Allocation) CopyFromUnchecked1_2

func (m *Allocation) CopyFromUnchecked1_2(arg0 *jni.Object) error

CopyFromUnchecked1_2 calls android.renderscript.Allocation.copyFromUnchecked.

func (*Allocation) CopyFromUnchecked1_3

func (m *Allocation) CopyFromUnchecked1_3(arg0 *jni.Object) error

CopyFromUnchecked1_3 calls android.renderscript.Allocation.copyFromUnchecked.

func (*Allocation) CopyFromUnchecked1_4

func (m *Allocation) CopyFromUnchecked1_4(arg0 *jni.Object) error

CopyFromUnchecked1_4 calls android.renderscript.Allocation.copyFromUnchecked.

func (*Allocation) CopyTo1

func (m *Allocation) CopyTo1(arg0 *jni.Object) error

CopyTo1 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CopyTo1_1

func (m *Allocation) CopyTo1_1(arg0 *jni.Object) error

CopyTo1_1 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CopyTo1_2

func (m *Allocation) CopyTo1_2(arg0 *jni.Object) error

CopyTo1_2 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CopyTo1_3

func (m *Allocation) CopyTo1_3(arg0 *jni.Object) error

CopyTo1_3 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CopyTo1_4

func (m *Allocation) CopyTo1_4(arg0 *jni.Object) error

CopyTo1_4 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CopyTo1_5

func (m *Allocation) CopyTo1_5(arg0 *jni.Object) error

CopyTo1_5 calls android.renderscript.Allocation.copyTo.

func (*Allocation) CreateAllocations

func (m *Allocation) CreateAllocations(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

CreateAllocations calls android.renderscript.Allocation.createAllocations.

func (*Allocation) CreateCubemapFromBitmap2

func (m *Allocation) CreateCubemapFromBitmap2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

CreateCubemapFromBitmap2 calls android.renderscript.Allocation.createCubemapFromBitmap.

func (*Allocation) CreateCubemapFromBitmap4_1

func (m *Allocation) CreateCubemapFromBitmap4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

CreateCubemapFromBitmap4_1 calls android.renderscript.Allocation.createCubemapFromBitmap.

func (*Allocation) CreateCubemapFromCubeFaces7

func (m *Allocation) CreateCubemapFromCubeFaces7(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) (*jni.Object, error)

CreateCubemapFromCubeFaces7 calls android.renderscript.Allocation.createCubemapFromCubeFaces.

func (*Allocation) CreateCubemapFromCubeFaces9_1

func (m *Allocation) CreateCubemapFromCubeFaces9_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 *jni.Object,
	arg8 int32,
) (*jni.Object, error)

CreateCubemapFromCubeFaces9_1 calls android.renderscript.Allocation.createCubemapFromCubeFaces.

func (*Allocation) CreateFromBitmap2

func (m *Allocation) CreateFromBitmap2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

CreateFromBitmap2 calls android.renderscript.Allocation.createFromBitmap.

func (*Allocation) CreateFromBitmap4_1

func (m *Allocation) CreateFromBitmap4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

CreateFromBitmap4_1 calls android.renderscript.Allocation.createFromBitmap.

func (*Allocation) CreateFromBitmapResource3

func (m *Allocation) CreateFromBitmapResource3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreateFromBitmapResource3 calls android.renderscript.Allocation.createFromBitmapResource.

func (*Allocation) CreateFromBitmapResource5_1

func (m *Allocation) CreateFromBitmapResource5_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
) (*jni.Object, error)

CreateFromBitmapResource5_1 calls android.renderscript.Allocation.createFromBitmapResource.

func (*Allocation) CreateFromString

func (m *Allocation) CreateFromString(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
) (*jni.Object, error)

CreateFromString calls android.renderscript.Allocation.createFromString.

func (*Allocation) CreateSized3

func (m *Allocation) CreateSized3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreateSized3 calls android.renderscript.Allocation.createSized.

func (*Allocation) CreateSized4_1

func (m *Allocation) CreateSized4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

CreateSized4_1 calls android.renderscript.Allocation.createSized.

func (*Allocation) CreateTyped2

func (m *Allocation) CreateTyped2(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

CreateTyped2 calls android.renderscript.Allocation.createTyped.

func (*Allocation) CreateTyped3_2

func (m *Allocation) CreateTyped3_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreateTyped3_2 calls android.renderscript.Allocation.createTyped.

func (*Allocation) CreateTyped4_1

func (m *Allocation) CreateTyped4_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
) (*jni.Object, error)

CreateTyped4_1 calls android.renderscript.Allocation.createTyped.

func (*Allocation) Destroy

func (m *Allocation) Destroy() error

Destroy calls android.renderscript.Allocation.destroy.

func (*Allocation) GenerateMipmaps

func (m *Allocation) GenerateMipmaps() error

GenerateMipmaps calls android.renderscript.Allocation.generateMipmaps.

func (*Allocation) GetByteBuffer

func (m *Allocation) GetByteBuffer() (*jni.Object, error)

GetByteBuffer calls android.renderscript.Allocation.getByteBuffer.

func (*Allocation) GetBytesSize

func (m *Allocation) GetBytesSize() (int32, error)

GetBytesSize calls android.renderscript.Allocation.getBytesSize.

func (*Allocation) GetElement

func (m *Allocation) GetElement() (*jni.Object, error)

GetElement calls android.renderscript.Allocation.getElement.

func (*Allocation) GetStride

func (m *Allocation) GetStride() (int64, error)

GetStride calls android.renderscript.Allocation.getStride.

func (*Allocation) GetSurface

func (m *Allocation) GetSurface() (*jni.Object, error)

GetSurface calls android.renderscript.Allocation.getSurface.

func (*Allocation) GetTimeStamp

func (m *Allocation) GetTimeStamp() (int64, error)

GetTimeStamp calls android.renderscript.Allocation.getTimeStamp.

func (*Allocation) GetType

func (m *Allocation) GetType() (*jni.Object, error)

GetType calls android.renderscript.Allocation.getType.

func (*Allocation) GetUsage

func (m *Allocation) GetUsage() (int32, error)

GetUsage calls android.renderscript.Allocation.getUsage.

func (*Allocation) IoReceive

func (m *Allocation) IoReceive() error

IoReceive calls android.renderscript.Allocation.ioReceive.

func (*Allocation) IoSend

func (m *Allocation) IoSend() error

IoSend calls android.renderscript.Allocation.ioSend.

func (*Allocation) SetAutoPadding

func (m *Allocation) SetAutoPadding(arg0 bool) error

SetAutoPadding calls android.renderscript.Allocation.setAutoPadding.

func (*Allocation) SetFromFieldPacker2

func (m *Allocation) SetFromFieldPacker2(arg0 int32, arg1 *jni.Object) error

SetFromFieldPacker2 calls android.renderscript.Allocation.setFromFieldPacker.

func (*Allocation) SetFromFieldPacker3_1

func (m *Allocation) SetFromFieldPacker3_1(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
) error

SetFromFieldPacker3_1 calls android.renderscript.Allocation.setFromFieldPacker.

func (*Allocation) SetFromFieldPacker5_2

func (m *Allocation) SetFromFieldPacker5_2(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
) error

SetFromFieldPacker5_2 calls android.renderscript.Allocation.setFromFieldPacker.

func (*Allocation) SetOnBufferAvailableListener

func (m *Allocation) SetOnBufferAvailableListener(arg0 *jni.Object) error

SetOnBufferAvailableListener calls android.renderscript.Allocation.setOnBufferAvailableListener.

func (*Allocation) SetSurface

func (m *Allocation) SetSurface(arg0 *jni.Object) error

SetSurface calls android.renderscript.Allocation.setSurface.

func (*Allocation) SyncAll

func (m *Allocation) SyncAll(arg0 int32) error

SyncAll calls android.renderscript.Allocation.syncAll.

type AllocationAdapter

type AllocationAdapter struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AllocationAdapter wraps android.renderscript.AllocationAdapter.

func (*AllocationAdapter) Create1D

func (m *AllocationAdapter) Create1D(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create1D calls android.renderscript.AllocationAdapter.create1D.

func (*AllocationAdapter) Create2D

func (m *AllocationAdapter) Create2D(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create2D calls android.renderscript.AllocationAdapter.create2D.

func (*AllocationAdapter) CreateTyped

func (m *AllocationAdapter) CreateTyped(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

CreateTyped calls android.renderscript.AllocationAdapter.createTyped.

func (*AllocationAdapter) SetFace

func (m *AllocationAdapter) SetFace(arg0 *jni.Object) error

SetFace calls android.renderscript.AllocationAdapter.setFace.

func (*AllocationAdapter) SetLOD

func (m *AllocationAdapter) SetLOD(arg0 int32) error

SetLOD calls android.renderscript.AllocationAdapter.setLOD.

func (*AllocationAdapter) SetX

func (m *AllocationAdapter) SetX(arg0 int32) error

SetX calls android.renderscript.AllocationAdapter.setX.

func (*AllocationAdapter) SetY

func (m *AllocationAdapter) SetY(arg0 int32) error

SetY calls android.renderscript.AllocationAdapter.setY.

func (*AllocationAdapter) SetZ

func (m *AllocationAdapter) SetZ(arg0 int32) error

SetZ calls android.renderscript.AllocationAdapter.setZ.

type AllocationMipmapControl

type AllocationMipmapControl struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AllocationMipmapControl wraps android.renderscript.Allocation$MipmapControl.

func (*AllocationMipmapControl) ValueOf

func (m *AllocationMipmapControl) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.Allocation$MipmapControl.valueOf.

func (*AllocationMipmapControl) Values

func (m *AllocationMipmapControl) Values() (*jni.Object, error)

Values calls android.renderscript.Allocation$MipmapControl.values.

type AllocationOnBufferAvailableListener

type AllocationOnBufferAvailableListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

AllocationOnBufferAvailableListener wraps android.renderscript.Allocation$OnBufferAvailableListener.

func (*AllocationOnBufferAvailableListener) OnBufferAvailable

func (m *AllocationOnBufferAvailableListener) OnBufferAvailable(arg0 *jni.Object) error

OnBufferAvailable calls android.renderscript.Allocation$OnBufferAvailableListener.onBufferAvailable.

type BaseObj

type BaseObj struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

BaseObj wraps android.renderscript.BaseObj.

func (*BaseObj) Destroy

func (m *BaseObj) Destroy() error

Destroy calls android.renderscript.BaseObj.destroy.

func (*BaseObj) Equals

func (m *BaseObj) Equals(arg0 *jni.Object) (bool, error)

Equals calls android.renderscript.BaseObj.equals.

func (*BaseObj) GetName

func (m *BaseObj) GetName() (string, error)

GetName calls android.renderscript.BaseObj.getName.

func (*BaseObj) HashCode

func (m *BaseObj) HashCode() (int32, error)

HashCode calls android.renderscript.BaseObj.hashCode.

func (*BaseObj) SetName

func (m *BaseObj) SetName(arg0 string) error

SetName calls android.renderscript.BaseObj.setName.

type Byte2

type Byte2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Byte2 wraps android.renderscript.Byte2.

func NewByte2

func NewByte2(vm *jni.VM) (*Byte2, error)

NewByte2 creates a new android.renderscript.Byte2 instance.

type Byte3

type Byte3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Byte3 wraps android.renderscript.Byte3.

func NewByte3

func NewByte3(vm *jni.VM) (*Byte3, error)

NewByte3 creates a new android.renderscript.Byte3 instance.

type Byte4

type Byte4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Byte4 wraps android.renderscript.Byte4.

func NewByte4

func NewByte4(vm *jni.VM) (*Byte4, error)

NewByte4 creates a new android.renderscript.Byte4 instance.

type Double2

type Double2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Double2 wraps android.renderscript.Double2.

func NewDouble2

func NewDouble2(vm *jni.VM) (*Double2, error)

NewDouble2 creates a new android.renderscript.Double2 instance.

type Double3

type Double3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Double3 wraps android.renderscript.Double3.

func NewDouble3

func NewDouble3(vm *jni.VM) (*Double3, error)

NewDouble3 creates a new android.renderscript.Double3 instance.

type Double4

type Double4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Double4 wraps android.renderscript.Double4.

func NewDouble4

func NewDouble4(vm *jni.VM) (*Double4, error)

NewDouble4 creates a new android.renderscript.Double4 instance.

type Element

type Element struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Element wraps android.renderscript.Element.

func (*Element) ALLOCATION

func (m *Element) ALLOCATION(arg0 *jni.Object) (*jni.Object, error)

ALLOCATION calls android.renderscript.Element.ALLOCATION.

func (*Element) A_8

func (m *Element) A_8(arg0 *jni.Object) (*jni.Object, error)

A_8 calls android.renderscript.Element.A_8.

func (*Element) BOOLEAN

func (m *Element) BOOLEAN(arg0 *jni.Object) (*jni.Object, error)

BOOLEAN calls android.renderscript.Element.BOOLEAN.

func (*Element) CreatePixel

func (m *Element) CreatePixel(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

CreatePixel calls android.renderscript.Element.createPixel.

func (*Element) CreateVector

func (m *Element) CreateVector(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreateVector calls android.renderscript.Element.createVector.

func (*Element) ELEMENT

func (m *Element) ELEMENT(arg0 *jni.Object) (*jni.Object, error)

ELEMENT calls android.renderscript.Element.ELEMENT.

func (*Element) F16

func (m *Element) F16(arg0 *jni.Object) (*jni.Object, error)

F16 calls android.renderscript.Element.F16.

func (*Element) F16_2

func (m *Element) F16_2(arg0 *jni.Object) (*jni.Object, error)

F16_2 calls android.renderscript.Element.F16_2.

func (*Element) F16_3

func (m *Element) F16_3(arg0 *jni.Object) (*jni.Object, error)

F16_3 calls android.renderscript.Element.F16_3.

func (*Element) F16_4

func (m *Element) F16_4(arg0 *jni.Object) (*jni.Object, error)

F16_4 calls android.renderscript.Element.F16_4.

func (*Element) F32

func (m *Element) F32(arg0 *jni.Object) (*jni.Object, error)

F32 calls android.renderscript.Element.F32.

func (*Element) F32_2

func (m *Element) F32_2(arg0 *jni.Object) (*jni.Object, error)

F32_2 calls android.renderscript.Element.F32_2.

func (*Element) F32_3

func (m *Element) F32_3(arg0 *jni.Object) (*jni.Object, error)

F32_3 calls android.renderscript.Element.F32_3.

func (*Element) F32_4

func (m *Element) F32_4(arg0 *jni.Object) (*jni.Object, error)

F32_4 calls android.renderscript.Element.F32_4.

func (*Element) F64

func (m *Element) F64(arg0 *jni.Object) (*jni.Object, error)

F64 calls android.renderscript.Element.F64.

func (*Element) F64_2

func (m *Element) F64_2(arg0 *jni.Object) (*jni.Object, error)

F64_2 calls android.renderscript.Element.F64_2.

func (*Element) F64_3

func (m *Element) F64_3(arg0 *jni.Object) (*jni.Object, error)

F64_3 calls android.renderscript.Element.F64_3.

func (*Element) F64_4

func (m *Element) F64_4(arg0 *jni.Object) (*jni.Object, error)

F64_4 calls android.renderscript.Element.F64_4.

func (*Element) FONT

func (m *Element) FONT(arg0 *jni.Object) (*jni.Object, error)

FONT calls android.renderscript.Element.FONT.

func (*Element) GetBytesSize

func (m *Element) GetBytesSize() (int32, error)

GetBytesSize calls android.renderscript.Element.getBytesSize.

func (*Element) GetDataKind

func (m *Element) GetDataKind() (*jni.Object, error)

GetDataKind calls android.renderscript.Element.getDataKind.

func (*Element) GetDataType

func (m *Element) GetDataType() (*jni.Object, error)

GetDataType calls android.renderscript.Element.getDataType.

func (*Element) GetSubElement

func (m *Element) GetSubElement(arg0 int32) (*jni.Object, error)

GetSubElement calls android.renderscript.Element.getSubElement.

func (*Element) GetSubElementArraySize

func (m *Element) GetSubElementArraySize(arg0 int32) (int32, error)

GetSubElementArraySize calls android.renderscript.Element.getSubElementArraySize.

func (*Element) GetSubElementCount

func (m *Element) GetSubElementCount() (int32, error)

GetSubElementCount calls android.renderscript.Element.getSubElementCount.

func (*Element) GetSubElementName

func (m *Element) GetSubElementName(arg0 int32) (string, error)

GetSubElementName calls android.renderscript.Element.getSubElementName.

func (*Element) GetSubElementOffsetBytes

func (m *Element) GetSubElementOffsetBytes(arg0 int32) (int32, error)

GetSubElementOffsetBytes calls android.renderscript.Element.getSubElementOffsetBytes.

func (*Element) GetVectorSize

func (m *Element) GetVectorSize() (int32, error)

GetVectorSize calls android.renderscript.Element.getVectorSize.

func (*Element) I8

func (m *Element) I8(arg0 *jni.Object) (*jni.Object, error)

I8 calls android.renderscript.Element.I8.

func (*Element) I8_2

func (m *Element) I8_2(arg0 *jni.Object) (*jni.Object, error)

I8_2 calls android.renderscript.Element.I8_2.

func (*Element) I8_3

func (m *Element) I8_3(arg0 *jni.Object) (*jni.Object, error)

I8_3 calls android.renderscript.Element.I8_3.

func (*Element) I8_4

func (m *Element) I8_4(arg0 *jni.Object) (*jni.Object, error)

I8_4 calls android.renderscript.Element.I8_4.

func (*Element) I16

func (m *Element) I16(arg0 *jni.Object) (*jni.Object, error)

I16 calls android.renderscript.Element.I16.

func (*Element) I16_2

func (m *Element) I16_2(arg0 *jni.Object) (*jni.Object, error)

I16_2 calls android.renderscript.Element.I16_2.

func (*Element) I16_3

func (m *Element) I16_3(arg0 *jni.Object) (*jni.Object, error)

I16_3 calls android.renderscript.Element.I16_3.

func (*Element) I16_4

func (m *Element) I16_4(arg0 *jni.Object) (*jni.Object, error)

I16_4 calls android.renderscript.Element.I16_4.

func (*Element) I32

func (m *Element) I32(arg0 *jni.Object) (*jni.Object, error)

I32 calls android.renderscript.Element.I32.

func (*Element) I32_2

func (m *Element) I32_2(arg0 *jni.Object) (*jni.Object, error)

I32_2 calls android.renderscript.Element.I32_2.

func (*Element) I32_3

func (m *Element) I32_3(arg0 *jni.Object) (*jni.Object, error)

I32_3 calls android.renderscript.Element.I32_3.

func (*Element) I32_4

func (m *Element) I32_4(arg0 *jni.Object) (*jni.Object, error)

I32_4 calls android.renderscript.Element.I32_4.

func (*Element) I64

func (m *Element) I64(arg0 *jni.Object) (*jni.Object, error)

I64 calls android.renderscript.Element.I64.

func (*Element) I64_2

func (m *Element) I64_2(arg0 *jni.Object) (*jni.Object, error)

I64_2 calls android.renderscript.Element.I64_2.

func (*Element) I64_3

func (m *Element) I64_3(arg0 *jni.Object) (*jni.Object, error)

I64_3 calls android.renderscript.Element.I64_3.

func (*Element) I64_4

func (m *Element) I64_4(arg0 *jni.Object) (*jni.Object, error)

I64_4 calls android.renderscript.Element.I64_4.

func (*Element) IsCompatible

func (m *Element) IsCompatible(arg0 *jni.Object) (bool, error)

IsCompatible calls android.renderscript.Element.isCompatible.

func (*Element) IsComplex

func (m *Element) IsComplex() (bool, error)

IsComplex calls android.renderscript.Element.isComplex.

func (*Element) MATRIX4X4

func (m *Element) MATRIX4X4(arg0 *jni.Object) (*jni.Object, error)

MATRIX4X4 calls android.renderscript.Element.MATRIX4X4.

func (*Element) MATRIX_2X2

func (m *Element) MATRIX_2X2(arg0 *jni.Object) (*jni.Object, error)

MATRIX_2X2 calls android.renderscript.Element.MATRIX_2X2.

func (*Element) MATRIX_3X3

func (m *Element) MATRIX_3X3(arg0 *jni.Object) (*jni.Object, error)

MATRIX_3X3 calls android.renderscript.Element.MATRIX_3X3.

func (*Element) MATRIX_4X4

func (m *Element) MATRIX_4X4(arg0 *jni.Object) (*jni.Object, error)

MATRIX_4X4 calls android.renderscript.Element.MATRIX_4X4.

func (*Element) MESH

func (m *Element) MESH(arg0 *jni.Object) (*jni.Object, error)

MESH calls android.renderscript.Element.MESH.

func (*Element) PROGRAM_FRAGMENT

func (m *Element) PROGRAM_FRAGMENT(arg0 *jni.Object) (*jni.Object, error)

PROGRAM_FRAGMENT calls android.renderscript.Element.PROGRAM_FRAGMENT.

func (*Element) PROGRAM_RASTER

func (m *Element) PROGRAM_RASTER(arg0 *jni.Object) (*jni.Object, error)

PROGRAM_RASTER calls android.renderscript.Element.PROGRAM_RASTER.

func (*Element) PROGRAM_STORE

func (m *Element) PROGRAM_STORE(arg0 *jni.Object) (*jni.Object, error)

PROGRAM_STORE calls android.renderscript.Element.PROGRAM_STORE.

func (*Element) PROGRAM_VERTEX

func (m *Element) PROGRAM_VERTEX(arg0 *jni.Object) (*jni.Object, error)

PROGRAM_VERTEX calls android.renderscript.Element.PROGRAM_VERTEX.

func (*Element) RGBA_4444

func (m *Element) RGBA_4444(arg0 *jni.Object) (*jni.Object, error)

RGBA_4444 calls android.renderscript.Element.RGBA_4444.

func (*Element) RGBA_5551

func (m *Element) RGBA_5551(arg0 *jni.Object) (*jni.Object, error)

RGBA_5551 calls android.renderscript.Element.RGBA_5551.

func (*Element) RGBA_8888

func (m *Element) RGBA_8888(arg0 *jni.Object) (*jni.Object, error)

RGBA_8888 calls android.renderscript.Element.RGBA_8888.

func (*Element) RGB_565

func (m *Element) RGB_565(arg0 *jni.Object) (*jni.Object, error)

RGB_565 calls android.renderscript.Element.RGB_565.

func (*Element) RGB_888

func (m *Element) RGB_888(arg0 *jni.Object) (*jni.Object, error)

RGB_888 calls android.renderscript.Element.RGB_888.

func (*Element) SAMPLER

func (m *Element) SAMPLER(arg0 *jni.Object) (*jni.Object, error)

SAMPLER calls android.renderscript.Element.SAMPLER.

func (*Element) SCRIPT

func (m *Element) SCRIPT(arg0 *jni.Object) (*jni.Object, error)

SCRIPT calls android.renderscript.Element.SCRIPT.

func (*Element) TYPE

func (m *Element) TYPE(arg0 *jni.Object) (*jni.Object, error)

TYPE calls android.renderscript.Element.TYPE.

func (*Element) U8

func (m *Element) U8(arg0 *jni.Object) (*jni.Object, error)

U8 calls android.renderscript.Element.U8.

func (*Element) U8_2

func (m *Element) U8_2(arg0 *jni.Object) (*jni.Object, error)

U8_2 calls android.renderscript.Element.U8_2.

func (*Element) U8_3

func (m *Element) U8_3(arg0 *jni.Object) (*jni.Object, error)

U8_3 calls android.renderscript.Element.U8_3.

func (*Element) U8_4

func (m *Element) U8_4(arg0 *jni.Object) (*jni.Object, error)

U8_4 calls android.renderscript.Element.U8_4.

func (*Element) U16

func (m *Element) U16(arg0 *jni.Object) (*jni.Object, error)

U16 calls android.renderscript.Element.U16.

func (*Element) U16_2

func (m *Element) U16_2(arg0 *jni.Object) (*jni.Object, error)

U16_2 calls android.renderscript.Element.U16_2.

func (*Element) U16_3

func (m *Element) U16_3(arg0 *jni.Object) (*jni.Object, error)

U16_3 calls android.renderscript.Element.U16_3.

func (*Element) U16_4

func (m *Element) U16_4(arg0 *jni.Object) (*jni.Object, error)

U16_4 calls android.renderscript.Element.U16_4.

func (*Element) U32

func (m *Element) U32(arg0 *jni.Object) (*jni.Object, error)

U32 calls android.renderscript.Element.U32.

func (*Element) U32_2

func (m *Element) U32_2(arg0 *jni.Object) (*jni.Object, error)

U32_2 calls android.renderscript.Element.U32_2.

func (*Element) U32_3

func (m *Element) U32_3(arg0 *jni.Object) (*jni.Object, error)

U32_3 calls android.renderscript.Element.U32_3.

func (*Element) U32_4

func (m *Element) U32_4(arg0 *jni.Object) (*jni.Object, error)

U32_4 calls android.renderscript.Element.U32_4.

func (*Element) U64

func (m *Element) U64(arg0 *jni.Object) (*jni.Object, error)

U64 calls android.renderscript.Element.U64.

func (*Element) U64_2

func (m *Element) U64_2(arg0 *jni.Object) (*jni.Object, error)

U64_2 calls android.renderscript.Element.U64_2.

func (*Element) U64_3

func (m *Element) U64_3(arg0 *jni.Object) (*jni.Object, error)

U64_3 calls android.renderscript.Element.U64_3.

func (*Element) U64_4

func (m *Element) U64_4(arg0 *jni.Object) (*jni.Object, error)

U64_4 calls android.renderscript.Element.U64_4.

func (*Element) YUV

func (m *Element) YUV(arg0 *jni.Object) (*jni.Object, error)

YUV calls android.renderscript.Element.YUV.

type ElementBuilder

type ElementBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ElementBuilder wraps android.renderscript.Element$Builder.

func (*ElementBuilder) Add2

func (m *ElementBuilder) Add2(arg0 *jni.Object, arg1 string) (*jni.Object, error)

Add2 calls android.renderscript.Element$Builder.add.

func (*ElementBuilder) Add3_1

func (m *ElementBuilder) Add3_1(
	arg0 *jni.Object,
	arg1 string,
	arg2 int32,
) (*jni.Object, error)

Add3_1 calls android.renderscript.Element$Builder.add.

func (*ElementBuilder) Create

func (m *ElementBuilder) Create() (*jni.Object, error)

Create calls android.renderscript.Element$Builder.create.

type ElementDataKind

type ElementDataKind struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ElementDataKind wraps android.renderscript.Element$DataKind.

func (*ElementDataKind) ValueOf

func (m *ElementDataKind) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.Element$DataKind.valueOf.

func (*ElementDataKind) Values

func (m *ElementDataKind) Values() (*jni.Object, error)

Values calls android.renderscript.Element$DataKind.values.

type ElementDataType

type ElementDataType struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ElementDataType wraps android.renderscript.Element$DataType.

func (*ElementDataType) ValueOf

func (m *ElementDataType) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.Element$DataType.valueOf.

func (*ElementDataType) Values

func (m *ElementDataType) Values() (*jni.Object, error)

Values calls android.renderscript.Element$DataType.values.

type FieldPacker

type FieldPacker struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

FieldPacker wraps android.renderscript.FieldPacker.

func NewFieldPacker

func NewFieldPacker(vm *jni.VM, arg0 *jni.Object) (*FieldPacker, error)

NewFieldPacker creates a new android.renderscript.FieldPacker instance.

func (*FieldPacker) AddBoolean

func (m *FieldPacker) AddBoolean(arg0 bool) error

AddBoolean calls android.renderscript.FieldPacker.addBoolean.

func (*FieldPacker) AddF321

func (m *FieldPacker) AddF321(arg0 *jni.Object) error

AddF321 calls android.renderscript.FieldPacker.addF32.

func (*FieldPacker) AddF321_1

func (m *FieldPacker) AddF321_1(arg0 *jni.Object) error

AddF321_1 calls android.renderscript.FieldPacker.addF32.

func (*FieldPacker) AddF321_2

func (m *FieldPacker) AddF321_2(arg0 *jni.Object) error

AddF321_2 calls android.renderscript.FieldPacker.addF32.

func (*FieldPacker) AddF321_3

func (m *FieldPacker) AddF321_3(arg0 float32) error

AddF321_3 calls android.renderscript.FieldPacker.addF32.

func (*FieldPacker) AddF641

func (m *FieldPacker) AddF641(arg0 *jni.Object) error

AddF641 calls android.renderscript.FieldPacker.addF64.

func (*FieldPacker) AddF641_1

func (m *FieldPacker) AddF641_1(arg0 *jni.Object) error

AddF641_1 calls android.renderscript.FieldPacker.addF64.

func (*FieldPacker) AddF641_2

func (m *FieldPacker) AddF641_2(arg0 *jni.Object) error

AddF641_2 calls android.renderscript.FieldPacker.addF64.

func (*FieldPacker) AddF641_3

func (m *FieldPacker) AddF641_3(arg0 float64) error

AddF641_3 calls android.renderscript.FieldPacker.addF64.

func (*FieldPacker) AddI81

func (m *FieldPacker) AddI81(arg0 *jni.Object) error

AddI81 calls android.renderscript.FieldPacker.addI8.

func (*FieldPacker) AddI81_1

func (m *FieldPacker) AddI81_1(arg0 *jni.Object) error

AddI81_1 calls android.renderscript.FieldPacker.addI8.

func (*FieldPacker) AddI81_2

func (m *FieldPacker) AddI81_2(arg0 *jni.Object) error

AddI81_2 calls android.renderscript.FieldPacker.addI8.

func (*FieldPacker) AddI81_3

func (m *FieldPacker) AddI81_3(arg0 int8) error

AddI81_3 calls android.renderscript.FieldPacker.addI8.

func (*FieldPacker) AddI161

func (m *FieldPacker) AddI161(arg0 *jni.Object) error

AddI161 calls android.renderscript.FieldPacker.addI16.

func (*FieldPacker) AddI161_1

func (m *FieldPacker) AddI161_1(arg0 *jni.Object) error

AddI161_1 calls android.renderscript.FieldPacker.addI16.

func (*FieldPacker) AddI161_2

func (m *FieldPacker) AddI161_2(arg0 *jni.Object) error

AddI161_2 calls android.renderscript.FieldPacker.addI16.

func (*FieldPacker) AddI161_3

func (m *FieldPacker) AddI161_3(arg0 int16) error

AddI161_3 calls android.renderscript.FieldPacker.addI16.

func (*FieldPacker) AddI321

func (m *FieldPacker) AddI321(arg0 *jni.Object) error

AddI321 calls android.renderscript.FieldPacker.addI32.

func (*FieldPacker) AddI321_1

func (m *FieldPacker) AddI321_1(arg0 *jni.Object) error

AddI321_1 calls android.renderscript.FieldPacker.addI32.

func (*FieldPacker) AddI321_2

func (m *FieldPacker) AddI321_2(arg0 *jni.Object) error

AddI321_2 calls android.renderscript.FieldPacker.addI32.

func (*FieldPacker) AddI321_3

func (m *FieldPacker) AddI321_3(arg0 int32) error

AddI321_3 calls android.renderscript.FieldPacker.addI32.

func (*FieldPacker) AddI641

func (m *FieldPacker) AddI641(arg0 *jni.Object) error

AddI641 calls android.renderscript.FieldPacker.addI64.

func (*FieldPacker) AddI641_1

func (m *FieldPacker) AddI641_1(arg0 *jni.Object) error

AddI641_1 calls android.renderscript.FieldPacker.addI64.

func (*FieldPacker) AddI641_2

func (m *FieldPacker) AddI641_2(arg0 *jni.Object) error

AddI641_2 calls android.renderscript.FieldPacker.addI64.

func (*FieldPacker) AddI641_3

func (m *FieldPacker) AddI641_3(arg0 int64) error

AddI641_3 calls android.renderscript.FieldPacker.addI64.

func (*FieldPacker) AddMatrix1

func (m *FieldPacker) AddMatrix1(arg0 *jni.Object) error

AddMatrix1 calls android.renderscript.FieldPacker.addMatrix.

func (*FieldPacker) AddMatrix1_1

func (m *FieldPacker) AddMatrix1_1(arg0 *jni.Object) error

AddMatrix1_1 calls android.renderscript.FieldPacker.addMatrix.

func (*FieldPacker) AddMatrix1_2

func (m *FieldPacker) AddMatrix1_2(arg0 *jni.Object) error

AddMatrix1_2 calls android.renderscript.FieldPacker.addMatrix.

func (*FieldPacker) AddObj

func (m *FieldPacker) AddObj(arg0 *jni.Object) error

AddObj calls android.renderscript.FieldPacker.addObj.

func (*FieldPacker) AddU81

func (m *FieldPacker) AddU81(arg0 *jni.Object) error

AddU81 calls android.renderscript.FieldPacker.addU8.

func (*FieldPacker) AddU81_1

func (m *FieldPacker) AddU81_1(arg0 *jni.Object) error

AddU81_1 calls android.renderscript.FieldPacker.addU8.

func (*FieldPacker) AddU81_2

func (m *FieldPacker) AddU81_2(arg0 *jni.Object) error

AddU81_2 calls android.renderscript.FieldPacker.addU8.

func (*FieldPacker) AddU81_3

func (m *FieldPacker) AddU81_3(arg0 int16) error

AddU81_3 calls android.renderscript.FieldPacker.addU8.

func (*FieldPacker) AddU161

func (m *FieldPacker) AddU161(arg0 *jni.Object) error

AddU161 calls android.renderscript.FieldPacker.addU16.

func (*FieldPacker) AddU161_1

func (m *FieldPacker) AddU161_1(arg0 *jni.Object) error

AddU161_1 calls android.renderscript.FieldPacker.addU16.

func (*FieldPacker) AddU161_2

func (m *FieldPacker) AddU161_2(arg0 *jni.Object) error

AddU161_2 calls android.renderscript.FieldPacker.addU16.

func (*FieldPacker) AddU161_3

func (m *FieldPacker) AddU161_3(arg0 int32) error

AddU161_3 calls android.renderscript.FieldPacker.addU16.

func (*FieldPacker) AddU321

func (m *FieldPacker) AddU321(arg0 *jni.Object) error

AddU321 calls android.renderscript.FieldPacker.addU32.

func (*FieldPacker) AddU321_1

func (m *FieldPacker) AddU321_1(arg0 *jni.Object) error

AddU321_1 calls android.renderscript.FieldPacker.addU32.

func (*FieldPacker) AddU321_2

func (m *FieldPacker) AddU321_2(arg0 *jni.Object) error

AddU321_2 calls android.renderscript.FieldPacker.addU32.

func (*FieldPacker) AddU321_3

func (m *FieldPacker) AddU321_3(arg0 int64) error

AddU321_3 calls android.renderscript.FieldPacker.addU32.

func (*FieldPacker) AddU641

func (m *FieldPacker) AddU641(arg0 *jni.Object) error

AddU641 calls android.renderscript.FieldPacker.addU64.

func (*FieldPacker) AddU641_1

func (m *FieldPacker) AddU641_1(arg0 *jni.Object) error

AddU641_1 calls android.renderscript.FieldPacker.addU64.

func (*FieldPacker) AddU641_2

func (m *FieldPacker) AddU641_2(arg0 *jni.Object) error

AddU641_2 calls android.renderscript.FieldPacker.addU64.

func (*FieldPacker) AddU641_3

func (m *FieldPacker) AddU641_3(arg0 int64) error

AddU641_3 calls android.renderscript.FieldPacker.addU64.

func (*FieldPacker) Align

func (m *FieldPacker) Align(arg0 int32) error

Align calls android.renderscript.FieldPacker.align.

func (*FieldPacker) GetData

func (m *FieldPacker) GetData() (*jni.Object, error)

GetData calls android.renderscript.FieldPacker.getData.

func (*FieldPacker) Reset0

func (m *FieldPacker) Reset0() error

Reset0 calls android.renderscript.FieldPacker.reset.

func (*FieldPacker) Reset1_1

func (m *FieldPacker) Reset1_1(arg0 int32) error

Reset1_1 calls android.renderscript.FieldPacker.reset.

func (*FieldPacker) Skip

func (m *FieldPacker) Skip(arg0 int32) error

Skip calls android.renderscript.FieldPacker.skip.

func (*FieldPacker) SubBoolean

func (m *FieldPacker) SubBoolean() (bool, error)

SubBoolean calls android.renderscript.FieldPacker.subBoolean.

func (*FieldPacker) SubByte2

func (m *FieldPacker) SubByte2() (*jni.Object, error)

SubByte2 calls android.renderscript.FieldPacker.subByte2.

func (*FieldPacker) SubByte3

func (m *FieldPacker) SubByte3() (*jni.Object, error)

SubByte3 calls android.renderscript.FieldPacker.subByte3.

func (*FieldPacker) SubByte4

func (m *FieldPacker) SubByte4() (*jni.Object, error)

SubByte4 calls android.renderscript.FieldPacker.subByte4.

func (*FieldPacker) SubDouble2

func (m *FieldPacker) SubDouble2() (*jni.Object, error)

SubDouble2 calls android.renderscript.FieldPacker.subDouble2.

func (*FieldPacker) SubDouble3

func (m *FieldPacker) SubDouble3() (*jni.Object, error)

SubDouble3 calls android.renderscript.FieldPacker.subDouble3.

func (*FieldPacker) SubDouble4

func (m *FieldPacker) SubDouble4() (*jni.Object, error)

SubDouble4 calls android.renderscript.FieldPacker.subDouble4.

func (*FieldPacker) SubF32

func (m *FieldPacker) SubF32() (float32, error)

SubF32 calls android.renderscript.FieldPacker.subF32.

func (*FieldPacker) SubF64

func (m *FieldPacker) SubF64() (float64, error)

SubF64 calls android.renderscript.FieldPacker.subF64.

func (*FieldPacker) SubFloat2

func (m *FieldPacker) SubFloat2() (*jni.Object, error)

SubFloat2 calls android.renderscript.FieldPacker.subFloat2.

func (*FieldPacker) SubFloat3

func (m *FieldPacker) SubFloat3() (*jni.Object, error)

SubFloat3 calls android.renderscript.FieldPacker.subFloat3.

func (*FieldPacker) SubFloat4

func (m *FieldPacker) SubFloat4() (*jni.Object, error)

SubFloat4 calls android.renderscript.FieldPacker.subFloat4.

func (*FieldPacker) SubI8

func (m *FieldPacker) SubI8() (int8, error)

SubI8 calls android.renderscript.FieldPacker.subI8.

func (*FieldPacker) SubI16

func (m *FieldPacker) SubI16() (int16, error)

SubI16 calls android.renderscript.FieldPacker.subI16.

func (*FieldPacker) SubI32

func (m *FieldPacker) SubI32() (int32, error)

SubI32 calls android.renderscript.FieldPacker.subI32.

func (*FieldPacker) SubI64

func (m *FieldPacker) SubI64() (int64, error)

SubI64 calls android.renderscript.FieldPacker.subI64.

func (*FieldPacker) SubInt2

func (m *FieldPacker) SubInt2() (*jni.Object, error)

SubInt2 calls android.renderscript.FieldPacker.subInt2.

func (*FieldPacker) SubInt3

func (m *FieldPacker) SubInt3() (*jni.Object, error)

SubInt3 calls android.renderscript.FieldPacker.subInt3.

func (*FieldPacker) SubInt4

func (m *FieldPacker) SubInt4() (*jni.Object, error)

SubInt4 calls android.renderscript.FieldPacker.subInt4.

func (*FieldPacker) SubLong2

func (m *FieldPacker) SubLong2() (*jni.Object, error)

SubLong2 calls android.renderscript.FieldPacker.subLong2.

func (*FieldPacker) SubLong3

func (m *FieldPacker) SubLong3() (*jni.Object, error)

SubLong3 calls android.renderscript.FieldPacker.subLong3.

func (*FieldPacker) SubLong4

func (m *FieldPacker) SubLong4() (*jni.Object, error)

SubLong4 calls android.renderscript.FieldPacker.subLong4.

func (*FieldPacker) SubMatrix2f

func (m *FieldPacker) SubMatrix2f() (*jni.Object, error)

SubMatrix2f calls android.renderscript.FieldPacker.subMatrix2f.

func (*FieldPacker) SubMatrix3f

func (m *FieldPacker) SubMatrix3f() (*jni.Object, error)

SubMatrix3f calls android.renderscript.FieldPacker.subMatrix3f.

func (*FieldPacker) SubMatrix4f

func (m *FieldPacker) SubMatrix4f() (*jni.Object, error)

SubMatrix4f calls android.renderscript.FieldPacker.subMatrix4f.

func (*FieldPacker) SubShort2

func (m *FieldPacker) SubShort2() (*jni.Object, error)

SubShort2 calls android.renderscript.FieldPacker.subShort2.

func (*FieldPacker) SubShort3

func (m *FieldPacker) SubShort3() (*jni.Object, error)

SubShort3 calls android.renderscript.FieldPacker.subShort3.

func (*FieldPacker) SubShort4

func (m *FieldPacker) SubShort4() (*jni.Object, error)

SubShort4 calls android.renderscript.FieldPacker.subShort4.

func (*FieldPacker) Subalign

func (m *FieldPacker) Subalign(arg0 int32) error

Subalign calls android.renderscript.FieldPacker.subalign.

type Float2

type Float2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Float2 wraps android.renderscript.Float2.

func NewFloat2

func NewFloat2(vm *jni.VM) (*Float2, error)

NewFloat2 creates a new android.renderscript.Float2 instance.

type Float3

type Float3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Float3 wraps android.renderscript.Float3.

func NewFloat3

func NewFloat3(vm *jni.VM) (*Float3, error)

NewFloat3 creates a new android.renderscript.Float3 instance.

type Float4

type Float4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Float4 wraps android.renderscript.Float4.

func NewFloat4

func NewFloat4(vm *jni.VM) (*Float4, error)

NewFloat4 creates a new android.renderscript.Float4 instance.

type Int2

type Int2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Int2 wraps android.renderscript.Int2.

func NewInt2

func NewInt2(vm *jni.VM) (*Int2, error)

NewInt2 creates a new android.renderscript.Int2 instance.

type Int3

type Int3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Int3 wraps android.renderscript.Int3.

func NewInt3

func NewInt3(vm *jni.VM) (*Int3, error)

NewInt3 creates a new android.renderscript.Int3 instance.

type Int4

type Int4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Int4 wraps android.renderscript.Int4.

func NewInt4

func NewInt4(vm *jni.VM) (*Int4, error)

NewInt4 creates a new android.renderscript.Int4 instance.

type Long2

type Long2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Long2 wraps android.renderscript.Long2.

func NewLong2

func NewLong2(vm *jni.VM) (*Long2, error)

NewLong2 creates a new android.renderscript.Long2 instance.

type Long3

type Long3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Long3 wraps android.renderscript.Long3.

func NewLong3

func NewLong3(vm *jni.VM) (*Long3, error)

NewLong3 creates a new android.renderscript.Long3 instance.

type Long4

type Long4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Long4 wraps android.renderscript.Long4.

func NewLong4

func NewLong4(vm *jni.VM) (*Long4, error)

NewLong4 creates a new android.renderscript.Long4 instance.

type Matrix2f

type Matrix2f struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Matrix2f wraps android.renderscript.Matrix2f.

func NewMatrix2f

func NewMatrix2f(vm *jni.VM) (*Matrix2f, error)

NewMatrix2f creates a new android.renderscript.Matrix2f instance.

func (*Matrix2f) Get

func (m *Matrix2f) Get(arg0 int32, arg1 int32) (float32, error)

Get calls android.renderscript.Matrix2f.get.

func (*Matrix2f) GetArray

func (m *Matrix2f) GetArray() (*jni.Object, error)

GetArray calls android.renderscript.Matrix2f.getArray.

func (*Matrix2f) Load

func (m *Matrix2f) Load(arg0 *jni.Object) error

Load calls android.renderscript.Matrix2f.load.

func (*Matrix2f) LoadIdentity

func (m *Matrix2f) LoadIdentity() error

LoadIdentity calls android.renderscript.Matrix2f.loadIdentity.

func (*Matrix2f) LoadMultiply

func (m *Matrix2f) LoadMultiply(arg0 *jni.Object, arg1 *jni.Object) error

LoadMultiply calls android.renderscript.Matrix2f.loadMultiply.

func (*Matrix2f) LoadRotate

func (m *Matrix2f) LoadRotate(arg0 float32) error

LoadRotate calls android.renderscript.Matrix2f.loadRotate.

func (*Matrix2f) LoadScale

func (m *Matrix2f) LoadScale(arg0 float32, arg1 float32) error

LoadScale calls android.renderscript.Matrix2f.loadScale.

func (*Matrix2f) Multiply

func (m *Matrix2f) Multiply(arg0 *jni.Object) error

Multiply calls android.renderscript.Matrix2f.multiply.

func (*Matrix2f) Rotate

func (m *Matrix2f) Rotate(arg0 float32) error

Rotate calls android.renderscript.Matrix2f.rotate.

func (*Matrix2f) Scale

func (m *Matrix2f) Scale(arg0 float32, arg1 float32) error

Scale calls android.renderscript.Matrix2f.scale.

func (*Matrix2f) Set

func (m *Matrix2f) Set(
	arg0 int32,
	arg1 int32,
	arg2 float32,
) error

Set calls android.renderscript.Matrix2f.set.

func (*Matrix2f) Transpose

func (m *Matrix2f) Transpose() error

Transpose calls android.renderscript.Matrix2f.transpose.

type Matrix3f

type Matrix3f struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Matrix3f wraps android.renderscript.Matrix3f.

func NewMatrix3f

func NewMatrix3f(vm *jni.VM) (*Matrix3f, error)

NewMatrix3f creates a new android.renderscript.Matrix3f instance.

func (*Matrix3f) Get

func (m *Matrix3f) Get(arg0 int32, arg1 int32) (float32, error)

Get calls android.renderscript.Matrix3f.get.

func (*Matrix3f) GetArray

func (m *Matrix3f) GetArray() (*jni.Object, error)

GetArray calls android.renderscript.Matrix3f.getArray.

func (*Matrix3f) Load

func (m *Matrix3f) Load(arg0 *jni.Object) error

Load calls android.renderscript.Matrix3f.load.

func (*Matrix3f) LoadIdentity

func (m *Matrix3f) LoadIdentity() error

LoadIdentity calls android.renderscript.Matrix3f.loadIdentity.

func (*Matrix3f) LoadMultiply

func (m *Matrix3f) LoadMultiply(arg0 *jni.Object, arg1 *jni.Object) error

LoadMultiply calls android.renderscript.Matrix3f.loadMultiply.

func (*Matrix3f) LoadRotate1

func (m *Matrix3f) LoadRotate1(arg0 float32) error

LoadRotate1 calls android.renderscript.Matrix3f.loadRotate.

func (*Matrix3f) LoadRotate4_1

func (m *Matrix3f) LoadRotate4_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

LoadRotate4_1 calls android.renderscript.Matrix3f.loadRotate.

func (*Matrix3f) LoadScale2

func (m *Matrix3f) LoadScale2(arg0 float32, arg1 float32) error

LoadScale2 calls android.renderscript.Matrix3f.loadScale.

func (*Matrix3f) LoadScale3_1

func (m *Matrix3f) LoadScale3_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

LoadScale3_1 calls android.renderscript.Matrix3f.loadScale.

func (*Matrix3f) LoadTranslate

func (m *Matrix3f) LoadTranslate(arg0 float32, arg1 float32) error

LoadTranslate calls android.renderscript.Matrix3f.loadTranslate.

func (*Matrix3f) Multiply

func (m *Matrix3f) Multiply(arg0 *jni.Object) error

Multiply calls android.renderscript.Matrix3f.multiply.

func (*Matrix3f) Rotate1

func (m *Matrix3f) Rotate1(arg0 float32) error

Rotate1 calls android.renderscript.Matrix3f.rotate.

func (*Matrix3f) Rotate4_1

func (m *Matrix3f) Rotate4_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

Rotate4_1 calls android.renderscript.Matrix3f.rotate.

func (*Matrix3f) Scale2

func (m *Matrix3f) Scale2(arg0 float32, arg1 float32) error

Scale2 calls android.renderscript.Matrix3f.scale.

func (*Matrix3f) Scale3_1

func (m *Matrix3f) Scale3_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

Scale3_1 calls android.renderscript.Matrix3f.scale.

func (*Matrix3f) Set

func (m *Matrix3f) Set(
	arg0 int32,
	arg1 int32,
	arg2 float32,
) error

Set calls android.renderscript.Matrix3f.set.

func (*Matrix3f) Translate

func (m *Matrix3f) Translate(arg0 float32, arg1 float32) error

Translate calls android.renderscript.Matrix3f.translate.

func (*Matrix3f) Transpose

func (m *Matrix3f) Transpose() error

Transpose calls android.renderscript.Matrix3f.transpose.

type Matrix4f

type Matrix4f struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Matrix4f wraps android.renderscript.Matrix4f.

func NewMatrix4f

func NewMatrix4f(vm *jni.VM) (*Matrix4f, error)

NewMatrix4f creates a new android.renderscript.Matrix4f instance.

func (*Matrix4f) Get

func (m *Matrix4f) Get(arg0 int32, arg1 int32) (float32, error)

Get calls android.renderscript.Matrix4f.get.

func (*Matrix4f) GetArray

func (m *Matrix4f) GetArray() (*jni.Object, error)

GetArray calls android.renderscript.Matrix4f.getArray.

func (*Matrix4f) Inverse

func (m *Matrix4f) Inverse() (bool, error)

Inverse calls android.renderscript.Matrix4f.inverse.

func (*Matrix4f) InverseTranspose

func (m *Matrix4f) InverseTranspose() (bool, error)

InverseTranspose calls android.renderscript.Matrix4f.inverseTranspose.

func (*Matrix4f) Load

func (m *Matrix4f) Load(arg0 *jni.Object) error

Load calls android.renderscript.Matrix4f.load.

func (*Matrix4f) LoadFrustum

func (m *Matrix4f) LoadFrustum(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
	arg4 float32,
	arg5 float32,
) error

LoadFrustum calls android.renderscript.Matrix4f.loadFrustum.

func (*Matrix4f) LoadIdentity

func (m *Matrix4f) LoadIdentity() error

LoadIdentity calls android.renderscript.Matrix4f.loadIdentity.

func (*Matrix4f) LoadMultiply

func (m *Matrix4f) LoadMultiply(arg0 *jni.Object, arg1 *jni.Object) error

LoadMultiply calls android.renderscript.Matrix4f.loadMultiply.

func (*Matrix4f) LoadOrtho

func (m *Matrix4f) LoadOrtho(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
	arg4 float32,
	arg5 float32,
) error

LoadOrtho calls android.renderscript.Matrix4f.loadOrtho.

func (*Matrix4f) LoadOrthoWindow

func (m *Matrix4f) LoadOrthoWindow(arg0 int32, arg1 int32) error

LoadOrthoWindow calls android.renderscript.Matrix4f.loadOrthoWindow.

func (*Matrix4f) LoadPerspective

func (m *Matrix4f) LoadPerspective(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

LoadPerspective calls android.renderscript.Matrix4f.loadPerspective.

func (*Matrix4f) LoadProjectionNormalized

func (m *Matrix4f) LoadProjectionNormalized(arg0 int32, arg1 int32) error

LoadProjectionNormalized calls android.renderscript.Matrix4f.loadProjectionNormalized.

func (*Matrix4f) LoadRotate

func (m *Matrix4f) LoadRotate(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

LoadRotate calls android.renderscript.Matrix4f.loadRotate.

func (*Matrix4f) LoadScale

func (m *Matrix4f) LoadScale(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

LoadScale calls android.renderscript.Matrix4f.loadScale.

func (*Matrix4f) LoadTranslate

func (m *Matrix4f) LoadTranslate(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

LoadTranslate calls android.renderscript.Matrix4f.loadTranslate.

func (*Matrix4f) Multiply

func (m *Matrix4f) Multiply(arg0 *jni.Object) error

Multiply calls android.renderscript.Matrix4f.multiply.

func (*Matrix4f) Rotate

func (m *Matrix4f) Rotate(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

Rotate calls android.renderscript.Matrix4f.rotate.

func (*Matrix4f) Scale

func (m *Matrix4f) Scale(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

Scale calls android.renderscript.Matrix4f.scale.

func (*Matrix4f) Set

func (m *Matrix4f) Set(
	arg0 int32,
	arg1 int32,
	arg2 float32,
) error

Set calls android.renderscript.Matrix4f.set.

func (*Matrix4f) Translate

func (m *Matrix4f) Translate(
	arg0 float32,
	arg1 float32,
	arg2 float32,
) error

Translate calls android.renderscript.Matrix4f.translate.

func (*Matrix4f) Transpose

func (m *Matrix4f) Transpose() error

Transpose calls android.renderscript.Matrix4f.transpose.

type RSDriverException

type RSDriverException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RSDriverException wraps android.renderscript.RSDriverException.

func NewRSDriverException

func NewRSDriverException(vm *jni.VM, arg0 string) (*RSDriverException, error)

NewRSDriverException creates a new android.renderscript.RSDriverException instance.

type RSIllegalArgumentException

type RSIllegalArgumentException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RSIllegalArgumentException wraps android.renderscript.RSIllegalArgumentException.

func NewRSIllegalArgumentException

func NewRSIllegalArgumentException(vm *jni.VM, arg0 string) (*RSIllegalArgumentException, error)

NewRSIllegalArgumentException creates a new android.renderscript.RSIllegalArgumentException instance.

type RSInvalidStateException

type RSInvalidStateException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RSInvalidStateException wraps android.renderscript.RSInvalidStateException.

func NewRSInvalidStateException

func NewRSInvalidStateException(vm *jni.VM, arg0 string) (*RSInvalidStateException, error)

NewRSInvalidStateException creates a new android.renderscript.RSInvalidStateException instance.

type RSRuntimeException

type RSRuntimeException struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RSRuntimeException wraps android.renderscript.RSRuntimeException.

func NewRSRuntimeException

func NewRSRuntimeException(vm *jni.VM, arg0 string) (*RSRuntimeException, error)

NewRSRuntimeException creates a new android.renderscript.RSRuntimeException instance.

type RenderScript

type RenderScript struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderScript wraps android.renderscript.RenderScript.

func (*RenderScript) ContextDump

func (m *RenderScript) ContextDump() error

ContextDump calls android.renderscript.RenderScript.contextDump.

func (*RenderScript) Create1

func (m *RenderScript) Create1(arg0 *jni.Object) (*jni.Object, error)

Create1 calls android.renderscript.RenderScript.create.

func (*RenderScript) Create2_1

func (m *RenderScript) Create2_1(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create2_1 calls android.renderscript.RenderScript.create.

func (*RenderScript) Create3_2

func (m *RenderScript) Create3_2(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

Create3_2 calls android.renderscript.RenderScript.create.

func (*RenderScript) CreateMultiContext

func (m *RenderScript) CreateMultiContext(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

CreateMultiContext calls android.renderscript.RenderScript.createMultiContext.

func (*RenderScript) Destroy

func (m *RenderScript) Destroy() error

Destroy calls android.renderscript.RenderScript.destroy.

func (*RenderScript) Finish

func (m *RenderScript) Finish() error

Finish calls android.renderscript.RenderScript.finish.

func (*RenderScript) GetApplicationContext

func (m *RenderScript) GetApplicationContext() (*jni.Object, error)

GetApplicationContext calls android.renderscript.RenderScript.getApplicationContext.

func (*RenderScript) GetErrorHandler

func (m *RenderScript) GetErrorHandler() (*jni.Object, error)

GetErrorHandler calls android.renderscript.RenderScript.getErrorHandler.

func (*RenderScript) GetMessageHandler

func (m *RenderScript) GetMessageHandler() (*jni.Object, error)

GetMessageHandler calls android.renderscript.RenderScript.getMessageHandler.

func (*RenderScript) GetMinorVersion

func (m *RenderScript) GetMinorVersion() (int64, error)

GetMinorVersion calls android.renderscript.RenderScript.getMinorVersion.

func (*RenderScript) ReleaseAllContexts

func (m *RenderScript) ReleaseAllContexts() error

ReleaseAllContexts calls android.renderscript.RenderScript.releaseAllContexts.

func (*RenderScript) SendMessage

func (m *RenderScript) SendMessage(arg0 int32, arg1 *jni.Object) error

SendMessage calls android.renderscript.RenderScript.sendMessage.

func (*RenderScript) SetPriority

func (m *RenderScript) SetPriority(arg0 *jni.Object) error

SetPriority calls android.renderscript.RenderScript.setPriority.

type RenderScriptContextType

type RenderScriptContextType struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderScriptContextType wraps android.renderscript.RenderScript$ContextType.

func (*RenderScriptContextType) ValueOf

func (m *RenderScriptContextType) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.RenderScript$ContextType.valueOf.

func (*RenderScriptContextType) Values

func (m *RenderScriptContextType) Values() (*jni.Object, error)

Values calls android.renderscript.RenderScript$ContextType.values.

type RenderScriptPriority

type RenderScriptPriority struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderScriptPriority wraps android.renderscript.RenderScript$Priority.

func (*RenderScriptPriority) ValueOf

func (m *RenderScriptPriority) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.RenderScript$Priority.valueOf.

func (*RenderScriptPriority) Values

func (m *RenderScriptPriority) Values() (*jni.Object, error)

Values calls android.renderscript.RenderScript$Priority.values.

type RenderScriptRSErrorHandler

type RenderScriptRSErrorHandler struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderScriptRSErrorHandler wraps android.renderscript.RenderScript$RSErrorHandler.

func (*RenderScriptRSErrorHandler) Run

Run calls android.renderscript.RenderScript$RSErrorHandler.run.

type RenderScriptRSMessageHandler

type RenderScriptRSMessageHandler struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

RenderScriptRSMessageHandler wraps android.renderscript.RenderScript$RSMessageHandler.

func (*RenderScriptRSMessageHandler) Run

Run calls android.renderscript.RenderScript$RSMessageHandler.run.

type Sampler

type Sampler struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Sampler wraps android.renderscript.Sampler.

func (*Sampler) CLAMP_LINEAR

func (m *Sampler) CLAMP_LINEAR(arg0 *jni.Object) (*jni.Object, error)

CLAMP_LINEAR calls android.renderscript.Sampler.CLAMP_LINEAR.

func (*Sampler) CLAMP_LINEAR_MIP_LINEAR

func (m *Sampler) CLAMP_LINEAR_MIP_LINEAR(arg0 *jni.Object) (*jni.Object, error)

CLAMP_LINEAR_MIP_LINEAR calls android.renderscript.Sampler.CLAMP_LINEAR_MIP_LINEAR.

func (*Sampler) CLAMP_NEAREST

func (m *Sampler) CLAMP_NEAREST(arg0 *jni.Object) (*jni.Object, error)

CLAMP_NEAREST calls android.renderscript.Sampler.CLAMP_NEAREST.

func (*Sampler) GetAnisotropy

func (m *Sampler) GetAnisotropy() (float32, error)

GetAnisotropy calls android.renderscript.Sampler.getAnisotropy.

func (*Sampler) GetMagnification

func (m *Sampler) GetMagnification() (*jni.Object, error)

GetMagnification calls android.renderscript.Sampler.getMagnification.

func (*Sampler) GetMinification

func (m *Sampler) GetMinification() (*jni.Object, error)

GetMinification calls android.renderscript.Sampler.getMinification.

func (*Sampler) GetWrapS

func (m *Sampler) GetWrapS() (*jni.Object, error)

GetWrapS calls android.renderscript.Sampler.getWrapS.

func (*Sampler) GetWrapT

func (m *Sampler) GetWrapT() (*jni.Object, error)

GetWrapT calls android.renderscript.Sampler.getWrapT.

func (*Sampler) MIRRORED_REPEAT_LINEAR

func (m *Sampler) MIRRORED_REPEAT_LINEAR(arg0 *jni.Object) (*jni.Object, error)

MIRRORED_REPEAT_LINEAR calls android.renderscript.Sampler.MIRRORED_REPEAT_LINEAR.

func (*Sampler) MIRRORED_REPEAT_LINEAR_MIP_LINEAR

func (m *Sampler) MIRRORED_REPEAT_LINEAR_MIP_LINEAR(arg0 *jni.Object) (*jni.Object, error)

MIRRORED_REPEAT_LINEAR_MIP_LINEAR calls android.renderscript.Sampler.MIRRORED_REPEAT_LINEAR_MIP_LINEAR.

func (*Sampler) MIRRORED_REPEAT_NEAREST

func (m *Sampler) MIRRORED_REPEAT_NEAREST(arg0 *jni.Object) (*jni.Object, error)

MIRRORED_REPEAT_NEAREST calls android.renderscript.Sampler.MIRRORED_REPEAT_NEAREST.

func (*Sampler) WRAP_LINEAR

func (m *Sampler) WRAP_LINEAR(arg0 *jni.Object) (*jni.Object, error)

WRAP_LINEAR calls android.renderscript.Sampler.WRAP_LINEAR.

func (*Sampler) WRAP_LINEAR_MIP_LINEAR

func (m *Sampler) WRAP_LINEAR_MIP_LINEAR(arg0 *jni.Object) (*jni.Object, error)

WRAP_LINEAR_MIP_LINEAR calls android.renderscript.Sampler.WRAP_LINEAR_MIP_LINEAR.

func (*Sampler) WRAP_NEAREST

func (m *Sampler) WRAP_NEAREST(arg0 *jni.Object) (*jni.Object, error)

WRAP_NEAREST calls android.renderscript.Sampler.WRAP_NEAREST.

type SamplerBuilder

type SamplerBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SamplerBuilder wraps android.renderscript.Sampler$Builder.

func (*SamplerBuilder) Create

func (m *SamplerBuilder) Create() (*jni.Object, error)

Create calls android.renderscript.Sampler$Builder.create.

func (*SamplerBuilder) SetAnisotropy

func (m *SamplerBuilder) SetAnisotropy(arg0 float32) error

SetAnisotropy calls android.renderscript.Sampler$Builder.setAnisotropy.

func (*SamplerBuilder) SetMagnification

func (m *SamplerBuilder) SetMagnification(arg0 *jni.Object) error

SetMagnification calls android.renderscript.Sampler$Builder.setMagnification.

func (*SamplerBuilder) SetMinification

func (m *SamplerBuilder) SetMinification(arg0 *jni.Object) error

SetMinification calls android.renderscript.Sampler$Builder.setMinification.

func (*SamplerBuilder) SetWrapS

func (m *SamplerBuilder) SetWrapS(arg0 *jni.Object) error

SetWrapS calls android.renderscript.Sampler$Builder.setWrapS.

func (*SamplerBuilder) SetWrapT

func (m *SamplerBuilder) SetWrapT(arg0 *jni.Object) error

SetWrapT calls android.renderscript.Sampler$Builder.setWrapT.

type SamplerValue

type SamplerValue struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

SamplerValue wraps android.renderscript.Sampler$Value.

func (*SamplerValue) ValueOf

func (m *SamplerValue) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.Sampler$Value.valueOf.

func (*SamplerValue) Values

func (m *SamplerValue) Values() (*jni.Object, error)

Values calls android.renderscript.Sampler$Value.values.

type Script

type Script struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Script wraps android.renderscript.Script.

func (*Script) BindAllocation

func (m *Script) BindAllocation(arg0 *jni.Object, arg1 int32) error

BindAllocation calls android.renderscript.Script.bindAllocation.

func (*Script) GetVarB

func (m *Script) GetVarB(arg0 int32) (bool, error)

GetVarB calls android.renderscript.Script.getVarB.

func (*Script) GetVarD

func (m *Script) GetVarD(arg0 int32) (float64, error)

GetVarD calls android.renderscript.Script.getVarD.

func (*Script) GetVarF

func (m *Script) GetVarF(arg0 int32) (float32, error)

GetVarF calls android.renderscript.Script.getVarF.

func (*Script) GetVarI

func (m *Script) GetVarI(arg0 int32) (int32, error)

GetVarI calls android.renderscript.Script.getVarI.

func (*Script) GetVarJ

func (m *Script) GetVarJ(arg0 int32) (int64, error)

GetVarJ calls android.renderscript.Script.getVarJ.

func (*Script) GetVarV

func (m *Script) GetVarV(arg0 int32, arg1 *jni.Object) error

GetVarV calls android.renderscript.Script.getVarV.

func (*Script) SetTimeZone

func (m *Script) SetTimeZone(arg0 string) error

SetTimeZone calls android.renderscript.Script.setTimeZone.

func (*Script) SetVar2

func (m *Script) SetVar2(arg0 int32, arg1 *jni.Object) error

SetVar2 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_1

func (m *Script) SetVar2_1(arg0 int32, arg1 *jni.Object) error

SetVar2_1 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_3

func (m *Script) SetVar2_3(arg0 int32, arg1 bool) error

SetVar2_3 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_4

func (m *Script) SetVar2_4(arg0 int32, arg1 float64) error

SetVar2_4 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_5

func (m *Script) SetVar2_5(arg0 int32, arg1 float32) error

SetVar2_5 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_6

func (m *Script) SetVar2_6(arg0 int32, arg1 int32) error

SetVar2_6 calls android.renderscript.Script.setVar.

func (*Script) SetVar2_7

func (m *Script) SetVar2_7(arg0 int32, arg1 int64) error

SetVar2_7 calls android.renderscript.Script.setVar.

func (*Script) SetVar4_2

func (m *Script) SetVar4_2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
) error

SetVar4_2 calls android.renderscript.Script.setVar.

type ScriptFieldBase

type ScriptFieldBase struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptFieldBase wraps android.renderscript.Script$FieldBase.

func (*ScriptFieldBase) GetAllocation

func (m *ScriptFieldBase) GetAllocation() (*jni.Object, error)

GetAllocation calls android.renderscript.Script$FieldBase.getAllocation.

func (*ScriptFieldBase) GetElement

func (m *ScriptFieldBase) GetElement() (*jni.Object, error)

GetElement calls android.renderscript.Script$FieldBase.getElement.

func (*ScriptFieldBase) GetType

func (m *ScriptFieldBase) GetType() (*jni.Object, error)

GetType calls android.renderscript.Script$FieldBase.getType.

func (*ScriptFieldBase) UpdateAllocation

func (m *ScriptFieldBase) UpdateAllocation() error

UpdateAllocation calls android.renderscript.Script$FieldBase.updateAllocation.

type ScriptGroup

type ScriptGroup struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptGroup wraps android.renderscript.ScriptGroup.

func (*ScriptGroup) Destroy

func (m *ScriptGroup) Destroy() error

Destroy calls android.renderscript.ScriptGroup.destroy.

func (*ScriptGroup) Execute0

func (m *ScriptGroup) Execute0() error

Execute0 calls android.renderscript.ScriptGroup.execute.

func (*ScriptGroup) Execute1_1

func (m *ScriptGroup) Execute1_1(arg0 *jni.Object) (*jni.Object, error)

Execute1_1 calls android.renderscript.ScriptGroup.execute.

func (*ScriptGroup) SetInput

func (m *ScriptGroup) SetInput(arg0 *jni.Object, arg1 *jni.Object) error

SetInput calls android.renderscript.ScriptGroup.setInput.

func (*ScriptGroup) SetOutput

func (m *ScriptGroup) SetOutput(arg0 *jni.Object, arg1 *jni.Object) error

SetOutput calls android.renderscript.ScriptGroup.setOutput.

type ScriptGroupBuilder

type ScriptGroupBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptGroupBuilder wraps android.renderscript.ScriptGroup$Builder.

func (*ScriptGroupBuilder) AddConnection3

func (m *ScriptGroupBuilder) AddConnection3(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

AddConnection3 calls android.renderscript.ScriptGroup$Builder.addConnection.

func (*ScriptGroupBuilder) AddConnection3_1

func (m *ScriptGroupBuilder) AddConnection3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

AddConnection3_1 calls android.renderscript.ScriptGroup$Builder.addConnection.

func (*ScriptGroupBuilder) AddKernel

func (m *ScriptGroupBuilder) AddKernel(arg0 *jni.Object) (*jni.Object, error)

AddKernel calls android.renderscript.ScriptGroup$Builder.addKernel.

func (*ScriptGroupBuilder) Create

func (m *ScriptGroupBuilder) Create() (*jni.Object, error)

Create calls android.renderscript.ScriptGroup$Builder.create.

type ScriptGroupBuilder2

type ScriptGroupBuilder2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptGroupBuilder2 wraps android.renderscript.ScriptGroup$Builder2.

func (*ScriptGroupBuilder2) AddInput

func (m *ScriptGroupBuilder2) AddInput() (*jni.Object, error)

AddInput calls android.renderscript.ScriptGroup$Builder2.addInput.

func (*ScriptGroupBuilder2) AddInvoke

func (m *ScriptGroupBuilder2) AddInvoke(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

AddInvoke calls android.renderscript.ScriptGroup$Builder2.addInvoke.

func (*ScriptGroupBuilder2) AddKernel

func (m *ScriptGroupBuilder2) AddKernel(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) (*jni.Object, error)

AddKernel calls android.renderscript.ScriptGroup$Builder2.addKernel.

func (*ScriptGroupBuilder2) Create

func (m *ScriptGroupBuilder2) Create(arg0 string, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptGroup$Builder2.create.

type ScriptGroupClosure

type ScriptGroupClosure struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptGroupClosure wraps android.renderscript.ScriptGroup$Closure.

func (*ScriptGroupClosure) Destroy

func (m *ScriptGroupClosure) Destroy() error

Destroy calls android.renderscript.ScriptGroup$Closure.destroy.

func (*ScriptGroupClosure) GetGlobal

func (m *ScriptGroupClosure) GetGlobal(arg0 *jni.Object) (*jni.Object, error)

GetGlobal calls android.renderscript.ScriptGroup$Closure.getGlobal.

func (*ScriptGroupClosure) GetReturn

func (m *ScriptGroupClosure) GetReturn() (*jni.Object, error)

GetReturn calls android.renderscript.ScriptGroup$Closure.getReturn.

type ScriptIntrinsic3DLUT

type ScriptIntrinsic3DLUT struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsic3DLUT wraps android.renderscript.ScriptIntrinsic3DLUT.

func (*ScriptIntrinsic3DLUT) Create

func (m *ScriptIntrinsic3DLUT) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsic3DLUT.create.

func (*ScriptIntrinsic3DLUT) ForEach2

func (m *ScriptIntrinsic3DLUT) ForEach2(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2 calls android.renderscript.ScriptIntrinsic3DLUT.forEach.

func (*ScriptIntrinsic3DLUT) ForEach3_1

func (m *ScriptIntrinsic3DLUT) ForEach3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEach3_1 calls android.renderscript.ScriptIntrinsic3DLUT.forEach.

func (*ScriptIntrinsic3DLUT) GetKernelID

func (m *ScriptIntrinsic3DLUT) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsic3DLUT.getKernelID.

func (*ScriptIntrinsic3DLUT) SetLUT

func (m *ScriptIntrinsic3DLUT) SetLUT(arg0 *jni.Object) error

SetLUT calls android.renderscript.ScriptIntrinsic3DLUT.setLUT.

type ScriptIntrinsicBLAS

type ScriptIntrinsicBLAS struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicBLAS wraps android.renderscript.ScriptIntrinsicBLAS.

func (*ScriptIntrinsicBLAS) BNNM

func (m *ScriptIntrinsicBLAS) BNNM(
	arg0 *jni.Object,
	arg1 int32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 int32,
) error

BNNM calls android.renderscript.ScriptIntrinsicBLAS.BNNM.

func (*ScriptIntrinsicBLAS) CGBMV

func (m *ScriptIntrinsicBLAS) CGBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 *jni.Object,
	arg8 *jni.Object,
	arg9 int32,
) error

CGBMV calls android.renderscript.ScriptIntrinsicBLAS.CGBMV.

func (*ScriptIntrinsicBLAS) CGEMM

func (m *ScriptIntrinsicBLAS) CGEMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CGEMM calls android.renderscript.ScriptIntrinsicBLAS.CGEMM.

func (*ScriptIntrinsicBLAS) CGEMV

func (m *ScriptIntrinsicBLAS) CGEMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

CGEMV calls android.renderscript.ScriptIntrinsicBLAS.CGEMV.

func (*ScriptIntrinsicBLAS) CGERC

func (m *ScriptIntrinsicBLAS) CGERC(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

CGERC calls android.renderscript.ScriptIntrinsicBLAS.CGERC.

func (*ScriptIntrinsicBLAS) CGERU

func (m *ScriptIntrinsicBLAS) CGERU(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

CGERU calls android.renderscript.ScriptIntrinsicBLAS.CGERU.

func (*ScriptIntrinsicBLAS) CHBMV

func (m *ScriptIntrinsicBLAS) CHBMV(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
	arg7 *jni.Object,
	arg8 int32,
) error

CHBMV calls android.renderscript.ScriptIntrinsicBLAS.CHBMV.

func (*ScriptIntrinsicBLAS) CHEMM

func (m *ScriptIntrinsicBLAS) CHEMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CHEMM calls android.renderscript.ScriptIntrinsicBLAS.CHEMM.

func (*ScriptIntrinsicBLAS) CHEMV

func (m *ScriptIntrinsicBLAS) CHEMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

CHEMV calls android.renderscript.ScriptIntrinsicBLAS.CHEMV.

func (*ScriptIntrinsicBLAS) CHER

func (m *ScriptIntrinsicBLAS) CHER(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

CHER calls android.renderscript.ScriptIntrinsicBLAS.CHER.

func (*ScriptIntrinsicBLAS) CHER2

func (m *ScriptIntrinsicBLAS) CHER2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

CHER2 calls android.renderscript.ScriptIntrinsicBLAS.CHER2.

func (*ScriptIntrinsicBLAS) CHER2K

func (m *ScriptIntrinsicBLAS) CHER2K(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float32,
	arg6 *jni.Object,
) error

CHER2K calls android.renderscript.ScriptIntrinsicBLAS.CHER2K.

func (*ScriptIntrinsicBLAS) CHERK

func (m *ScriptIntrinsicBLAS) CHERK(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 float32,
	arg5 *jni.Object,
) error

CHERK calls android.renderscript.ScriptIntrinsicBLAS.CHERK.

func (*ScriptIntrinsicBLAS) CHPMV

func (m *ScriptIntrinsicBLAS) CHPMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

CHPMV calls android.renderscript.ScriptIntrinsicBLAS.CHPMV.

func (*ScriptIntrinsicBLAS) CHPR

func (m *ScriptIntrinsicBLAS) CHPR(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

CHPR calls android.renderscript.ScriptIntrinsicBLAS.CHPR.

func (*ScriptIntrinsicBLAS) CHPR2

func (m *ScriptIntrinsicBLAS) CHPR2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

CHPR2 calls android.renderscript.ScriptIntrinsicBLAS.CHPR2.

func (*ScriptIntrinsicBLAS) CSYMM

func (m *ScriptIntrinsicBLAS) CSYMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CSYMM calls android.renderscript.ScriptIntrinsicBLAS.CSYMM.

func (*ScriptIntrinsicBLAS) CSYR2K

func (m *ScriptIntrinsicBLAS) CSYR2K(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CSYR2K calls android.renderscript.ScriptIntrinsicBLAS.CSYR2K.

func (*ScriptIntrinsicBLAS) CSYRK

func (m *ScriptIntrinsicBLAS) CSYRK(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
) error

CSYRK calls android.renderscript.ScriptIntrinsicBLAS.CSYRK.

func (*ScriptIntrinsicBLAS) CTBMV

func (m *ScriptIntrinsicBLAS) CTBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

CTBMV calls android.renderscript.ScriptIntrinsicBLAS.CTBMV.

func (*ScriptIntrinsicBLAS) CTBSV

func (m *ScriptIntrinsicBLAS) CTBSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

CTBSV calls android.renderscript.ScriptIntrinsicBLAS.CTBSV.

func (*ScriptIntrinsicBLAS) CTPMV

func (m *ScriptIntrinsicBLAS) CTPMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

CTPMV calls android.renderscript.ScriptIntrinsicBLAS.CTPMV.

func (*ScriptIntrinsicBLAS) CTPSV

func (m *ScriptIntrinsicBLAS) CTPSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

CTPSV calls android.renderscript.ScriptIntrinsicBLAS.CTPSV.

func (*ScriptIntrinsicBLAS) CTRMM

func (m *ScriptIntrinsicBLAS) CTRMM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CTRMM calls android.renderscript.ScriptIntrinsicBLAS.CTRMM.

func (*ScriptIntrinsicBLAS) CTRMV

func (m *ScriptIntrinsicBLAS) CTRMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

CTRMV calls android.renderscript.ScriptIntrinsicBLAS.CTRMV.

func (*ScriptIntrinsicBLAS) CTRSM

func (m *ScriptIntrinsicBLAS) CTRSM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

CTRSM calls android.renderscript.ScriptIntrinsicBLAS.CTRSM.

func (*ScriptIntrinsicBLAS) CTRSV

func (m *ScriptIntrinsicBLAS) CTRSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

CTRSV calls android.renderscript.ScriptIntrinsicBLAS.CTRSV.

func (*ScriptIntrinsicBLAS) Create

func (m *ScriptIntrinsicBLAS) Create(arg0 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicBLAS.create.

func (*ScriptIntrinsicBLAS) DGBMV

func (m *ScriptIntrinsicBLAS) DGBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 float64,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 float64,
	arg8 *jni.Object,
	arg9 int32,
) error

DGBMV calls android.renderscript.ScriptIntrinsicBLAS.DGBMV.

func (*ScriptIntrinsicBLAS) DGEMM

func (m *ScriptIntrinsicBLAS) DGEMM(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float64,
	arg6 *jni.Object,
) error

DGEMM calls android.renderscript.ScriptIntrinsicBLAS.DGEMM.

func (*ScriptIntrinsicBLAS) DGEMV

func (m *ScriptIntrinsicBLAS) DGEMV(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float64,
	arg6 *jni.Object,
	arg7 int32,
) error

DGEMV calls android.renderscript.ScriptIntrinsicBLAS.DGEMV.

func (*ScriptIntrinsicBLAS) DGER

func (m *ScriptIntrinsicBLAS) DGER(
	arg0 float64,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

DGER calls android.renderscript.ScriptIntrinsicBLAS.DGER.

func (*ScriptIntrinsicBLAS) DSBMV

func (m *ScriptIntrinsicBLAS) DSBMV(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
	arg6 float64,
	arg7 *jni.Object,
	arg8 int32,
) error

DSBMV calls android.renderscript.ScriptIntrinsicBLAS.DSBMV.

func (*ScriptIntrinsicBLAS) DSPMV

func (m *ScriptIntrinsicBLAS) DSPMV(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float64,
	arg6 *jni.Object,
	arg7 int32,
) error

DSPMV calls android.renderscript.ScriptIntrinsicBLAS.DSPMV.

func (*ScriptIntrinsicBLAS) DSPR

func (m *ScriptIntrinsicBLAS) DSPR(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

DSPR calls android.renderscript.ScriptIntrinsicBLAS.DSPR.

func (*ScriptIntrinsicBLAS) DSPR2

func (m *ScriptIntrinsicBLAS) DSPR2(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

DSPR2 calls android.renderscript.ScriptIntrinsicBLAS.DSPR2.

func (*ScriptIntrinsicBLAS) DSYMM

func (m *ScriptIntrinsicBLAS) DSYMM(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float64,
	arg6 *jni.Object,
) error

DSYMM calls android.renderscript.ScriptIntrinsicBLAS.DSYMM.

func (*ScriptIntrinsicBLAS) DSYMV

func (m *ScriptIntrinsicBLAS) DSYMV(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float64,
	arg6 *jni.Object,
	arg7 int32,
) error

DSYMV calls android.renderscript.ScriptIntrinsicBLAS.DSYMV.

func (*ScriptIntrinsicBLAS) DSYR

func (m *ScriptIntrinsicBLAS) DSYR(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

DSYR calls android.renderscript.ScriptIntrinsicBLAS.DSYR.

func (*ScriptIntrinsicBLAS) DSYR2

func (m *ScriptIntrinsicBLAS) DSYR2(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

DSYR2 calls android.renderscript.ScriptIntrinsicBLAS.DSYR2.

func (*ScriptIntrinsicBLAS) DSYR2K

func (m *ScriptIntrinsicBLAS) DSYR2K(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float64,
	arg6 *jni.Object,
) error

DSYR2K calls android.renderscript.ScriptIntrinsicBLAS.DSYR2K.

func (*ScriptIntrinsicBLAS) DSYRK

func (m *ScriptIntrinsicBLAS) DSYRK(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 float64,
	arg5 *jni.Object,
) error

DSYRK calls android.renderscript.ScriptIntrinsicBLAS.DSYRK.

func (*ScriptIntrinsicBLAS) DTBMV

func (m *ScriptIntrinsicBLAS) DTBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

DTBMV calls android.renderscript.ScriptIntrinsicBLAS.DTBMV.

func (*ScriptIntrinsicBLAS) DTBSV

func (m *ScriptIntrinsicBLAS) DTBSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

DTBSV calls android.renderscript.ScriptIntrinsicBLAS.DTBSV.

func (*ScriptIntrinsicBLAS) DTPMV

func (m *ScriptIntrinsicBLAS) DTPMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

DTPMV calls android.renderscript.ScriptIntrinsicBLAS.DTPMV.

func (*ScriptIntrinsicBLAS) DTPSV

func (m *ScriptIntrinsicBLAS) DTPSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

DTPSV calls android.renderscript.ScriptIntrinsicBLAS.DTPSV.

func (*ScriptIntrinsicBLAS) DTRMM

func (m *ScriptIntrinsicBLAS) DTRMM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 float64,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

DTRMM calls android.renderscript.ScriptIntrinsicBLAS.DTRMM.

func (*ScriptIntrinsicBLAS) DTRMV

func (m *ScriptIntrinsicBLAS) DTRMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

DTRMV calls android.renderscript.ScriptIntrinsicBLAS.DTRMV.

func (*ScriptIntrinsicBLAS) DTRSM

func (m *ScriptIntrinsicBLAS) DTRSM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 float64,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

DTRSM calls android.renderscript.ScriptIntrinsicBLAS.DTRSM.

func (*ScriptIntrinsicBLAS) DTRSV

func (m *ScriptIntrinsicBLAS) DTRSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

DTRSV calls android.renderscript.ScriptIntrinsicBLAS.DTRSV.

func (*ScriptIntrinsicBLAS) SGBMV

func (m *ScriptIntrinsicBLAS) SGBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 float32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 float32,
	arg8 *jni.Object,
	arg9 int32,
) error

SGBMV calls android.renderscript.ScriptIntrinsicBLAS.SGBMV.

func (*ScriptIntrinsicBLAS) SGEMM

func (m *ScriptIntrinsicBLAS) SGEMM(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float32,
	arg6 *jni.Object,
) error

SGEMM calls android.renderscript.ScriptIntrinsicBLAS.SGEMM.

func (*ScriptIntrinsicBLAS) SGEMV

func (m *ScriptIntrinsicBLAS) SGEMV(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float32,
	arg6 *jni.Object,
	arg7 int32,
) error

SGEMV calls android.renderscript.ScriptIntrinsicBLAS.SGEMV.

func (*ScriptIntrinsicBLAS) SGER

func (m *ScriptIntrinsicBLAS) SGER(
	arg0 float32,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

SGER calls android.renderscript.ScriptIntrinsicBLAS.SGER.

func (*ScriptIntrinsicBLAS) SSBMV

func (m *ScriptIntrinsicBLAS) SSBMV(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
	arg6 float32,
	arg7 *jni.Object,
	arg8 int32,
) error

SSBMV calls android.renderscript.ScriptIntrinsicBLAS.SSBMV.

func (*ScriptIntrinsicBLAS) SSPMV

func (m *ScriptIntrinsicBLAS) SSPMV(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float32,
	arg6 *jni.Object,
	arg7 int32,
) error

SSPMV calls android.renderscript.ScriptIntrinsicBLAS.SSPMV.

func (*ScriptIntrinsicBLAS) SSPR

func (m *ScriptIntrinsicBLAS) SSPR(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

SSPR calls android.renderscript.ScriptIntrinsicBLAS.SSPR.

func (*ScriptIntrinsicBLAS) SSPR2

func (m *ScriptIntrinsicBLAS) SSPR2(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

SSPR2 calls android.renderscript.ScriptIntrinsicBLAS.SSPR2.

func (*ScriptIntrinsicBLAS) SSYMM

func (m *ScriptIntrinsicBLAS) SSYMM(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float32,
	arg6 *jni.Object,
) error

SSYMM calls android.renderscript.ScriptIntrinsicBLAS.SSYMM.

func (*ScriptIntrinsicBLAS) SSYMV

func (m *ScriptIntrinsicBLAS) SSYMV(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 float32,
	arg6 *jni.Object,
	arg7 int32,
) error

SSYMV calls android.renderscript.ScriptIntrinsicBLAS.SSYMV.

func (*ScriptIntrinsicBLAS) SSYR

func (m *ScriptIntrinsicBLAS) SSYR(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

SSYR calls android.renderscript.ScriptIntrinsicBLAS.SSYR.

func (*ScriptIntrinsicBLAS) SSYR2

func (m *ScriptIntrinsicBLAS) SSYR2(
	arg0 int32,
	arg1 float32,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

SSYR2 calls android.renderscript.ScriptIntrinsicBLAS.SSYR2.

func (*ScriptIntrinsicBLAS) SSYR2K

func (m *ScriptIntrinsicBLAS) SSYR2K(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float32,
	arg6 *jni.Object,
) error

SSYR2K calls android.renderscript.ScriptIntrinsicBLAS.SSYR2K.

func (*ScriptIntrinsicBLAS) SSYRK

func (m *ScriptIntrinsicBLAS) SSYRK(
	arg0 int32,
	arg1 int32,
	arg2 float32,
	arg3 *jni.Object,
	arg4 float32,
	arg5 *jni.Object,
) error

SSYRK calls android.renderscript.ScriptIntrinsicBLAS.SSYRK.

func (*ScriptIntrinsicBLAS) STBMV

func (m *ScriptIntrinsicBLAS) STBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

STBMV calls android.renderscript.ScriptIntrinsicBLAS.STBMV.

func (*ScriptIntrinsicBLAS) STBSV

func (m *ScriptIntrinsicBLAS) STBSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

STBSV calls android.renderscript.ScriptIntrinsicBLAS.STBSV.

func (*ScriptIntrinsicBLAS) STPMV

func (m *ScriptIntrinsicBLAS) STPMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

STPMV calls android.renderscript.ScriptIntrinsicBLAS.STPMV.

func (*ScriptIntrinsicBLAS) STPSV

func (m *ScriptIntrinsicBLAS) STPSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

STPSV calls android.renderscript.ScriptIntrinsicBLAS.STPSV.

func (*ScriptIntrinsicBLAS) STRMM

func (m *ScriptIntrinsicBLAS) STRMM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 float32,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

STRMM calls android.renderscript.ScriptIntrinsicBLAS.STRMM.

func (*ScriptIntrinsicBLAS) STRMV

func (m *ScriptIntrinsicBLAS) STRMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

STRMV calls android.renderscript.ScriptIntrinsicBLAS.STRMV.

func (*ScriptIntrinsicBLAS) STRSM

func (m *ScriptIntrinsicBLAS) STRSM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 float32,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

STRSM calls android.renderscript.ScriptIntrinsicBLAS.STRSM.

func (*ScriptIntrinsicBLAS) STRSV

func (m *ScriptIntrinsicBLAS) STRSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

STRSV calls android.renderscript.ScriptIntrinsicBLAS.STRSV.

func (*ScriptIntrinsicBLAS) ZGBMV

func (m *ScriptIntrinsicBLAS) ZGBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
	arg7 *jni.Object,
	arg8 *jni.Object,
	arg9 int32,
) error

ZGBMV calls android.renderscript.ScriptIntrinsicBLAS.ZGBMV.

func (*ScriptIntrinsicBLAS) ZGEMM

func (m *ScriptIntrinsicBLAS) ZGEMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZGEMM calls android.renderscript.ScriptIntrinsicBLAS.ZGEMM.

func (*ScriptIntrinsicBLAS) ZGEMV

func (m *ScriptIntrinsicBLAS) ZGEMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

ZGEMV calls android.renderscript.ScriptIntrinsicBLAS.ZGEMV.

func (*ScriptIntrinsicBLAS) ZGERC

func (m *ScriptIntrinsicBLAS) ZGERC(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

ZGERC calls android.renderscript.ScriptIntrinsicBLAS.ZGERC.

func (*ScriptIntrinsicBLAS) ZGERU

func (m *ScriptIntrinsicBLAS) ZGERU(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
) error

ZGERU calls android.renderscript.ScriptIntrinsicBLAS.ZGERU.

func (*ScriptIntrinsicBLAS) ZHBMV

func (m *ScriptIntrinsicBLAS) ZHBMV(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
	arg7 *jni.Object,
	arg8 int32,
) error

ZHBMV calls android.renderscript.ScriptIntrinsicBLAS.ZHBMV.

func (*ScriptIntrinsicBLAS) ZHEMM

func (m *ScriptIntrinsicBLAS) ZHEMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZHEMM calls android.renderscript.ScriptIntrinsicBLAS.ZHEMM.

func (*ScriptIntrinsicBLAS) ZHEMV

func (m *ScriptIntrinsicBLAS) ZHEMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

ZHEMV calls android.renderscript.ScriptIntrinsicBLAS.ZHEMV.

func (*ScriptIntrinsicBLAS) ZHER

func (m *ScriptIntrinsicBLAS) ZHER(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

ZHER calls android.renderscript.ScriptIntrinsicBLAS.ZHER.

func (*ScriptIntrinsicBLAS) ZHER2

func (m *ScriptIntrinsicBLAS) ZHER2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

ZHER2 calls android.renderscript.ScriptIntrinsicBLAS.ZHER2.

func (*ScriptIntrinsicBLAS) ZHER2K

func (m *ScriptIntrinsicBLAS) ZHER2K(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 float64,
	arg6 *jni.Object,
) error

ZHER2K calls android.renderscript.ScriptIntrinsicBLAS.ZHER2K.

func (*ScriptIntrinsicBLAS) ZHERK

func (m *ScriptIntrinsicBLAS) ZHERK(
	arg0 int32,
	arg1 int32,
	arg2 float64,
	arg3 *jni.Object,
	arg4 float64,
	arg5 *jni.Object,
) error

ZHERK calls android.renderscript.ScriptIntrinsicBLAS.ZHERK.

func (*ScriptIntrinsicBLAS) ZHPMV

func (m *ScriptIntrinsicBLAS) ZHPMV(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 int32,
	arg5 *jni.Object,
	arg6 *jni.Object,
	arg7 int32,
) error

ZHPMV calls android.renderscript.ScriptIntrinsicBLAS.ZHPMV.

func (*ScriptIntrinsicBLAS) ZHPR

func (m *ScriptIntrinsicBLAS) ZHPR(
	arg0 int32,
	arg1 float64,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
) error

ZHPR calls android.renderscript.ScriptIntrinsicBLAS.ZHPR.

func (*ScriptIntrinsicBLAS) ZHPR2

func (m *ScriptIntrinsicBLAS) ZHPR2(
	arg0 int32,
	arg1 *jni.Object,
	arg2 *jni.Object,
	arg3 int32,
	arg4 *jni.Object,
	arg5 int32,
	arg6 *jni.Object,
) error

ZHPR2 calls android.renderscript.ScriptIntrinsicBLAS.ZHPR2.

func (*ScriptIntrinsicBLAS) ZSYMM

func (m *ScriptIntrinsicBLAS) ZSYMM(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZSYMM calls android.renderscript.ScriptIntrinsicBLAS.ZSYMM.

func (*ScriptIntrinsicBLAS) ZSYR2K

func (m *ScriptIntrinsicBLAS) ZSYR2K(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZSYR2K calls android.renderscript.ScriptIntrinsicBLAS.ZSYR2K.

func (*ScriptIntrinsicBLAS) ZSYRK

func (m *ScriptIntrinsicBLAS) ZSYRK(
	arg0 int32,
	arg1 int32,
	arg2 *jni.Object,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 *jni.Object,
) error

ZSYRK calls android.renderscript.ScriptIntrinsicBLAS.ZSYRK.

func (*ScriptIntrinsicBLAS) ZTBMV

func (m *ScriptIntrinsicBLAS) ZTBMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

ZTBMV calls android.renderscript.ScriptIntrinsicBLAS.ZTBMV.

func (*ScriptIntrinsicBLAS) ZTBSV

func (m *ScriptIntrinsicBLAS) ZTBSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 int32,
) error

ZTBSV calls android.renderscript.ScriptIntrinsicBLAS.ZTBSV.

func (*ScriptIntrinsicBLAS) ZTPMV

func (m *ScriptIntrinsicBLAS) ZTPMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

ZTPMV calls android.renderscript.ScriptIntrinsicBLAS.ZTPMV.

func (*ScriptIntrinsicBLAS) ZTPSV

func (m *ScriptIntrinsicBLAS) ZTPSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

ZTPSV calls android.renderscript.ScriptIntrinsicBLAS.ZTPSV.

func (*ScriptIntrinsicBLAS) ZTRMM

func (m *ScriptIntrinsicBLAS) ZTRMM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZTRMM calls android.renderscript.ScriptIntrinsicBLAS.ZTRMM.

func (*ScriptIntrinsicBLAS) ZTRMV

func (m *ScriptIntrinsicBLAS) ZTRMV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

ZTRMV calls android.renderscript.ScriptIntrinsicBLAS.ZTRMV.

func (*ScriptIntrinsicBLAS) ZTRSM

func (m *ScriptIntrinsicBLAS) ZTRSM(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 *jni.Object,
	arg5 *jni.Object,
	arg6 *jni.Object,
) error

ZTRSM calls android.renderscript.ScriptIntrinsicBLAS.ZTRSM.

func (*ScriptIntrinsicBLAS) ZTRSV

func (m *ScriptIntrinsicBLAS) ZTRSV(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 *jni.Object,
	arg4 *jni.Object,
	arg5 int32,
) error

ZTRSV calls android.renderscript.ScriptIntrinsicBLAS.ZTRSV.

type ScriptIntrinsicBlend

type ScriptIntrinsicBlend struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicBlend wraps android.renderscript.ScriptIntrinsicBlend.

func (*ScriptIntrinsicBlend) Create

func (m *ScriptIntrinsicBlend) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicBlend.create.

func (*ScriptIntrinsicBlend) ForEachAdd2

func (m *ScriptIntrinsicBlend) ForEachAdd2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachAdd2 calls android.renderscript.ScriptIntrinsicBlend.forEachAdd.

func (*ScriptIntrinsicBlend) ForEachAdd3_1

func (m *ScriptIntrinsicBlend) ForEachAdd3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachAdd3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachAdd.

func (*ScriptIntrinsicBlend) ForEachClear2

func (m *ScriptIntrinsicBlend) ForEachClear2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachClear2 calls android.renderscript.ScriptIntrinsicBlend.forEachClear.

func (*ScriptIntrinsicBlend) ForEachClear3_1

func (m *ScriptIntrinsicBlend) ForEachClear3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachClear3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachClear.

func (*ScriptIntrinsicBlend) ForEachDst2

func (m *ScriptIntrinsicBlend) ForEachDst2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachDst2 calls android.renderscript.ScriptIntrinsicBlend.forEachDst.

func (*ScriptIntrinsicBlend) ForEachDst3_1

func (m *ScriptIntrinsicBlend) ForEachDst3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachDst3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachDst.

func (*ScriptIntrinsicBlend) ForEachDstAtop2

func (m *ScriptIntrinsicBlend) ForEachDstAtop2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachDstAtop2 calls android.renderscript.ScriptIntrinsicBlend.forEachDstAtop.

func (*ScriptIntrinsicBlend) ForEachDstAtop3_1

func (m *ScriptIntrinsicBlend) ForEachDstAtop3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachDstAtop3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachDstAtop.

func (*ScriptIntrinsicBlend) ForEachDstIn2

func (m *ScriptIntrinsicBlend) ForEachDstIn2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachDstIn2 calls android.renderscript.ScriptIntrinsicBlend.forEachDstIn.

func (*ScriptIntrinsicBlend) ForEachDstIn3_1

func (m *ScriptIntrinsicBlend) ForEachDstIn3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachDstIn3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachDstIn.

func (*ScriptIntrinsicBlend) ForEachDstOut2

func (m *ScriptIntrinsicBlend) ForEachDstOut2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachDstOut2 calls android.renderscript.ScriptIntrinsicBlend.forEachDstOut.

func (*ScriptIntrinsicBlend) ForEachDstOut3_1

func (m *ScriptIntrinsicBlend) ForEachDstOut3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachDstOut3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachDstOut.

func (*ScriptIntrinsicBlend) ForEachDstOver2

func (m *ScriptIntrinsicBlend) ForEachDstOver2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachDstOver2 calls android.renderscript.ScriptIntrinsicBlend.forEachDstOver.

func (*ScriptIntrinsicBlend) ForEachDstOver3_1

func (m *ScriptIntrinsicBlend) ForEachDstOver3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachDstOver3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachDstOver.

func (*ScriptIntrinsicBlend) ForEachMultiply2

func (m *ScriptIntrinsicBlend) ForEachMultiply2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachMultiply2 calls android.renderscript.ScriptIntrinsicBlend.forEachMultiply.

func (*ScriptIntrinsicBlend) ForEachMultiply3_1

func (m *ScriptIntrinsicBlend) ForEachMultiply3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachMultiply3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachMultiply.

func (*ScriptIntrinsicBlend) ForEachSrc2

func (m *ScriptIntrinsicBlend) ForEachSrc2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSrc2 calls android.renderscript.ScriptIntrinsicBlend.forEachSrc.

func (*ScriptIntrinsicBlend) ForEachSrc3_1

func (m *ScriptIntrinsicBlend) ForEachSrc3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSrc3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSrc.

func (*ScriptIntrinsicBlend) ForEachSrcAtop2

func (m *ScriptIntrinsicBlend) ForEachSrcAtop2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSrcAtop2 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcAtop.

func (*ScriptIntrinsicBlend) ForEachSrcAtop3_1

func (m *ScriptIntrinsicBlend) ForEachSrcAtop3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSrcAtop3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcAtop.

func (*ScriptIntrinsicBlend) ForEachSrcIn2

func (m *ScriptIntrinsicBlend) ForEachSrcIn2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSrcIn2 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcIn.

func (*ScriptIntrinsicBlend) ForEachSrcIn3_1

func (m *ScriptIntrinsicBlend) ForEachSrcIn3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSrcIn3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcIn.

func (*ScriptIntrinsicBlend) ForEachSrcOut2

func (m *ScriptIntrinsicBlend) ForEachSrcOut2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSrcOut2 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcOut.

func (*ScriptIntrinsicBlend) ForEachSrcOut3_1

func (m *ScriptIntrinsicBlend) ForEachSrcOut3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSrcOut3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcOut.

func (*ScriptIntrinsicBlend) ForEachSrcOver2

func (m *ScriptIntrinsicBlend) ForEachSrcOver2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSrcOver2 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcOver.

func (*ScriptIntrinsicBlend) ForEachSrcOver3_1

func (m *ScriptIntrinsicBlend) ForEachSrcOver3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSrcOver3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSrcOver.

func (*ScriptIntrinsicBlend) ForEachSubtract2

func (m *ScriptIntrinsicBlend) ForEachSubtract2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachSubtract2 calls android.renderscript.ScriptIntrinsicBlend.forEachSubtract.

func (*ScriptIntrinsicBlend) ForEachSubtract3_1

func (m *ScriptIntrinsicBlend) ForEachSubtract3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachSubtract3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachSubtract.

func (*ScriptIntrinsicBlend) ForEachXor2

func (m *ScriptIntrinsicBlend) ForEachXor2(arg0 *jni.Object, arg1 *jni.Object) error

ForEachXor2 calls android.renderscript.ScriptIntrinsicBlend.forEachXor.

func (*ScriptIntrinsicBlend) ForEachXor3_1

func (m *ScriptIntrinsicBlend) ForEachXor3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEachXor3_1 calls android.renderscript.ScriptIntrinsicBlend.forEachXor.

func (*ScriptIntrinsicBlend) GetKernelIDAdd

func (m *ScriptIntrinsicBlend) GetKernelIDAdd() (*jni.Object, error)

GetKernelIDAdd calls android.renderscript.ScriptIntrinsicBlend.getKernelIDAdd.

func (*ScriptIntrinsicBlend) GetKernelIDClear

func (m *ScriptIntrinsicBlend) GetKernelIDClear() (*jni.Object, error)

GetKernelIDClear calls android.renderscript.ScriptIntrinsicBlend.getKernelIDClear.

func (*ScriptIntrinsicBlend) GetKernelIDDst

func (m *ScriptIntrinsicBlend) GetKernelIDDst() (*jni.Object, error)

GetKernelIDDst calls android.renderscript.ScriptIntrinsicBlend.getKernelIDDst.

func (*ScriptIntrinsicBlend) GetKernelIDDstAtop

func (m *ScriptIntrinsicBlend) GetKernelIDDstAtop() (*jni.Object, error)

GetKernelIDDstAtop calls android.renderscript.ScriptIntrinsicBlend.getKernelIDDstAtop.

func (*ScriptIntrinsicBlend) GetKernelIDDstIn

func (m *ScriptIntrinsicBlend) GetKernelIDDstIn() (*jni.Object, error)

GetKernelIDDstIn calls android.renderscript.ScriptIntrinsicBlend.getKernelIDDstIn.

func (*ScriptIntrinsicBlend) GetKernelIDDstOut

func (m *ScriptIntrinsicBlend) GetKernelIDDstOut() (*jni.Object, error)

GetKernelIDDstOut calls android.renderscript.ScriptIntrinsicBlend.getKernelIDDstOut.

func (*ScriptIntrinsicBlend) GetKernelIDDstOver

func (m *ScriptIntrinsicBlend) GetKernelIDDstOver() (*jni.Object, error)

GetKernelIDDstOver calls android.renderscript.ScriptIntrinsicBlend.getKernelIDDstOver.

func (*ScriptIntrinsicBlend) GetKernelIDMultiply

func (m *ScriptIntrinsicBlend) GetKernelIDMultiply() (*jni.Object, error)

GetKernelIDMultiply calls android.renderscript.ScriptIntrinsicBlend.getKernelIDMultiply.

func (*ScriptIntrinsicBlend) GetKernelIDSrc

func (m *ScriptIntrinsicBlend) GetKernelIDSrc() (*jni.Object, error)

GetKernelIDSrc calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSrc.

func (*ScriptIntrinsicBlend) GetKernelIDSrcAtop

func (m *ScriptIntrinsicBlend) GetKernelIDSrcAtop() (*jni.Object, error)

GetKernelIDSrcAtop calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSrcAtop.

func (*ScriptIntrinsicBlend) GetKernelIDSrcIn

func (m *ScriptIntrinsicBlend) GetKernelIDSrcIn() (*jni.Object, error)

GetKernelIDSrcIn calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSrcIn.

func (*ScriptIntrinsicBlend) GetKernelIDSrcOut

func (m *ScriptIntrinsicBlend) GetKernelIDSrcOut() (*jni.Object, error)

GetKernelIDSrcOut calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSrcOut.

func (*ScriptIntrinsicBlend) GetKernelIDSrcOver

func (m *ScriptIntrinsicBlend) GetKernelIDSrcOver() (*jni.Object, error)

GetKernelIDSrcOver calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSrcOver.

func (*ScriptIntrinsicBlend) GetKernelIDSubtract

func (m *ScriptIntrinsicBlend) GetKernelIDSubtract() (*jni.Object, error)

GetKernelIDSubtract calls android.renderscript.ScriptIntrinsicBlend.getKernelIDSubtract.

func (*ScriptIntrinsicBlend) GetKernelIDXor

func (m *ScriptIntrinsicBlend) GetKernelIDXor() (*jni.Object, error)

GetKernelIDXor calls android.renderscript.ScriptIntrinsicBlend.getKernelIDXor.

type ScriptIntrinsicBlur

type ScriptIntrinsicBlur struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicBlur wraps android.renderscript.ScriptIntrinsicBlur.

func (*ScriptIntrinsicBlur) Create

func (m *ScriptIntrinsicBlur) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicBlur.create.

func (*ScriptIntrinsicBlur) ForEach1

func (m *ScriptIntrinsicBlur) ForEach1(arg0 *jni.Object) error

ForEach1 calls android.renderscript.ScriptIntrinsicBlur.forEach.

func (*ScriptIntrinsicBlur) ForEach2_1

func (m *ScriptIntrinsicBlur) ForEach2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2_1 calls android.renderscript.ScriptIntrinsicBlur.forEach.

func (*ScriptIntrinsicBlur) GetFieldID_Input

func (m *ScriptIntrinsicBlur) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicBlur.getFieldID_Input.

func (*ScriptIntrinsicBlur) GetKernelID

func (m *ScriptIntrinsicBlur) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicBlur.getKernelID.

func (*ScriptIntrinsicBlur) SetInput

func (m *ScriptIntrinsicBlur) SetInput(arg0 *jni.Object) error

SetInput calls android.renderscript.ScriptIntrinsicBlur.setInput.

func (*ScriptIntrinsicBlur) SetRadius

func (m *ScriptIntrinsicBlur) SetRadius(arg0 float32) error

SetRadius calls android.renderscript.ScriptIntrinsicBlur.setRadius.

type ScriptIntrinsicColorMatrix

type ScriptIntrinsicColorMatrix struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicColorMatrix wraps android.renderscript.ScriptIntrinsicColorMatrix.

func (*ScriptIntrinsicColorMatrix) Create1

func (m *ScriptIntrinsicColorMatrix) Create1(arg0 *jni.Object) (*jni.Object, error)

Create1 calls android.renderscript.ScriptIntrinsicColorMatrix.create.

func (*ScriptIntrinsicColorMatrix) Create2_1

func (m *ScriptIntrinsicColorMatrix) Create2_1(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create2_1 calls android.renderscript.ScriptIntrinsicColorMatrix.create.

func (*ScriptIntrinsicColorMatrix) ForEach2

func (m *ScriptIntrinsicColorMatrix) ForEach2(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2 calls android.renderscript.ScriptIntrinsicColorMatrix.forEach.

func (*ScriptIntrinsicColorMatrix) ForEach3_1

func (m *ScriptIntrinsicColorMatrix) ForEach3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEach3_1 calls android.renderscript.ScriptIntrinsicColorMatrix.forEach.

func (*ScriptIntrinsicColorMatrix) GetKernelID

func (m *ScriptIntrinsicColorMatrix) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicColorMatrix.getKernelID.

func (*ScriptIntrinsicColorMatrix) SetAdd1

func (m *ScriptIntrinsicColorMatrix) SetAdd1(arg0 *jni.Object) error

SetAdd1 calls android.renderscript.ScriptIntrinsicColorMatrix.setAdd.

func (*ScriptIntrinsicColorMatrix) SetAdd4_1

func (m *ScriptIntrinsicColorMatrix) SetAdd4_1(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

SetAdd4_1 calls android.renderscript.ScriptIntrinsicColorMatrix.setAdd.

func (*ScriptIntrinsicColorMatrix) SetColorMatrix1

func (m *ScriptIntrinsicColorMatrix) SetColorMatrix1(arg0 *jni.Object) error

SetColorMatrix1 calls android.renderscript.ScriptIntrinsicColorMatrix.setColorMatrix.

func (*ScriptIntrinsicColorMatrix) SetColorMatrix1_1

func (m *ScriptIntrinsicColorMatrix) SetColorMatrix1_1(arg0 *jni.Object) error

SetColorMatrix1_1 calls android.renderscript.ScriptIntrinsicColorMatrix.setColorMatrix.

func (*ScriptIntrinsicColorMatrix) SetGreyscale

func (m *ScriptIntrinsicColorMatrix) SetGreyscale() error

SetGreyscale calls android.renderscript.ScriptIntrinsicColorMatrix.setGreyscale.

func (*ScriptIntrinsicColorMatrix) SetRGBtoYUV

func (m *ScriptIntrinsicColorMatrix) SetRGBtoYUV() error

SetRGBtoYUV calls android.renderscript.ScriptIntrinsicColorMatrix.setRGBtoYUV.

func (*ScriptIntrinsicColorMatrix) SetYUVtoRGB

func (m *ScriptIntrinsicColorMatrix) SetYUVtoRGB() error

SetYUVtoRGB calls android.renderscript.ScriptIntrinsicColorMatrix.setYUVtoRGB.

type ScriptIntrinsicConvolve3x3

type ScriptIntrinsicConvolve3x3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicConvolve3x3 wraps android.renderscript.ScriptIntrinsicConvolve3x3.

func (*ScriptIntrinsicConvolve3x3) Create

func (m *ScriptIntrinsicConvolve3x3) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicConvolve3x3.create.

func (*ScriptIntrinsicConvolve3x3) ForEach1

func (m *ScriptIntrinsicConvolve3x3) ForEach1(arg0 *jni.Object) error

ForEach1 calls android.renderscript.ScriptIntrinsicConvolve3x3.forEach.

func (*ScriptIntrinsicConvolve3x3) ForEach2_1

func (m *ScriptIntrinsicConvolve3x3) ForEach2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2_1 calls android.renderscript.ScriptIntrinsicConvolve3x3.forEach.

func (*ScriptIntrinsicConvolve3x3) GetFieldID_Input

func (m *ScriptIntrinsicConvolve3x3) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicConvolve3x3.getFieldID_Input.

func (*ScriptIntrinsicConvolve3x3) GetKernelID

func (m *ScriptIntrinsicConvolve3x3) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicConvolve3x3.getKernelID.

func (*ScriptIntrinsicConvolve3x3) SetCoefficients

func (m *ScriptIntrinsicConvolve3x3) SetCoefficients(arg0 *jni.Object) error

SetCoefficients calls android.renderscript.ScriptIntrinsicConvolve3x3.setCoefficients.

func (*ScriptIntrinsicConvolve3x3) SetInput

func (m *ScriptIntrinsicConvolve3x3) SetInput(arg0 *jni.Object) error

SetInput calls android.renderscript.ScriptIntrinsicConvolve3x3.setInput.

type ScriptIntrinsicConvolve5x5

type ScriptIntrinsicConvolve5x5 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicConvolve5x5 wraps android.renderscript.ScriptIntrinsicConvolve5x5.

func (*ScriptIntrinsicConvolve5x5) Create

func (m *ScriptIntrinsicConvolve5x5) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicConvolve5x5.create.

func (*ScriptIntrinsicConvolve5x5) ForEach1

func (m *ScriptIntrinsicConvolve5x5) ForEach1(arg0 *jni.Object) error

ForEach1 calls android.renderscript.ScriptIntrinsicConvolve5x5.forEach.

func (*ScriptIntrinsicConvolve5x5) ForEach2_1

func (m *ScriptIntrinsicConvolve5x5) ForEach2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2_1 calls android.renderscript.ScriptIntrinsicConvolve5x5.forEach.

func (*ScriptIntrinsicConvolve5x5) GetFieldID_Input

func (m *ScriptIntrinsicConvolve5x5) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicConvolve5x5.getFieldID_Input.

func (*ScriptIntrinsicConvolve5x5) GetKernelID

func (m *ScriptIntrinsicConvolve5x5) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicConvolve5x5.getKernelID.

func (*ScriptIntrinsicConvolve5x5) SetCoefficients

func (m *ScriptIntrinsicConvolve5x5) SetCoefficients(arg0 *jni.Object) error

SetCoefficients calls android.renderscript.ScriptIntrinsicConvolve5x5.setCoefficients.

func (*ScriptIntrinsicConvolve5x5) SetInput

func (m *ScriptIntrinsicConvolve5x5) SetInput(arg0 *jni.Object) error

SetInput calls android.renderscript.ScriptIntrinsicConvolve5x5.setInput.

type ScriptIntrinsicHistogram

type ScriptIntrinsicHistogram struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicHistogram wraps android.renderscript.ScriptIntrinsicHistogram.

func (*ScriptIntrinsicHistogram) Create

func (m *ScriptIntrinsicHistogram) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicHistogram.create.

func (*ScriptIntrinsicHistogram) ForEach1

func (m *ScriptIntrinsicHistogram) ForEach1(arg0 *jni.Object) error

ForEach1 calls android.renderscript.ScriptIntrinsicHistogram.forEach.

func (*ScriptIntrinsicHistogram) ForEach2_1

func (m *ScriptIntrinsicHistogram) ForEach2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2_1 calls android.renderscript.ScriptIntrinsicHistogram.forEach.

func (*ScriptIntrinsicHistogram) ForEach_Dot1

func (m *ScriptIntrinsicHistogram) ForEach_Dot1(arg0 *jni.Object) error

ForEach_Dot1 calls android.renderscript.ScriptIntrinsicHistogram.forEach_Dot.

func (*ScriptIntrinsicHistogram) ForEach_Dot2_1

func (m *ScriptIntrinsicHistogram) ForEach_Dot2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach_Dot2_1 calls android.renderscript.ScriptIntrinsicHistogram.forEach_Dot.

func (*ScriptIntrinsicHistogram) GetFieldID_Input

func (m *ScriptIntrinsicHistogram) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicHistogram.getFieldID_Input.

func (*ScriptIntrinsicHistogram) GetKernelID_Separate

func (m *ScriptIntrinsicHistogram) GetKernelID_Separate() (*jni.Object, error)

GetKernelID_Separate calls android.renderscript.ScriptIntrinsicHistogram.getKernelID_Separate.

func (*ScriptIntrinsicHistogram) SetDotCoefficients

func (m *ScriptIntrinsicHistogram) SetDotCoefficients(
	arg0 float32,
	arg1 float32,
	arg2 float32,
	arg3 float32,
) error

SetDotCoefficients calls android.renderscript.ScriptIntrinsicHistogram.setDotCoefficients.

func (*ScriptIntrinsicHistogram) SetOutput

func (m *ScriptIntrinsicHistogram) SetOutput(arg0 *jni.Object) error

SetOutput calls android.renderscript.ScriptIntrinsicHistogram.setOutput.

type ScriptIntrinsicLUT

type ScriptIntrinsicLUT struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicLUT wraps android.renderscript.ScriptIntrinsicLUT.

func (*ScriptIntrinsicLUT) Create

func (m *ScriptIntrinsicLUT) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicLUT.create.

func (*ScriptIntrinsicLUT) Destroy

func (m *ScriptIntrinsicLUT) Destroy() error

Destroy calls android.renderscript.ScriptIntrinsicLUT.destroy.

func (*ScriptIntrinsicLUT) ForEach2

func (m *ScriptIntrinsicLUT) ForEach2(arg0 *jni.Object, arg1 *jni.Object) error

ForEach2 calls android.renderscript.ScriptIntrinsicLUT.forEach.

func (*ScriptIntrinsicLUT) ForEach3_1

func (m *ScriptIntrinsicLUT) ForEach3_1(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 *jni.Object,
) error

ForEach3_1 calls android.renderscript.ScriptIntrinsicLUT.forEach.

func (*ScriptIntrinsicLUT) GetKernelID

func (m *ScriptIntrinsicLUT) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicLUT.getKernelID.

func (*ScriptIntrinsicLUT) SetAlpha

func (m *ScriptIntrinsicLUT) SetAlpha(arg0 int32, arg1 int32) error

SetAlpha calls android.renderscript.ScriptIntrinsicLUT.setAlpha.

func (*ScriptIntrinsicLUT) SetBlue

func (m *ScriptIntrinsicLUT) SetBlue(arg0 int32, arg1 int32) error

SetBlue calls android.renderscript.ScriptIntrinsicLUT.setBlue.

func (*ScriptIntrinsicLUT) SetGreen

func (m *ScriptIntrinsicLUT) SetGreen(arg0 int32, arg1 int32) error

SetGreen calls android.renderscript.ScriptIntrinsicLUT.setGreen.

func (*ScriptIntrinsicLUT) SetRed

func (m *ScriptIntrinsicLUT) SetRed(arg0 int32, arg1 int32) error

SetRed calls android.renderscript.ScriptIntrinsicLUT.setRed.

type ScriptIntrinsicResize

type ScriptIntrinsicResize struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicResize wraps android.renderscript.ScriptIntrinsicResize.

func (*ScriptIntrinsicResize) Create

func (m *ScriptIntrinsicResize) Create(arg0 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicResize.create.

func (*ScriptIntrinsicResize) ForEach_bicubic1

func (m *ScriptIntrinsicResize) ForEach_bicubic1(arg0 *jni.Object) error

ForEach_bicubic1 calls android.renderscript.ScriptIntrinsicResize.forEach_bicubic.

func (*ScriptIntrinsicResize) ForEach_bicubic2_1

func (m *ScriptIntrinsicResize) ForEach_bicubic2_1(arg0 *jni.Object, arg1 *jni.Object) error

ForEach_bicubic2_1 calls android.renderscript.ScriptIntrinsicResize.forEach_bicubic.

func (*ScriptIntrinsicResize) GetFieldID_Input

func (m *ScriptIntrinsicResize) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicResize.getFieldID_Input.

func (*ScriptIntrinsicResize) GetKernelID_bicubic

func (m *ScriptIntrinsicResize) GetKernelID_bicubic() (*jni.Object, error)

GetKernelID_bicubic calls android.renderscript.ScriptIntrinsicResize.getKernelID_bicubic.

func (*ScriptIntrinsicResize) SetInput

func (m *ScriptIntrinsicResize) SetInput(arg0 *jni.Object) error

SetInput calls android.renderscript.ScriptIntrinsicResize.setInput.

type ScriptIntrinsicYuvToRGB

type ScriptIntrinsicYuvToRGB struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptIntrinsicYuvToRGB wraps android.renderscript.ScriptIntrinsicYuvToRGB.

func (*ScriptIntrinsicYuvToRGB) Create

func (m *ScriptIntrinsicYuvToRGB) Create(arg0 *jni.Object, arg1 *jni.Object) (*jni.Object, error)

Create calls android.renderscript.ScriptIntrinsicYuvToRGB.create.

func (*ScriptIntrinsicYuvToRGB) ForEach

func (m *ScriptIntrinsicYuvToRGB) ForEach(arg0 *jni.Object) error

ForEach calls android.renderscript.ScriptIntrinsicYuvToRGB.forEach.

func (*ScriptIntrinsicYuvToRGB) GetFieldID_Input

func (m *ScriptIntrinsicYuvToRGB) GetFieldID_Input() (*jni.Object, error)

GetFieldID_Input calls android.renderscript.ScriptIntrinsicYuvToRGB.getFieldID_Input.

func (*ScriptIntrinsicYuvToRGB) GetKernelID

func (m *ScriptIntrinsicYuvToRGB) GetKernelID() (*jni.Object, error)

GetKernelID calls android.renderscript.ScriptIntrinsicYuvToRGB.getKernelID.

func (*ScriptIntrinsicYuvToRGB) SetInput

func (m *ScriptIntrinsicYuvToRGB) SetInput(arg0 *jni.Object) error

SetInput calls android.renderscript.ScriptIntrinsicYuvToRGB.setInput.

type ScriptLaunchOptions

type ScriptLaunchOptions struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

ScriptLaunchOptions wraps android.renderscript.Script$LaunchOptions.

func (*ScriptLaunchOptions) GetXEnd

func (m *ScriptLaunchOptions) GetXEnd() (int32, error)

GetXEnd calls android.renderscript.Script$LaunchOptions.getXEnd.

func (*ScriptLaunchOptions) GetXStart

func (m *ScriptLaunchOptions) GetXStart() (int32, error)

GetXStart calls android.renderscript.Script$LaunchOptions.getXStart.

func (*ScriptLaunchOptions) GetYEnd

func (m *ScriptLaunchOptions) GetYEnd() (int32, error)

GetYEnd calls android.renderscript.Script$LaunchOptions.getYEnd.

func (*ScriptLaunchOptions) GetYStart

func (m *ScriptLaunchOptions) GetYStart() (int32, error)

GetYStart calls android.renderscript.Script$LaunchOptions.getYStart.

func (*ScriptLaunchOptions) GetZEnd

func (m *ScriptLaunchOptions) GetZEnd() (int32, error)

GetZEnd calls android.renderscript.Script$LaunchOptions.getZEnd.

func (*ScriptLaunchOptions) GetZStart

func (m *ScriptLaunchOptions) GetZStart() (int32, error)

GetZStart calls android.renderscript.Script$LaunchOptions.getZStart.

func (*ScriptLaunchOptions) SetX

func (m *ScriptLaunchOptions) SetX(arg0 int32, arg1 int32) (*jni.Object, error)

SetX calls android.renderscript.Script$LaunchOptions.setX.

func (*ScriptLaunchOptions) SetY

func (m *ScriptLaunchOptions) SetY(arg0 int32, arg1 int32) (*jni.Object, error)

SetY calls android.renderscript.Script$LaunchOptions.setY.

func (*ScriptLaunchOptions) SetZ

func (m *ScriptLaunchOptions) SetZ(arg0 int32, arg1 int32) (*jni.Object, error)

SetZ calls android.renderscript.Script$LaunchOptions.setZ.

type Short2

type Short2 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Short2 wraps android.renderscript.Short2.

func NewShort2

func NewShort2(vm *jni.VM) (*Short2, error)

NewShort2 creates a new android.renderscript.Short2 instance.

type Short3

type Short3 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Short3 wraps android.renderscript.Short3.

func NewShort3

func NewShort3(vm *jni.VM) (*Short3, error)

NewShort3 creates a new android.renderscript.Short3 instance.

type Short4

type Short4 struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Short4 wraps android.renderscript.Short4.

func NewShort4

func NewShort4(vm *jni.VM) (*Short4, error)

NewShort4 creates a new android.renderscript.Short4 instance.

type Type

type Type struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Type wraps android.renderscript.Type.

func (*Type) CreateX

func (m *Type) CreateX(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
) (*jni.Object, error)

CreateX calls android.renderscript.Type.createX.

func (*Type) CreateXY

func (m *Type) CreateXY(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

CreateXY calls android.renderscript.Type.createXY.

func (*Type) CreateXYZ

func (m *Type) CreateXYZ(
	arg0 *jni.Object,
	arg1 *jni.Object,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) (*jni.Object, error)

CreateXYZ calls android.renderscript.Type.createXYZ.

func (*Type) GetCount

func (m *Type) GetCount() (int32, error)

GetCount calls android.renderscript.Type.getCount.

func (*Type) GetElement

func (m *Type) GetElement() (*jni.Object, error)

GetElement calls android.renderscript.Type.getElement.

func (*Type) GetX

func (m *Type) GetX() (int32, error)

GetX calls android.renderscript.Type.getX.

func (*Type) GetY

func (m *Type) GetY() (int32, error)

GetY calls android.renderscript.Type.getY.

func (*Type) GetYuv

func (m *Type) GetYuv() (int32, error)

GetYuv calls android.renderscript.Type.getYuv.

func (*Type) GetZ

func (m *Type) GetZ() (int32, error)

GetZ calls android.renderscript.Type.getZ.

func (*Type) HasFaces

func (m *Type) HasFaces() (bool, error)

HasFaces calls android.renderscript.Type.hasFaces.

func (*Type) HasMipmaps

func (m *Type) HasMipmaps() (bool, error)

HasMipmaps calls android.renderscript.Type.hasMipmaps.

type TypeBuilder

type TypeBuilder struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TypeBuilder wraps android.renderscript.Type$Builder.

func (*TypeBuilder) Create

func (m *TypeBuilder) Create() (*jni.Object, error)

Create calls android.renderscript.Type$Builder.create.

func (*TypeBuilder) SetFaces

func (m *TypeBuilder) SetFaces(arg0 bool) (*jni.Object, error)

SetFaces calls android.renderscript.Type$Builder.setFaces.

func (*TypeBuilder) SetMipmaps

func (m *TypeBuilder) SetMipmaps(arg0 bool) (*jni.Object, error)

SetMipmaps calls android.renderscript.Type$Builder.setMipmaps.

func (*TypeBuilder) SetX

func (m *TypeBuilder) SetX(arg0 int32) (*jni.Object, error)

SetX calls android.renderscript.Type$Builder.setX.

func (*TypeBuilder) SetY

func (m *TypeBuilder) SetY(arg0 int32) (*jni.Object, error)

SetY calls android.renderscript.Type$Builder.setY.

func (*TypeBuilder) SetYuvFormat

func (m *TypeBuilder) SetYuvFormat(arg0 int32) (*jni.Object, error)

SetYuvFormat calls android.renderscript.Type$Builder.setYuvFormat.

func (*TypeBuilder) SetZ

func (m *TypeBuilder) SetZ(arg0 int32) (*jni.Object, error)

SetZ calls android.renderscript.Type$Builder.setZ.

type TypeCubemapFace

type TypeCubemapFace struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

TypeCubemapFace wraps android.renderscript.Type$CubemapFace.

func (*TypeCubemapFace) ValueOf

func (m *TypeCubemapFace) ValueOf(arg0 string) (*jni.Object, error)

ValueOf calls android.renderscript.Type$CubemapFace.valueOf.

func (*TypeCubemapFace) Values

func (m *TypeCubemapFace) Values() (*jni.Object, error)

Values calls android.renderscript.Type$CubemapFace.values.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL