HomeSort by relevance Sort by last modified time
    Searched full:scriptc (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
RefocusFilterd1new.java 59 scriptC = new ScriptC_layered_filter_fast_d1new(renderScript);
67 renderScript, scriptC);
68 buffers.initializeRenderScript(focalLayer, scriptC);
77 scriptC.forEach_PackOutputImage(buffers.outAllocation);
93 scriptC.forEach_PackSharpImage(mAllocation);
106 scriptC.forEach_PackFuzzyImage(mAllocation);
114 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
119 scriptC.invoke_SetBlendInfo(dilationRadius);
133 scriptC.set_g_kernel_stack(kernelData.stackAllocation);
134 scriptC.set_galloc_kernel_info(kernelData.infoAllocation)
    [all...]
ImageBuffersForRenderScriptd1new.java 57 * @param scriptC a RenderScript object that manages the filtering kernel
61 RenderScript renderScript, ScriptC_layered_filter_fast_d1new scriptC) {
85 scriptC.set_g_sharp_RGBA(sharpRGBAAllocation);
86 scriptC.set_g_fuzzy_RGBA(fuzzyRGBAAllocation);
87 scriptC.set_g_integral_RGBA(integralRGBAAllocation);
89 scriptC.set_g_sharp_actual_depth(sharpActualDepthAllocation);
90 scriptC.set_g_sharp_active(sharpActiveAllocation);
91 scriptC.set_g_sharp_matte(sharpMatteAllocation);
92 scriptC.set_g_sharp_dilated_depth(sharpDilatedDepthAllocation);
101 * @param scriptC a RenderScript object that manages filtering kernels an
    [all...]
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
RefocusFilterd1new.java 47 scriptC = new ScriptC_layered_filter_fast_d1new(renderScript);
55 renderScript, scriptC);
56 buffers.initializeRenderScript(focalLayer, scriptC);
66 scriptC.forEach_PackOutputImage(buffers.outAllocation);
82 scriptC.forEach_PackSharpImage(mAllocation);
95 scriptC.forEach_PackFuzzyImage(mAllocation);
103 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
108 scriptC.invoke_SetBlendInfo(dilationRadius);
122 scriptC.set_g_kernel_stack(kernelData.stackAllocation);
123 scriptC.set_galloc_kernel_info(kernelData.infoAllocation)
    [all...]
ImageBuffersForRenderScriptd1new.java 45 * @param scriptC a RenderScript object that manages the filtering kernel
49 RenderScript renderScript, ScriptC_layered_filter_fast_d1new scriptC) {
73 scriptC.set_g_sharp_RGBA(sharpRGBAAllocation);
74 scriptC.set_g_fuzzy_RGBA(fuzzyRGBAAllocation);
75 scriptC.set_g_integral_RGBA(integralRGBAAllocation);
77 scriptC.set_g_sharp_actual_depth(sharpActualDepthAllocation);
78 scriptC.set_g_sharp_active(sharpActiveAllocation);
79 scriptC.set_g_sharp_matte(sharpMatteAllocation);
80 scriptC.set_g_sharp_dilated_depth(sharpDilatedDepthAllocation);
89 * @param scriptC a RenderScript object that manages filtering kernels an
    [all...]
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
ImageBuffersForRenderScriptF32.java 38 * @param scriptC a RenderScript object that manages the filtering kernel
42 RenderScript renderScript, ScriptC_layered_filter_fast_f32 scriptC) {
56 scriptC.bind_g_sharp_image_buffer(sharpImageAllocation);
57 scriptC.bind_g_fuzzy_image_buffer(fuzzyImageAllocation);
58 scriptC.bind_g_integral_image_buffer(integralImageAllocation);
66 * @param scriptC a RenderScript object that manages filtering kernels and
70 ScriptC_layered_filter_fast_f32 scriptC) {
75 scriptC.invoke_InitializeF32(imageWidthPadded, imageHeightPadded,
84 scriptC.forEach_UnpackInputImage(inAllocation);
RefocusFilterF32.java 46 scriptC = new ScriptC_layered_filter_fast_f32(renderScript);
54 renderScript, scriptC);
55 buffers.initializeRenderScript(focalLayer, scriptC);
64 scriptC.forEach_PackOutputImage(buffers.outAllocation);
80 scriptC.forEach_PackSharpImage(mAllocation);
93 scriptC.forEach_PackFuzzyImage(mAllocation);
101 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
106 scriptC.invoke_SetBlendInfo(dilationRadius);
121 scriptC.bind_g_kernel_info(kernelData.getKernelInfo());
122 scriptC.bind_g_kernel_stack(kernelData.stackAllocation)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 62 scriptC = new ScriptC_layered_filter_fast_f32(renderScript);
70 renderScript, scriptC);
71 buffers.initializeRenderScript(focalLayer, scriptC);
80 scriptC.forEach_PackOutputImage(buffers.outAllocation);
96 scriptC.forEach_PackSharpImage(mAllocation);
109 scriptC.forEach_PackFuzzyImage(mAllocation);
117 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
122 scriptC.invoke_SetBlendInfo(dilationRadius);
137 scriptC.bind_g_kernel_info(kernelData.getKernelInfo());
138 scriptC.bind_g_kernel_stack(kernelData.stackAllocation)
    [all...]
ImageBuffersForRenderScriptF32.java 51 * @param scriptC a RenderScript object that manages the filtering kernel
55 RenderScript renderScript, ScriptC_layered_filter_fast_f32 scriptC) {
69 scriptC.bind_g_sharp_image_buffer(sharpImageAllocation);
70 scriptC.bind_g_fuzzy_image_buffer(fuzzyImageAllocation);
71 scriptC.bind_g_integral_image_buffer(integralImageAllocation);
79 * @param scriptC a RenderScript object that manages filtering kernels and
83 ScriptC_layered_filter_fast_f32 scriptC) {
88 scriptC.invoke_InitializeF32(imageWidthPadded, imageHeightPadded,
97 scriptC.forEach_UnpackInputImage(inAllocation);
  /frameworks/compile/slang/tests/P_warnings_deprecated/
stderr.txt.expect 2 ../../../../../frameworks/rs/scriptc/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here
4 ../../../../../frameworks/rs/scriptc/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
  /frameworks/base/rs/java/android/renderscript/
ScriptC.java 29 public class ScriptC extends Script {
30 private static final String TAG = "ScriptC";
38 protected ScriptC(int id, RenderScript rs) {
48 protected ScriptC(long id, RenderScript rs) {
59 protected ScriptC(RenderScript rs, Resources resources, int resourceID) {
63 throw new RSRuntimeException("Loading of ScriptC script failed.");
73 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) {
82 throw new RSRuntimeException("Loading of ScriptC script failed.");
  /frameworks/rs/
rsScriptC.cpp 54 ScriptC * sc = (ScriptC *) tls->mScript
56 ScriptC::ScriptC(Context *rsc) : Script(rsc) {
59 ScriptC::~ScriptC() {
67 bool ScriptC::createCacheDir(const char *cacheDir) {
120 void ScriptC::setupScript(Context *rsc) {
137 void ScriptC::setupGLState(Context *rsc) {
154 uint32_t ScriptC::run(Context *rsc)
    [all...]
rsScriptC.h 29 class ScriptC : public Script {
34 ScriptC(Context *);
35 virtual ~ScriptC();
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptC.java 36 public class ScriptC extends Script {
37 private static final String TAG = "ScriptC";
45 protected ScriptC(long id, RenderScript rs) {
57 protected ScriptC(RenderScript rs, Resources resources, int resourceID) {
61 throw new RSRuntimeException("Loading of ScriptC script failed.");
74 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) {
83 throw new RSRuntimeException("Loading of ScriptC script failed.");
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.renderscript.ScriptC.html 10 android.renderscript.ScriptC
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/ScriptC.html" target="_top"><font size="+2"><code>ScriptC</code></font></A>
85 <A NAME="android.renderscript.ScriptC.ctor_added(android.renderscript.RenderScript, java.lang.String, byte[], byte[])"></A>
86 <nobr><A HREF="../../../../reference/android/renderscript/ScriptC.html#ScriptC(android.renderscript.RenderScript, java.lang.String, byte[], byte[])" target="_top"><code>ScriptC</code></A>(<code>RenderScript,</nobr> String<nobr>,</nobr> byte[]<nobr>,</nobr> byte[]<nobr><nobr></code>)</nobr>
92 <A NAME="android.renderscript.ScriptC.ctor_added(long, android.renderscript.RenderScript)"></A>
93 <nobr><A HREF="../../../../reference/android/renderscript/ScriptC.html#ScriptC(long, android.renderscript.RenderScript)" target="_top"><code>ScriptC</code></A>(<code>long,</nobr (…)
    [all...]
  /frameworks/rs/cpp/
ScriptC.cpp 23 ScriptC::ScriptC(sp<RS> rs,
  /frameworks/rs/api/
generate.sh 24 mkdir -p scriptc
42 rm -f ../scriptc/*.rsh
43 mv scriptc/*.rsh ../scriptc
44 rmdir scriptc
  /ndk/docs/Additional_library_docs/renderscript/
classandroid_1_1RSC_1_1ScriptC.html 6 <title>android::RSC::ScriptC Class Reference</title>
28 <li class="navelem"><a class="el" href="classandroid_1_1RSC_1_1ScriptC.html">ScriptC</a> </li>
34 <div class="title">android::RSC::ScriptC Class Reference</div> </div>
37 <!-- doxytag: class="android::RSC::ScriptC" --><!-- doxytag: inherits="android::RSC::Script" -->
40 Inheritance diagram for android::RSC::ScriptC:</div>
  /frameworks/compile/slang/lit-tests/
lit.cfg 52 config.scriptc_filecheck_wrapper = inferTool('scriptc-filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
55 config.slang_includes = "-I " + os.path.join(config.base_path, 'frameworks', 'rs', 'scriptc') + " " \
73 config.substitutions.append( ('%scriptc-filecheck-wrapper', ' ' + config.scriptc_filecheck_wrapper + ' --output=' + config.test_exec_root + ' --filecheck=' + config.filecheck + ' ') )
  /frameworks/rs/cpu_ref/
rsd_cpu.h 27 class ScriptC;
44 const ScriptC * sc;
124 virtual CpuScript * createScript(const ScriptC *s, char const *resName, char const *cacheDir,
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
ScriptC_leak.java 29 public class ScriptC_leak extends ScriptC {
ScriptC_set_target_api_11.java 29 public class ScriptC_set_target_api_11 extends ScriptC {
ScriptC_set_target_api_12.java 29 public class ScriptC_set_target_api_12 extends ScriptC {
ScriptC_set_target_api_13.java 29 public class ScriptC_set_target_api_13 extends ScriptC {
ScriptC_set_target_api_14.java 29 public class ScriptC_set_target_api_14 extends ScriptC {
ScriptC_set_target_api_15.java 29 public class ScriptC_set_target_api_15 extends ScriptC {

Completed in 490 milliseconds

1 2 3 4 5