Home | History | Annotate | Download | only in cache

Lines Matching defs:RS

80     public static synchronized void setRenderScriptContext(RenderScript RS) {
81 sRS = RS;
86 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
206 RenderScript RS = getRenderScriptContext();
209 mFiltersOnlyOriginalAllocation = Allocation.createFromBitmap(RS, originalBitmap,
217 mOriginalAllocation = Allocation.createFromBitmap(RS, mResizedOriginalBitmap,
419 RenderScript RS = getRenderScriptContext();
428 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
430 mInPixelsAllocation = Allocation.createTyped(RS,
434 if (RS != null) {