Searched refs:shaderAllocs (Results 1 – 1 of 1) sorted by relevance
290 Allocation[] shaderAllocs = new Allocation[mVertexShaders.size()]; in addShaders() local293 shaderAllocs[i] = sI.getRSData().getAllocation(); in addShaders()295 shaderData.copyFrom(shaderAllocs); in addShaders()302 Allocation[] shaderAllocs = new Allocation[mFragmentShaders.size()]; in addShaders() local305 shaderAllocs[i] = sI.getRSData().getAllocation(); in addShaders()307 shaderData.copyFrom(shaderAllocs); in addShaders()