HomeSort by relevance Sort by last modified time
    Searched refs:RenderScript (Results 151 - 175 of 301) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_bug_char.java 21 import android.support.v8.renderscript.*;
79 RenderScript pRS = RenderScript.create(mCtx);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_array_init.java 21 import android.renderscript.*;
85 RenderScript pRS = RenderScript.create(mCtx);
UT_bug_char.java 21 import android.renderscript.*;
79 RenderScript pRS = RenderScript.create(mCtx);
UT_program_store.java 21 import android.renderscript.*;
22 import android.renderscript.ProgramStore.BlendDstFunc;
23 import android.renderscript.ProgramStore.BlendSrcFunc;
24 import android.renderscript.ProgramStore.Builder;
25 import android.renderscript.ProgramStore.DepthFunc;
45 private ProgramStore.Builder getDefaultBuilder(RenderScript RS) {
55 private void initializeGlobals(RenderScript RS, ScriptC_program_store s) {
96 private void testScriptSide(RenderScript pRS) {
152 public void testJavaSide(RenderScript RS) {
170 RenderScript pRS = RenderScript.create(mCtx)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUTThunker.java 17 package android.support.v8.renderscript;
26 android.renderscript.ScriptIntrinsic3DLUT mN;
28 android.renderscript.ScriptIntrinsic3DLUT getNObj() {
32 private ScriptIntrinsic3DLUTThunker(int id, RenderScript rs, Element e) {
36 public static ScriptIntrinsic3DLUTThunker create(RenderScript rs, Element e) {
42 lut.mN = android.renderscript.ScriptIntrinsic3DLUT.create(rst.mN, et.getNObj());
43 } catch (android.renderscript.RSRuntimeException exc) {
53 } catch (android.renderscript.RSRuntimeException e) {
71 } catch (android.renderscript.RSRuntimeException e) {
85 } catch (android.renderscript.RSRuntimeException e)
    [all...]
ScriptIntrinsicBlurThunker.java 17 package android.support.v8.renderscript;
25 android.renderscript.ScriptIntrinsicBlur mN;
27 android.renderscript.ScriptIntrinsicBlur getNObj() {
31 protected ScriptIntrinsicBlurThunker(int id, RenderScript rs) {
35 public static ScriptIntrinsicBlurThunker create(RenderScript rs, Element e) {
41 blur.mN = android.renderscript.ScriptIntrinsicBlur.create(rst.mN, et.getNObj());
42 } catch (android.renderscript.RSRuntimeException exc) {
52 } catch (android.renderscript.RSRuntimeException e) {
60 } catch (android.renderscript.RSRuntimeException e) {
70 } catch (android.renderscript.RSRuntimeException e)
    [all...]
ScriptIntrinsicConvolve3x3Thunker.java 17 package android.support.v8.renderscript;
22 android.renderscript.ScriptIntrinsicConvolve3x3 mN;
24 android.renderscript.ScriptIntrinsicConvolve3x3 getNObj() {
29 ScriptIntrinsicConvolve3x3Thunker(int id, RenderScript rs) {
33 public static ScriptIntrinsicConvolve3x3Thunker create(RenderScript rs, Element e) {
39 si.mN = android.renderscript.ScriptIntrinsicConvolve3x3.create(rst.mN, et.getNObj());
40 } catch (android.renderscript.RSRuntimeException exc) {
50 } catch (android.renderscript.RSRuntimeException e) {
58 } catch (android.renderscript.RSRuntimeException e) {
67 } catch (android.renderscript.RSRuntimeException e)
    [all...]
ScriptIntrinsicConvolve5x5Thunker.java 17 package android.support.v8.renderscript;
22 android.renderscript.ScriptIntrinsicConvolve5x5 mN;
24 android.renderscript.ScriptIntrinsicConvolve5x5 getNObj() {
29 ScriptIntrinsicConvolve5x5Thunker(int id, RenderScript rs) {
33 public static ScriptIntrinsicConvolve5x5Thunker create(RenderScript rs, Element e) {
39 si.mN = android.renderscript.ScriptIntrinsicConvolve5x5.create(rst.mN, et.getNObj());
40 } catch (android.renderscript.RSRuntimeException exc) {
50 } catch (android.renderscript.RSRuntimeException e) {
58 } catch (android.renderscript.RSRuntimeException e) {
67 } catch (android.renderscript.RSRuntimeException e)
    [all...]
ScriptIntrinsicLUT.java 17 package android.support.v8.renderscript;
33 protected ScriptIntrinsicLUT(int id, RenderScript rs) {
42 * @param rs The RenderScript context
47 public static ScriptIntrinsicLUT create(RenderScript rs, Element e) {
ScriptIntrinsicLUTThunker.java 17 package android.support.v8.renderscript;
22 android.renderscript.ScriptIntrinsicLUT mN;
24 android.renderscript.ScriptIntrinsicLUT getNObj() {
28 private ScriptIntrinsicLUTThunker(int id, RenderScript rs) {
32 public static ScriptIntrinsicLUTThunker create(RenderScript rs, Element e) {
38 si.mN = android.renderscript.ScriptIntrinsicLUT.create(rst.mN, et.getNObj());
39 } catch (android.renderscript.RSRuntimeException exc) {
48 } catch (android.renderscript.RSRuntimeException e) {
56 } catch (android.renderscript.RSRuntimeException e) {
64 } catch (android.renderscript.RSRuntimeException e)
    [all...]
ScriptIntrinsicYuvToRGBThunker.java 17 package android.support.v8.renderscript;
21 android.renderscript.ScriptIntrinsicYuvToRGB mN;
23 android.renderscript.ScriptIntrinsicYuvToRGB getNObj() {
28 private ScriptIntrinsicYuvToRGBThunker(int id, RenderScript rs) {
32 public static ScriptIntrinsicYuvToRGBThunker create(RenderScript rs, Element e) {
38 si.mN = android.renderscript.ScriptIntrinsicYuvToRGB.create(rst.mN, et.getNObj());
39 } catch (android.renderscript.RSRuntimeException exc) {
50 } catch (android.renderscript.RSRuntimeException e) {
59 } catch (android.renderscript.RSRuntimeException e) {
68 } catch (android.renderscript.RSRuntimeException e)
    [all...]
TypeThunker.java 17 package android.support.v8.renderscript;
24 android.renderscript.Type mN;
26 android.renderscript.Type getNObj() {
30 static HashMap<android.renderscript.Type, Type> mMap = new HashMap();
42 TypeThunker(RenderScript rs, android.renderscript.Type t) {
48 } catch (android.renderscript.RSRuntimeException e) {
57 static Type find(android.renderscript.Type nt) {
61 static Type create(RenderScript rs, Element e,
66 android.renderscript.Type.Builder tb
    [all...]
Allocation.java 17 package android.support.v8.renderscript;
32 * and from RenderScript kernels. An Allocation provides the backing store for
33 * a given {@link android.support.v8.renderscript.Type}. </p>
38 * android.support.v8.renderscript.Sampler}. A developer must synchronize
40 * {@link android.support.v8.renderscript.Allocation#syncAll} in
54 * RenderScript, read the
55 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a>
83 * The usage of the Allocation. These signal to RenderScript where to place
171 * Get the {@link android.support.v8.renderscript.Element} of the {@lin
    [all...]
Script.java 17 package android.support.v8.renderscript;
28 android.renderscript.Script getNObj() {
42 android.renderscript.Script.KernelID mN;
46 KernelID(int id, RenderScript rs, Script s, int slot, int sig) {
104 android.renderscript.Script.FieldID mN;
107 FieldID(int id, RenderScript rs, Script s, int slot) {
291 Script(int id, RenderScript rs) {
422 RenderScript mRS;
424 Builder(RenderScript rs) {
438 protected void init(RenderScript rs, int dimx)
    [all...]
Type.java 17 package android.support.v8.renderscript;
26 * <p>A Type describes the {@link android.support.v8.renderscript.Element} and
27 * dimensions used for an {@link android.support.v8.renderscript.Allocation} or
29 * {@link android.support.v8.renderscript.Type.Builder}.</p>
31 * <p>A Type always includes an {@link android.support.v8.renderscript.Element}
42 * android.support.v8.renderscript.Allocation} in a YUV format. The YUV formats
48 * <p>For more information about creating an application that uses RenderScript,
50 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a>
190 Type(int id, RenderScript rs)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 21 import android.support.v8.renderscript.Allocation;
22 import android.support.v8.renderscript.RenderScript;
35 RenderScript rs = CachingPipeline.getRenderScriptContext();
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
RenderScriptWallpaper.java 23 import android.renderscript.RenderScriptGL;
24 import android.renderscript.RenderScript;
109 mRs.setPriority(RenderScript.Priority.LOW);
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 17 package android.renderscript;
34 ProgramVertexFixedFunction(int id, RenderScript rs) {
54 public InternalBuilder(RenderScript rs) {
117 RenderScript mRS;
125 public Builder(RenderScript rs) {
139 static Type getConstantInputType(RenderScript rs) {
222 public Constants(RenderScript rs) {
Script.java 17 package android.renderscript;
39 KernelID(int id, RenderScript rs, Script s, int slot, int sig) {
78 FieldID(int id, RenderScript rs, Script s, int slot) {
179 Script(int id, RenderScript rs) {
300 RenderScript mRS;
302 Builder(RenderScript rs) {
316 protected void init(RenderScript rs, int dimx) {
320 protected void init(RenderScript rs, int dimx, int usages) {
Type.java 17 package android.renderscript;
26 * <p>A Type describes the {@link android.renderscript.Element} and dimensions used for an {@link
27 * android.renderscript.Allocation} or a parallel operation. Types are created through {@link
28 * android.renderscript.Type.Builder}.</p>
30 * <p>A Type always includes an {@link android.renderscript.Element} and an X
41 * {@link android.renderscript.Allocation} in a YUV format. The YUV formats
48 * <p>For more information about creating an application that uses RenderScript, read the
49 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
193 Type(int id, RenderScript rs)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
TestBase.java 25 import android.renderscript.ScriptC;
26 import android.renderscript.RenderScript;
27 import android.renderscript.Type;
28 import android.renderscript.Allocation;
29 import android.renderscript.Element;
30 import android.renderscript.Script;
44 protected RenderScript mRS;
50 private class MessageProcessor extends RenderScript.RSMessageHandler {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 25 import android.renderscript.ScriptC;
26 import android.renderscript.RenderScript;
27 import android.renderscript.Type;
28 import android.renderscript.Allocation;
29 import android.renderscript.Element;
30 import android.renderscript.Script;
44 protected RenderScript mRS;
52 private class MessageProcessor extends RenderScript.RSMessageHandler {
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 25 import android.renderscript.Allocation;
26 import android.renderscript.Matrix3f;
27 import android.renderscript.RenderScript;
33 import android.renderscript.*;
41 private RenderScript mRS;
50 RsYuv(RenderScript rs) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 21 import android.support.v8.renderscript.Allocation;
22 import android.support.v8.renderscript.Element;
23 import android.support.v8.renderscript.RenderScript;
24 import android.support.v8.renderscript.Script.LaunchOptions;
25 import android.support.v8.renderscript.Type;
75 RenderScript rsCtx = getRenderScriptContext();
153 RenderScript rsCtx = getRenderScriptContext();
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 8 import android.renderscript.Allocation;
9 import android.renderscript.Element;
10 import android.renderscript.Matrix4f;
11 import android.renderscript.RenderScript;
12 import android.renderscript.Script;
13 import android.renderscript.ScriptGroup;
14 import android.renderscript.ScriptIntrinsicColorMatrix;
15 import android.renderscript.Type;
22 * This is done by constructing a two-step Renderscript group
    [all...]

Completed in 147 milliseconds

1 2 3 4 5 67 8 91011>>