HomeSort by relevance Sort by last modified time
    Searched defs:mInPixelsAllocation (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
TestBase.java 32 protected Allocation mInPixelsAllocation;
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 56 private final Allocation mInPixelsAllocation;
70 mInPixelsAllocation.ioReceive();
74 int blackishPixelCount = mScript.reduce_countBlackishPixels(mInPixelsAllocation).get();
96 mInPixelsAllocation.copyTo(capture);
118 mInPixelsAllocation = createBufferQueueAllocation();
121 mInPixelsAllocation.setOnBufferAvailableListener(
126 return mInPixelsAllocation.getSurface();
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
TestBase.java 33 protected Allocation mInPixelsAllocation;
90 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
ImageProcessingActivity2.java 149 Allocation mInPixelsAllocation;
205 mInPixelsAllocation = Allocation.createFromBitmapResource(
213 mInPixelsAllocation = Allocation.createFromBitmapResource(
221 mInPixelsAllocation = Allocation.createFromBitmapResource(
248 mInPixelsAllocation = Allocation.createFromBitmapResource(
254 mInPixelsAllocation = Allocation.createFromBitmapResource(
260 mInPixelsAllocation = Allocation.createFromBitmapResource(
267 mOutDisplayAllocationIO = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
543 mInPixelsAllocation.destroy();
562 mInPixelsAllocation = null
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 34 protected Allocation mInPixelsAllocation;
91 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
ImageProcessingActivityJB.java 153 Allocation mInPixelsAllocation;
202 mInPixelsAllocation = Allocation.createFromBitmapResource(
208 mInPixelsAllocation = Allocation.createFromBitmapResource(
214 mInPixelsAllocation = Allocation.createFromBitmapResource(
220 mInPixelsAllocation = Allocation.createFromBitmapResource(
229 mOutDisplayAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
237 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
458 mInPixelsAllocation.destroy();
471 mInPixelsAllocation = null;
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
TestBase.java 43 protected Allocation mInPixelsAllocation;
70 mInPixelsAllocation = ipact.mInPixelsAllocation;
Filters.java 259 mInPixelsAllocation.getType().getX(),
260 mInPixelsAllocation.getType().getY(), center_x,
266 mInPixelsAllocation.getType().getX(),
267 mInPixelsAllocation.getType().getY(),
351 mWidth = mInPixelsAllocation.getType().getX();
352 mHeight = mInPixelsAllocation.getType().getY();
414 // mGroup.setInput(mFilters[0].getKernelID(), mInPixelsAllocation);
415 mGroup.setInput(s_uc2f.getKernelID_uc4tof4(), mInPixelsAllocation);
421 mOutPixelsAllocation = (Allocation)mGroup2.execute(mInPixelsAllocation)[0];
424 s_uc2f.forEach_uc4tof4(mInPixelsAllocation, mScratchPixelsAllocation[0])
    [all...]
ScriptGroupTestActivity.java 55 Allocation mInPixelsAllocation;
191 mInPixelsAllocation = Allocation.createFromBitmapResource(
193 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
194 mInPixelsAllocation.getType().getY(),
229 mInPixelsAllocation = null;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 59 protected volatile Allocation mInPixelsAllocation;
129 if (mInPixelsAllocation != null) {
130 mInPixelsAllocation.destroy();
131 mInPixelsAllocation = null;
447 if (mOutPixelsAllocation == null || mInPixelsAllocation == null ||
456 mInPixelsAllocation = Allocation.createTyped(RS,
461 mInPixelsAllocation.copyFrom(bitmap);
476 return mInPixelsAllocation;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
TestBase.java 43 protected Allocation mInPixelsAllocation;
110 mInPixelsAllocation = ipact.mInPixelsAllocation;
ImageProcessingActivity.java 54 Allocation mInPixelsAllocation;
408 mInPixelsAllocation = Allocation.createFromBitmapResource(
412 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
413 mInPixelsAllocation.getType().getY(),
465 mInPixelsAllocation = null;
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 63 private Allocation mInPixelsAllocation;
171 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
198 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);

Completed in 619 milliseconds