Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A 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()
H A DProgramFragmentFixedFunction.java324 sb.addTexture(TextureType.TEXTURE_2D); in create()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49393 …/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:I
49411 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;