Searched defs:renderscript (Results 76 - 100 of 204) sorted by relevance

123456789

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve5x5.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicConvolve5x5Thunker.java17 package android.support.v8.renderscript;
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.renderscript.RSRuntimeException e) {
87 } catch (android.renderscript
[all...]
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) {
/frameworks/base/rs/java/android/renderscript/
H A DBaseObj.java17 package android.renderscript;
106 * @return name of the renderscript object
H A DDouble2.java17 package android.renderscript;
H A DDouble3.java17 package android.renderscript;
H A DFloat2.java17 package android.renderscript;
H A DFloat3.java17 package android.renderscript;
H A DMatrix2f.java17 package android.renderscript;
H A DMatrix3f.java17 package android.renderscript;
H A DPath.java17 package android.renderscript;
H A DProgramRaster.java17 package android.renderscript;
H A DRSSurfaceView.java17 package android.renderscript;
27 * The Surface View for a graphics renderscript (RenderScriptGL) to draw on.
32 * <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
H A DRSTextureView.java17 package android.renderscript;
27 * The Texture View for a graphics renderscript (RenderScriptGL)
H A DScriptIntrinsicColorMatrix.java17 package android.renderscript;
H A DScriptIntrinsicHistogram.java17 package android.renderscript;
H A DScriptIntrinsicLUT.java17 package android.renderscript;
/frameworks/rs/cpu_ref/
H A Drsd_cpu.h44 namespace renderscript { namespace in namespace:android
/frameworks/rs/
H A DrsAdapter.h24 namespace renderscript { namespace in namespace:android
H A DrsComponent.h25 namespace renderscript { namespace in namespace:android
H A DrsObjectBase.h25 namespace renderscript { namespace in namespace:android
H A DrsPath.cpp21 using namespace android::renderscript;
71 namespace renderscript { namespace in namespace:android
H A DrsProgramRaster.cpp21 using namespace android::renderscript;
104 namespace renderscript { namespace in namespace:android
H A DrsProgramStore.h25 namespace renderscript { namespace in namespace:android
H A DrsSampler.h24 namespace renderscript { namespace in namespace:android

Completed in 266 milliseconds

123456789