Home
last modified time | relevance | path

Searched refs:TextureType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgram.java52 public enum TextureType { enum in Program
58 TextureType(int id) { in TextureType() method in Program.TextureType
78 TextureType mTextures[];
124 public TextureType getTextureType(int slot) { in getTextureType()
178 mTextures[slot] != TextureType.TEXTURE_CUBE) { in bindTexture()
217 TextureType mTextureTypes[];
241 mTextureTypes = new TextureType[MAX_TEXTURE]; in BaseProgramBuilder()
345 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture()
359 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
378 p.mTextures = new TextureType[mTextureCount]; in initProgram()
DProgramFragmentFixedFunction.java324 sb.addTexture(TextureType.TEXTURE_2D); in create()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45427 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;)Landroid/rende…
45428 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;Ljava/lang/Stri…
45434 …renderscript/Program$BaseProgramBuilder;->mTextureTypes:[Landroid/renderscript/Program$TextureType;
45444 Landroid/renderscript/Program$TextureType;->mID:I
45445 Landroid/renderscript/Program$TextureType;->TEXTURE_CUBE:Landroid/renderscript/Program$TextureType;
45446 Landroid/renderscript/Program$TextureType;->valueOf(Ljava/lang/String;)Landroid/renderscript/Progra…
45447 Landroid/renderscript/Program$TextureType;->values()[Landroid/renderscript/Program$TextureType;
45456 Landroid/renderscript/Program;->getTextureType(I)Landroid/renderscript/Program$TextureType;
45467 Landroid/renderscript/Program;->mTextures:[Landroid/renderscript/Program$TextureType;