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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterRS.java144 Log.e(LOGTAG, "RS runtime exception ? " + e);
154 protected static Allocation convertBitmap(RenderScript RS, Bitmap bitmap) { argument
155 return Allocation.createFromBitmap(RS, bitmap,
160 private static Allocation convertRGBAtoA(RenderScript RS, Bitmap bitmap) { argument
161 if (RS != mRScache || mGreyConvert == null) {
162 mGreyConvert = new ScriptC_grey(RS, RS.getApplicationContext().getResources(),
164 mRScache = RS;
167 Type.Builder tb_a8 = new Type.Builder(RS, Element.A_8(RS));
[all...]
/packages/apps/Gallery2/
H A DAndroid.mk17 # Keep track of previously compiled RS files too (from bundled GalleryGoogle).
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
195 RenderScript RS = getRenderScriptContext();
198 mFiltersOnlyOriginalAllocation = Allocation.createFromBitmap(RS, originalBitmap,
206 mOriginalAllocation = Allocation.createFromBitmap(RS, mResizedOriginalBitmap,
445 RenderScript RS = getRenderScriptContext();
454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
456 mInPixelsAllocation = Allocation.createTyped(RS,
460 if (RS != null) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 129 milliseconds