Searched refs:renderscript (Results 426 - 450 of 502) sorted by path

<<11121314151617181920>>

/frameworks/support/renderscript/v8/java/src/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...]
H A DrsdCore.cpp34 using namespace android::renderscript;
H A DrsdCore.h38 android::renderscript::Context * mContext;
39 android::renderscript::Script * mScript;
54 android::renderscript::Signal mCompleteSignal;
56 android::renderscript::Signal *mLaunchSignals;
73 void rsdLaunchThreads(android::renderscript::Context *rsc, WorkerCallback_t cbk, void *data);
H A DrsdIntrinsicBlend.cpp25 using namespace android::renderscript;
448 void * rsdIntrinsic_InitBlend(const android::renderscript::Context *dc,
449 android::renderscript::Script *script,
H A DrsdIntrinsicBlur.cpp25 using namespace android::renderscript;
207 void * rsdIntrinsic_InitBlur(const android::renderscript::Context *dc,
208 android::renderscript::Script *script,
H A DrsdIntrinsicColorMatrix.cpp25 using namespace android::renderscript;
129 void * rsdIntrinsic_InitColorMatrix(const android::renderscript::Context *dc,
130 android::renderscript::Script *script,
H A DrsdIntrinsicConvolve3x3.cpp25 using namespace android::renderscript;
116 void * rsdIntrinsic_InitConvolve3x3(const android::renderscript::Context *dc,
117 android::renderscript::Script *script,
H A DrsdIntrinsicConvolve5x5.cpp25 using namespace android::renderscript;
146 void * rsdIntrinsic_InitConvolve5x5(const android::renderscript::Context *dc,
147 android::renderscript::Script *script,
H A DrsdIntrinsicLUT.cpp25 using namespace android::renderscript;
66 void * rsdIntrinsic_InitLUT(const android::renderscript::Context *dc,
67 android::renderscript::Script *script,
H A DrsdIntrinsicYuvToRGB.cpp25 using namespace android::renderscript;
124 void * rsdIntrinsic_InitYuvToRGB(const android::renderscript::Context *dc,
125 android::renderscript::Script *script,
H A DrsdIntrinsics.cpp23 using namespace android::renderscript;
45 void * rsdIntrinsic_Init(const android::renderscript::Context *dc,
46 android::renderscript::Script *script,
H A DrsdIntrinsics.h23 void * rsdIntrinsic_Init(const android::renderscript::Context *dc,
24 android::renderscript::Script *script,
H A DrsdRuntimeMath.cpp30 using namespace android::renderscript;

Completed in 865 milliseconds

<<11121314151617181920>>