Searched defs:renderscript (Results 51 - 75 of 204) sorted by relevance

123456789

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DFloat4.java17 package android.support.v8.renderscript;
H A DInt3.java17 package android.support.v8.renderscript;
H A DInt4.java17 package android.support.v8.renderscript;
H A DLong3.java17 package android.support.v8.renderscript;
H A DLong4.java17 package android.support.v8.renderscript;
H A DScriptC.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicYuvToRGB.java17 package android.support.v8.renderscript;
H A DShort3.java17 package android.support.v8.renderscript;
H A DShort4.java17 package android.support.v8.renderscript;
H A DBaseObj.java17 package android.support.v8.renderscript;
66 android.renderscript.BaseObj getNObj() {
H A DScriptIntrinsic3DLUT.java17 package android.support.v8.renderscript;
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;
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 DScriptIntrinsicBlur.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicBlurThunker.java17 package android.support.v8.renderscript;
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.renderscript.RSRuntimeException e) {
70 } catch (android.renderscript.RSRuntimeException e) {
80 } catch (android.renderscript.RSRuntimeException e) {
90 } catch (android.renderscript
[all...]
H A DScriptIntrinsicColorMatrixThunker.java17 package android.support.v8.renderscript;
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.renderscript.RSRuntimeException e) {
65 } catch (android.renderscript
[all...]
H A DScriptIntrinsicConvolve3x3.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicConvolve3x3Thunker.java17 package android.support.v8.renderscript;
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.renderscript.RSRuntimeException e) {
87 } catch (android.renderscript
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlur.java17 package android.renderscript;
H A DScriptIntrinsicConvolve3x3.java17 package android.renderscript;
H A DScriptIntrinsicConvolve5x5.java17 package android.renderscript;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.h23 namespace renderscript { namespace in namespace:android
/frameworks/rs/driver/
H A DrsdVertexArray.h23 namespace renderscript { namespace in namespace:android
52 void setup(const android::renderscript::Context *rsc) const;
/frameworks/rs/
H A DrsGrallocConsumer.cpp31 namespace renderscript { namespace in namespace:android
195 } // namespace renderscript
H A DrsMatrix4x4.h25 namespace renderscript { namespace in namespace:android
H A DrsProgramRaster.h24 namespace renderscript { namespace in namespace:android

Completed in 197 milliseconds

123456789