Searched defs:TextureType (Results 1 - 1 of 1) sorted by last modified time

/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[];
113 mTextures[slot] != TextureType.TEXTURE_CUBE) {
148 TextureType mTextureTypes[];
165 mTextureTypes = new TextureType[MAX_TEXTURE];
268 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
284 p.mTextures = new TextureType[mTextureCount];

Completed in 45 milliseconds