Searched refs:TextureType (Results 1 – 3 of 3) sorted by relevance
48 public enum TextureType { enum in Program54 TextureType(int id) { in TextureType() method in Program.TextureType74 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()
323 sb.addTexture(TextureType.TEXTURE_2D); in create()
59982 …/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:I60000 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;