Searched refs:android (Results 226 - 250 of 9987) sorted by last modified time

1234567891011>>

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java17 package android.support.v8.renderscript;
43 * {@link android.support.v8.renderscript.RSInvalidStateException}.
299 //android.util.Log.v("RSR", "addKernel 1 k=" + k);
303 //android.util.Log.v("RSR", "addKernel 2 ");
307 //android.util.Log.v("RSR", "addKernel 3 ");
328 //android.util.Log.v("RSR", "addConnection " + t +", " + from + ", " + to);
368 //android.util.Log.v("RSR", "addConnection " + t +", " + from + ", " + to);
H A DScriptGroupThunker.java17 package android.support.v8.renderscript;
23 android.renderscript.ScriptGroup mN;
25 android.renderscript.ScriptGroup getNObj() {
37 } catch (android.renderscript.RSRuntimeException e) {
46 } catch (android.renderscript.RSRuntimeException e) {
54 } catch (android.renderscript.RSRuntimeException e) {
62 android.renderscript.ScriptGroup.Builder bN;
69 bN = new android.renderscript.ScriptGroup.Builder(rst.mN);
70 } catch (android.renderscript.RSRuntimeException e) {
78 } catch (android
[all...]
H A DScriptIntrinsic.java17 package android.support.v8.renderscript;
H A DScriptIntrinsic3DLUT.java17 package android.support.v8.renderscript;
19 import android.util.Log;
64 * Sets the {@link android.support.v8.renderscript.Allocation} to be used as
68 * {@link android.support.v8.renderscript.Element} as the intrinsic.
H A DScriptIntrinsic3DLUTThunker.java17 package android.support.v8.renderscript;
19 import android.util.Log;
26 android.renderscript.ScriptIntrinsic3DLUT mN;
28 android.renderscript.ScriptIntrinsic3DLUT getNObj() {
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) {
H A DScriptIntrinsicBlend.java17 package android.support.v8.renderscript;
22 * {@link android.support.v8.renderscript.Allocation} objects.
H A DScriptIntrinsicBlendThunker.java17 package android.support.v8.renderscript;
20 android.renderscript.ScriptIntrinsicBlend mN;
22 android.renderscript.ScriptIntrinsicBlend getNObj() {
36 blend.mN = android.renderscript.ScriptIntrinsicBlend.create(rst.mN, et.getNObj());
37 } catch (android.renderscript.RSRuntimeException exc) {
49 } catch (android.renderscript.RSRuntimeException e) {
58 } catch (android.renderscript.RSRuntimeException e) {
70 } catch (android.renderscript.RSRuntimeException e) {
79 } catch (android.renderscript.RSRuntimeException e) {
91 } catch (android
[all...]
H A DScriptIntrinsicBlur.java17 package android.support.v8.renderscript;
19 import android.content.Context;
20 import android.content.res.Resources;
21 import android.util.Log;
H A DScriptIntrinsicBlurThunker.java17 package android.support.v8.renderscript;
19 import android.content.Context;
20 import android.content.res.Resources;
21 import android.util.Log;
25 android.renderscript.ScriptIntrinsicBlur mN;
27 android.renderscript.ScriptIntrinsicBlur getNObj() {
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
[all...]
H A DScriptIntrinsicColorMatrix.java17 package android.support.v8.renderscript;
19 import android.util.Log;
H A DScriptIntrinsicColorMatrixThunker.java17 package android.support.v8.renderscript;
19 import android.util.Log;
22 android.renderscript.ScriptIntrinsicColorMatrix mN;
24 android.renderscript.ScriptIntrinsicColorMatrix getNObj() {
38 cm.mN = android.renderscript.ScriptIntrinsicColorMatrix.create(rst.mN, et.getNObj());
39 } catch (android.renderscript.RSRuntimeException exc) {
48 mN.setColorMatrix(new android.renderscript.Matrix4f(m.getArray()));
49 } catch (android.renderscript.RSRuntimeException e) {
56 mN.setColorMatrix(new android.renderscript.Matrix3f(m.getArray()));
57 } catch (android
[all...]
H A DScriptIntrinsicConvolve3x3.java17 package android.support.v8.renderscript;
19 import android.util.Log;
H A DScriptIntrinsicConvolve3x3Thunker.java17 package android.support.v8.renderscript;
19 import android.util.Log;
22 android.renderscript.ScriptIntrinsicConvolve3x3 mN;
24 android.renderscript.ScriptIntrinsicConvolve3x3 getNObj() {
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) {
77 } catch (android
[all...]
H A DScriptIntrinsicConvolve5x5.java17 package android.support.v8.renderscript;
19 import android.util.Log;
H A DScriptIntrinsicConvolve5x5Thunker.java17 package android.support.v8.renderscript;
19 import android.util.Log;
22 android.renderscript.ScriptIntrinsicConvolve5x5 mN;
24 android.renderscript.ScriptIntrinsicConvolve5x5 getNObj() {
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) {
77 } catch (android
[all...]
H A DScriptIntrinsicLUT.java17 package android.support.v8.renderscript;
19 import android.util.Log;
H A DScriptIntrinsicLUTThunker.java17 package android.support.v8.renderscript;
19 import android.util.Log;
22 android.renderscript.ScriptIntrinsicLUT mN;
24 android.renderscript.ScriptIntrinsicLUT getNObj() {
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) {
72 } catch (android
[all...]
H A DScriptIntrinsicYuvToRGB.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicYuvToRGBThunker.java17 package android.support.v8.renderscript;
21 android.renderscript.ScriptIntrinsicYuvToRGB mN;
23 android.renderscript.ScriptIntrinsicYuvToRGB getNObj() {
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) {
78 } catch (android.renderscript.RSRuntimeException e) {
H A DShort2.java17 package android.support.v8.renderscript;
20 import android.util.Log;
H A DShort3.java17 package android.support.v8.renderscript;
20 import android.util.Log;
H A DShort4.java17 package android.support.v8.renderscript;
20 import android.util.Log;
H A DType.java17 package android.support.v8.renderscript;
22 import android.graphics.ImageFormat;
23 import android.util.Log;
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
43 * supported are {@link android.graphics.ImageFormat#YV12} and {@link
44 * android
[all...]
H A DTypeThunker.java17 package android.support.v8.renderscript;
19 import android.graphics.ImageFormat;
20 import android.util.Log;
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) {
66 android
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp24 #include <android/bitmap.h>
25 #include <android/log.h>
990 static const char *classPathName = "android/support/v8/renderscript/RenderScript";

Completed in 299 milliseconds

1234567891011>>