Searched refs:TextureType (Results 1 – 3 of 3) sorted by relevance
52 public enum TextureType { enum in Program58 TextureType(int id) { in TextureType() method in Program.TextureType78 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()
324 sb.addTexture(TextureType.TEXTURE_2D); in create()
49393 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;)Landroid/rende…49394 …/Program$BaseProgramBuilder;->addTexture(Landroid/renderscript/Program$TextureType;Ljava/lang/Stri…49400 …renderscript/Program$BaseProgramBuilder;->mTextureTypes:[Landroid/renderscript/Program$TextureType;49410 Landroid/renderscript/Program$TextureType;->mID:I49411 Landroid/renderscript/Program$TextureType;->TEXTURE_CUBE:Landroid/renderscript/Program$TextureType;49412 Landroid/renderscript/Program$TextureType;->valueOf(Ljava/lang/String;)Landroid/renderscript/Progra…49413 Landroid/renderscript/Program$TextureType;->values()[Landroid/renderscript/Program$TextureType;49422 Landroid/renderscript/Program;->getTextureType(I)Landroid/renderscript/Program$TextureType;49433 Landroid/renderscript/Program;->mTextures:[Landroid/renderscript/Program$TextureType;