|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.renderscript.BaseObj
android.renderscript.Program
public class Program
Nested Class Summary | |
---|---|
static class |
Program.BaseProgramBuilder
|
static class |
Program.TextureType
|
Method Summary | |
---|---|
void |
bindConstants(Allocation a,
int slot)
|
void |
bindSampler(Sampler vs,
int slot)
|
void |
bindTexture(Allocation va,
int slot)
|
Methods inherited from class android.renderscript.BaseObj |
---|
destroy, equals, finalize, getName, hashCode, setName |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void bindConstants(Allocation a, int slot)
public void bindTexture(Allocation va, int slot) throws IllegalArgumentException
IllegalArgumentException
public void bindSampler(Sampler vs, int slot) throws IllegalArgumentException
IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |