HomeSort by relevance Sort by last modified time
    Searched refs:renderscript (Results 26 - 50 of 1591) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CompilerTest.java 17 package android.renderscript.cts;
19 import android.renderscript.RSRuntimeException;
ExceptionTest.java 17 package android.renderscript.cts;
19 import android.renderscript.RSIllegalArgumentException;
20 import android.renderscript.RSInvalidStateException;
21 import android.renderscript.RSRuntimeException;
22 import android.renderscript.RSDriverException;
FieldPackerTest.java 17 package android.renderscript.cts;
19 import android.renderscript.Byte2;
20 import android.renderscript.Byte3;
21 import android.renderscript.Byte4;
22 import android.renderscript.FieldPacker;
23 import android.renderscript.Double2;
24 import android.renderscript.Double3;
25 import android.renderscript.Double4;
26 import android.renderscript.Float2;
27 import android.renderscript.Float3
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
RSBaseCompute.java 19 import android.renderscript.RenderScript;
20 import android.renderscript.Allocation;
21 import android.renderscript.Element;
22 import android.renderscript.RSRuntimeException;
26 * Base RenderScript test class. This class provides a message handler and a
30 RenderScript mRS;
36 mRS = RenderScript.create(mCtx);
  /frameworks/base/rs/java/android/renderscript/
RSRuntimeException.java 17 package android.renderscript;
22 * RenderScript
RenderScriptCacheDir.java 17 package android.renderscript;
22 * Used only for tracking the RenderScript cache directory.
28 * renderscript object file cache.
ScriptIntrinsic.java 17 package android.renderscript;
28 ScriptIntrinsic(long id, RenderScript rs) {
  /frameworks/rs/rsov/driver/
rsovAllocation.h 27 namespace renderscript { namespace in namespace:android
78 } // namespace renderscript
81 extern bool rsovAllocationInit(const android::renderscript::Context *rsc,
82 android::renderscript::Allocation *alloc,
85 extern void rsovAllocationDestroy(const android::renderscript::Context *rsc,
86 android::renderscript::Allocation *alloc);
88 extern void rsovAllocationData1D(const android::renderscript::Context *rsc,
89 const android::renderscript::Allocation *alloc,
93 extern void rsovAllocationData2D(const android::renderscript::Context *rsc,
94 const android::renderscript::Allocation *alloc
    [all...]
rsovCore.h 21 namespace renderscript { namespace in namespace:android
30 } // namespace renderscript
34 android::renderscript::rsov::RSoVContext* mRSoV;
35 android::renderscript::RsdCpuReference *mCpuRef;
rsovScript.h 31 namespace renderscript { namespace in namespace:android
151 } // namespace renderscript
154 extern bool rsovScriptInit(const android::renderscript::Context *rsc,
155 android::renderscript::ScriptC *script,
160 extern bool rsovInitIntrinsic(const android::renderscript::Context *rsc,
161 android::renderscript::Script *s,
163 android::renderscript::Element *e);
165 extern void rsovScriptInvokeFunction(const android::renderscript::Context *dc,
166 android::renderscript::Script *script,
171 const android::renderscript::Context *rsc, android::renderscript::Script *s
    [all...]
rsovElement.cpp 20 using android::renderscript::Context;
21 using android::renderscript::Element;
22 using android::renderscript::rs_element;
rsovSampler.cpp 21 using android::renderscript::Context;
22 using android::renderscript::Sampler;
23 using android::renderscript::rs_sampler;
rsovType.cpp 20 using android::renderscript::Context;
21 using android::renderscript::Type;
22 using android::renderscript::rs_type;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RSDriverException.java 17 package android.support.v8.renderscript;
22 * RenderScript
RSIllegalArgumentException.java 17 package android.support.v8.renderscript;
22 * RenderScript
RSInvalidStateException.java 17 package android.support.v8.renderscript;
22 * RenderScript
RSRuntimeException.java 17 package android.support.v8.renderscript;
22 * RenderScript
ScriptIntrinsic.java 17 package android.support.v8.renderscript;
28 ScriptIntrinsic(long id, RenderScript rs) {
  /frameworks/rs/driver/
rsdSampler.cpp 32 using android::renderscript::Context;
33 using android::renderscript::Sampler;
34 using android::renderscript::rs_sampler;
40 void rsdSamplerDestroy(const android::renderscript::Context *rsc,
41 const android::renderscript::Sampler *s) {
rsdCore.h 32 android::renderscript::Context * mContext;
33 android::renderscript::Script * mScript;
42 android::renderscript::RsdCpuReference *mCpuRef;
rsdElement.cpp 21 using android::renderscript::Context;
22 using android::renderscript::Element;
23 using android::renderscript::rs_element;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Mirror.java 21 import android.renderscript.Allocation;
22 import android.renderscript.Element;
23 import android.renderscript.RenderScript;
24 import android.renderscript.Script;
25 import android.renderscript.ScriptC;
26 import android.renderscript.Type;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DepthTransform.java 17 package android.renderscript.cts.refocus;
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBaseCompute.java 19 import android.renderscript.RenderScript;
20 import android.renderscript.Allocation;
21 import android.renderscript.Element;
22 import android.renderscript.RSRuntimeException;
26 * Base RenderScript test class. This class provides a message handler and a
30 RenderScript mRS;
35 mRS = RenderScript.create(mCtx);
  /frameworks/rs/
rsMutex.h 24 namespace renderscript { namespace in namespace:android
39 } // namespace renderscript

Completed in 443 milliseconds

12 3 4 5 6 7 8 91011>>