Searched refs:texType (Results 1 – 1 of 1) sorted by relevance
345 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture() argument346 addTexture(texType, "Tex" + mTextureCount); in addTexture()359 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture() argument364 mTextureTypes[mTextureCount] = texType; in addTexture()