Home | History | Annotate | Download | only in renderscript

Lines Matching defs:TextureType

43      * TextureType specifies what textures are attached to Program
47 public enum TextureType {
52 TextureType(int id) {
72 TextureType mTextures[];
117 public TextureType getTextureType(int slot) {
171 mTextures[slot] != TextureType.TEXTURE_CUBE) {
206 TextureType mTextureTypes[];
224 mTextureTypes = new TextureType[MAX_TEXTURE];
328 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
342 public BaseProgramBuilder addTexture(TextureType texType, String texName)
361 p.mTextures = new TextureType[mTextureCount];