HomeSort by relevance Sort by last modified time
    Searched defs:scriptC (Results 1 - 10 of 10) sorted by null

  /frameworks/rs/tests/java_api/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);
86 scriptC.forEach_PackSharpImage(mAllocation);
99 scriptC.forEach_PackFuzzyImage(mAllocation);
107 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
112 scriptC.invoke_SetBlendInfo(dilationRadius);
126 scriptC.set_g_kernel_stack(kernelData.stackAllocation);
127 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...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
RefocusFilterd1new.java 61 scriptC.destroy();
67 scriptC = new ScriptC_layered_filter_fast_d1new(renderScript);
75 renderScript, scriptC);
76 buffers.initializeRenderScript(focalLayer, scriptC);
85 scriptC.forEach_PackOutputImage(buffers.outAllocation);
101 scriptC.forEach_PackSharpImage(mAllocation);
115 scriptC.forEach_PackFuzzyImage(mAllocation);
124 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
129 scriptC.invoke_SetBlendInfo(dilationRadius);
143 scriptC.set_g_kernel_stack(kernelData.stackAllocation)
    [all...]
ImageBuffersForRenderScriptd1new.java 68 * @param scriptC a RenderScript object that manages the filtering kernel
72 RenderScript renderScript, ScriptC_layered_filter_fast_d1new scriptC) {
96 scriptC.set_g_sharp_RGBA(sharpRGBAAllocation);
97 scriptC.set_g_fuzzy_RGBA(fuzzyRGBAAllocation);
98 scriptC.set_g_integral_RGBA(integralRGBAAllocation);
100 scriptC.set_g_sharp_actual_depth(sharpActualDepthAllocation);
101 scriptC.set_g_sharp_active(sharpActiveAllocation);
102 scriptC.set_g_sharp_matte(sharpMatteAllocation);
103 scriptC.set_g_sharp_dilated_depth(sharpDilatedDepthAllocation);
112 * @param scriptC a RenderScript object that manages filtering kernels an
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
RefocusFilterF32.java 61 scriptC.destroy();
67 scriptC = new ScriptC_layered_filter_fast_f32(renderScript);
75 renderScript, scriptC);
76 buffers.initializeRenderScript(focalLayer, scriptC);
85 scriptC.forEach_PackOutputImage(buffers.outAllocation);
101 scriptC.forEach_PackSharpImage(mAllocation);
116 scriptC.forEach_PackFuzzyImage(mAllocation);
126 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
131 scriptC.invoke_SetBlendInfo(dilationRadius);
146 scriptC.bind_g_kernel_info(kernelData.getKernelInfo())
    [all...]
ImageBuffersForRenderScriptF32.java 57 * @param scriptC a RenderScript object that manages the filtering kernel
61 RenderScript renderScript, ScriptC_layered_filter_fast_f32 scriptC) {
75 scriptC.bind_g_sharp_image_buffer(sharpImageAllocation);
76 scriptC.bind_g_fuzzy_image_buffer(fuzzyImageAllocation);
77 scriptC.bind_g_integral_image_buffer(integralImageAllocation);
85 * @param scriptC a RenderScript object that manages filtering kernels and
89 ScriptC_layered_filter_fast_f32 scriptC) {
94 scriptC.invoke_InitializeF32(imageWidthPadded, imageHeightPadded,
103 scriptC.forEach_UnpackInputImage(inAllocation);
  /frameworks/rs/tests/java_api/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);
84 scriptC.forEach_PackSharpImage(mAllocation);
97 scriptC.forEach_PackFuzzyImage(mAllocation);
105 scriptC.invoke_SetTargetLayer(layerInfo.frontDepth, layerInfo.backDepth);
110 scriptC.invoke_SetBlendInfo(dilationRadius);
125 scriptC.bind_g_kernel_info(kernelData.getKernelInfo());
126 scriptC.bind_g_kernel_stack(kernelData.stackAllocation)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RefocusFilter.java 39 protected ScriptType scriptC;
71 // Initializes {@code scriptC} and allocates required memory buffers
191 // Initializes the member {@code scriptC} and allocate memory buffers (defined
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RefocusFilter.java 26 protected ScriptType scriptC;
70 // Initializes {@code scriptC} and allocates required memory buffers
190 // Initializes the member {@code scriptC} and allocate memory buffers (defined

Completed in 257 milliseconds