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

/frameworks/base/rs/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[];
118 public TextureType getTextureType(int slot) {
172 mTextures[slot] != TextureType.TEXTURE_CUBE) {
207 TextureType mTextureTypes[];
225 mTextureTypes = new TextureType[MAX_TEXTURE];
329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
343 public BaseProgramBuilder addTexture(TextureType texTyp
[all...]
H A DProgramFragmentFixedFunction.java312 sb.addTexture(TextureType.TEXTURE_2D);

Completed in 33 milliseconds