Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgram.java48 public enum TextureType { enum in Program
54 TextureType(int id) { in TextureType() method in Program.TextureType
74 TextureType mTextures[];
120 public TextureType getTextureType(int slot) { in getTextureType()
174 mTextures[slot] != TextureType.TEXTURE_CUBE) { in bindTexture()
213 TextureType mTextureTypes[];
237 mTextureTypes = new TextureType[MAX_TEXTURE]; in BaseProgramBuilder()
341 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture()
355 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture()
374 p.mTextures = new TextureType[mTextureCount]; in initProgram()
DProgramFragmentFixedFunction.java323 sb.addTexture(TextureType.TEXTURE_2D); in create()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt59982 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;)Landroid/rende…
59983 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;Ljava/lang/Stri…
59989 …renderscript/Program$BaseProgramBuilder;->mTextureTypes:[Landroid/renderscript/Program$TextureType;
59999 Landroid/renderscript/Program$TextureType;->mID:I
60000 Landroid/renderscript/Program$TextureType;->TEXTURE_CUBE:Landroid/renderscript/Program$TextureType;
60001 Landroid/renderscript/Program$TextureType;->valueOf(Ljava/lang/String;)Landroid/renderscript/Progra…
60002 Landroid/renderscript/Program$TextureType;->values()[Landroid/renderscript/Program$TextureType;
60011 Landroid/renderscript/Program;->getTextureType(I)Landroid/renderscript/Program$TextureType;
60022 Landroid/renderscript/Program;->mTextures:[Landroid/renderscript/Program$TextureType;