Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DProgram.java345 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture() argument
346 addTexture(texType, "Tex" + mTextureCount); in addTexture()
359 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture() argument
364 mTextureTypes[mTextureCount] = texType; in addTexture()