|
||||||||||
| 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)
|
Type |
getConstant(int slot)
|
int |
getConstantCount()
|
int |
getTextureCount()
|
String |
getTextureName(int slot)
|
Program.TextureType |
getTextureType(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 int getConstantCount()
public Type getConstant(int slot)
public int getTextureCount()
public Program.TextureType getTextureType(int slot)
public String getTextureName(int slot)
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 | |||||||||