Searched defs:TextureType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java43 * TextureType specifies what textures are attached to Program
47 public enum TextureType { enum in class:Program
52 TextureType(int id) { method in class:Program.TextureType
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 texTyp
[all...]

Completed in 82 milliseconds