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

/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java42 * TextureType specifies what textures are attached to Program
46 public enum TextureType { enum in class:Program
51 TextureType(int id) { method in class:Program.TextureType
71 TextureType mTextures[];
116 public TextureType getTextureType(int slot) {
170 mTextures[slot] != TextureType.TEXTURE_CUBE) {
205 TextureType mTextureTypes[];
223 mTextureTypes = new TextureType[MAX_TEXTURE];
327 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
341 public BaseProgramBuilder addTexture(TextureType texTyp
[all...]

Completed in 59 milliseconds