Searched refs:outAlloc (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java47 TextureViewUpdater(Allocation outAlloc, Sampler sampler) { argument
48 mOutPixelsAllocation = outAlloc;
118 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
119 TextureViewUpdater updater = new TextureViewUpdater(outAlloc, Sampler.WRAP_LINEAR(mRS));
124 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
125 updater = new TextureViewUpdater(outAlloc, Sampler.CLAMP_LINEAR(mRS));
130 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
131 updater = new TextureViewUpdater(outAlloc, Sampler.WRAP_NEAREST(mRS));
136 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
137 updater = new TextureViewUpdater(outAlloc, Sample
[all...]

Completed in 128 milliseconds