Searched refs:mTextureNames (Results 1 – 6 of 6) sorted by relevance
79 String mTextureNames[]; field in Program141 return mTextureNames[slot]; in getTextureName()218 String mTextureNames[]; field in Program.BaseProgramBuilder242 mTextureNames = new String[MAX_TEXTURE]; in BaseProgramBuilder()365 mTextureNames[mTextureCount] = texName; in addTexture()380 p.mTextureNames = new String[mTextureCount]; in initProgram()381 System.arraycopy(mTextureNames, 0, p.mTextureNames, 0, mTextureCount); in initProgram()
89 texNames[i] = mTextureNames[i]; in create()
149 texNames[i] = mTextureNames[i]; in create()
74 texNames[i] = mTextureNames[i]; in create()
101 texNames[i] = mTextureNames[i]; in create()
46075 Landroid/renderscript/Program$BaseProgramBuilder;->mTextureNames:[Ljava/lang/String;46109 Landroid/renderscript/Program;->mTextureNames:[Ljava/lang/String;