Most visited

Recently visited

Script.FieldBase

public static class Script.FieldBase
extends Object

java.lang.Object
   ↳ android.support.v8.renderscript.Script.FieldBase


仅用于生成反射代码。

Summary

Fields

protected Allocation mAllocation

protected Element mElement

Protected constructors

Script.FieldBase()

Public methods

Allocation getAllocation()
Element getElement()
Type getType()
void updateAllocation()

Protected methods

void init(RenderScript rs, int dimx)
void init(RenderScript rs, int dimx, int usages)

Inherited methods

From class java.lang.Object

Fields

mAllocation

Allocation mAllocation

mElement

Element mElement

Protected constructors

Script.FieldBase

Script.FieldBase ()

Public methods

getAllocation

Allocation getAllocation ()

Returns
Allocation

getElement

Element getElement ()

Returns
Element

getType

Type getType ()

Returns
Type

updateAllocation

void updateAllocation ()

Protected methods

init

void init (RenderScript rs, 
                int dimx)

Parameters
rs RenderScript
dimx int

init

void init (RenderScript rs, 
                int dimx, 
                int usages)

Parameters
rs RenderScript
dimx int
usages int

Hooray!