Searched refs:renderscript (Results 26 - 50 of 502) sorted by last modified time

1234567891011>>

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRSIllegalArgumentException.java17 package android.support.v8.renderscript;
H A DRSInvalidStateException.java17 package android.support.v8.renderscript;
H A DRSReflect.java17 package android.renderscript;
81 mElement = Class.forName("android.renderscript.Element");
82 mElementBuilder = Class.forName("android.renderscript.Element$Builder");
83 mElementDataType = Class.forName("android.renderscript.Element$DataType");
84 mElementDataKind = Class.forName("android.renderscript.Element$DataKind");
86 mType = Class.forName("android.renderscript.Type");
87 mTypeBuilder = Class.forName("android.renderscript.Type$Builder");
88 mTypeCubemapFace = Class.forName("android.renderscript.Type$CubemapFace");
90 mAllocation = Class.forName("android.renderscript.Allocation");
91 mBaseObj = Class.forName("android.renderscript
[all...]
H A DRSRuntimeException.java17 package android.support.v8.renderscript;
H A DRenderScript.java17 package android.support.v8.renderscript;
43 * <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
56 android.renderscript.RenderScript mRS;
58 android.renderscript.RenderScript getRS() {
98 private static final String CACHE_PATH = "com.android.renderscript.cache";
103 * renderscript object file cache.
797 * Destroy this renderscript context. Once this function is called its no
H A DSampler.java17 package android.support.v8.renderscript;
H A DScript.java17 package android.support.v8.renderscript;
H A DScriptC.java17 package android.support.v8.renderscript;
H A DScriptGroup.java17 package android.support.v8.renderscript;
H A DScriptIntrinsic.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicBlend.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicBlur.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicColorMatrix.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicConvolve3x3.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicConvolve5x5.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicLUT.java17 package android.support.v8.renderscript;
H A DScriptIntrinsicYuvToRGB.java17 package android.support.v8.renderscript;
H A DShort2.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 DType.java17 package android.support.v8.renderscript;
41 * <a href="{@docRoot}guide/topics/graphics/renderscript.html">Renderscript</a> developer guide.</p>
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp37 using namespace android::renderscript;
40 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
358 void * rsdAllocationLock1D(const android::renderscript::Context *rsc,
359 const android::renderscript::Allocation *alloc) {
364 void rsdAllocationUnlock1D(const android::renderscript::Context *rsc,
365 const android::renderscript::Allocation *alloc) {
369 void rsdAllocationData1D_alloc(const android::renderscript::Context *rsc,
370 const android::renderscript::Allocation *dstAlloc,
372 const android::renderscript::Allocation *srcAlloc,
377 void rsdAllocationData2D_alloc_script(const android::renderscript
[all...]
H A DrsdAllocation.h59 } lod[android::renderscript::Allocation::MAX_LOD];
68 bool rsdAllocationInit(const android::renderscript::Context *rsc,
69 android::renderscript::Allocation *alloc,
71 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
72 android::renderscript::Allocation *alloc);
74 void rsdAllocationResize(const android::renderscript::Context *rsc,
75 const android::renderscript::Allocation *alloc,
76 const android::renderscript::Type *newType, bool zeroNew);
77 void rsdAllocationSyncAll(const android::renderscript::Context *rsc,
78 const android::renderscript
[all...]
H A DrsdBcc.cpp37 using namespace android::renderscript;
653 const android::renderscript::Context *dc,
654 const android::renderscript::Script *script,
656 const android::renderscript::Element *elem,
762 Allocation * rsdScriptGetAllocationForPointer(const android::renderscript::Context *dc,
763 const android::renderscript::Script *sc,
H A DrsdBcc.h24 bool rsdScriptInit(const android::renderscript::Context *, android::renderscript::ScriptC *,
27 bool rsdInitIntrinsic(const android::renderscript::Context *rsc,
28 android::renderscript::Script *s,
30 android::renderscript::Element *e);
32 void rsdScriptInvokeFunction(const android::renderscript::Context *dc,
33 android::renderscript::Script *script,
38 void rsdScriptInvokeForEach(const android::renderscript::Context *rsc,
39 android::renderscript::Script *s,
41 const android::renderscript
[all...]

Completed in 562 milliseconds

1234567891011>>