Searched refs:renderscript (Results 1 - 25 of 569) sorted by relevance

1234567891011>>

/frameworks/rs/driver/
H A DrsdElement.h23 bool rsdElementInit(const android::renderscript::Context *rsc,
24 const android::renderscript::Element *);
26 void rsdElementDestroy(const android::renderscript::Context *rsc,
27 const android::renderscript::Element *);
29 void rsdElementUpdateCachedObject(const android::renderscript::Context *rsc,
30 const android::renderscript::Element *,
31 android::renderscript::rs_element *obj);
H A DrsdSampler.h23 bool rsdSamplerInit(const android::renderscript::Context *rsc,
24 const android::renderscript::Sampler *);
26 void rsdSamplerDestroy(const android::renderscript::Context *rsc,
27 const android::renderscript::Sampler *);
29 void rsdSamplerUpdateCachedObject(const android::renderscript::Context *rsc,
30 const android::renderscript::Sampler *,
31 android::renderscript::rs_sampler *obj);
H A DrsdType.h23 bool rsdTypeInit(const android::renderscript::Context *rsc,
24 const android::renderscript::Type *);
26 void rsdTypeDestroy(const android::renderscript::Context *rsc,
27 const android::renderscript::Type *);
29 void rsdTypeUpdateCachedObject(const android::renderscript::Context *rsc,
30 const android::renderscript::Type *,
31 android::renderscript::rs_type *obj);
H A DrsdScriptGroup.h22 bool rsdScriptGroupInit(const android::renderscript::Context *rsc,
23 android::renderscript::ScriptGroup *sg);
24 void rsdScriptGroupSetInput(const android::renderscript::Context *rsc,
25 const android::renderscript::ScriptGroup *sg,
26 const android::renderscript::ScriptKernelID *kid,
27 android::renderscript::Allocation *);
28 void rsdScriptGroupSetOutput(const android::renderscript::Context *rsc,
29 const android::renderscript::ScriptGroup *sg,
30 const android::renderscript::ScriptKernelID *kid,
31 android::renderscript
[all...]
H A DrsdFrameBuffer.h22 bool rsdFrameBufferInit(const android::renderscript::Context *rsc,
23 const android::renderscript::FBOCache *fb);
24 void rsdFrameBufferSetActive(const android::renderscript::Context *rsc,
25 const android::renderscript::FBOCache *fb);
26 void rsdFrameBufferDestroy(const android::renderscript::Context *rsc,
27 const android::renderscript::FBOCache *fb);
H A DrsdProgramRaster.h23 bool rsdProgramRasterInit(const android::renderscript::Context *rsc,
24 const android::renderscript::ProgramRaster *);
25 void rsdProgramRasterSetActive(const android::renderscript::Context *rsc,
26 const android::renderscript::ProgramRaster *);
27 void rsdProgramRasterDestroy(const android::renderscript::Context *rsc,
28 const android::renderscript::ProgramRaster *);
H A DrsdProgramStore.h23 bool rsdProgramStoreInit(const android::renderscript::Context *rsc,
24 const android::renderscript::ProgramStore *ps);
25 void rsdProgramStoreSetActive(const android::renderscript::Context *rsc,
26 const android::renderscript::ProgramStore *ps);
27 void rsdProgramStoreDestroy(const android::renderscript::Context *rsc,
28 const android::renderscript::ProgramStore *ps);
H A DrsdPath.h23 bool rsdPathInitStatic(const android::renderscript::Context *rsc,
24 const android::renderscript::Path *m,
25 const android::renderscript::Allocation *vertex,
26 const android::renderscript::Allocation *loops);
27 bool rsdPathInitDynamic(const android::renderscript::Context *rsc,
28 const android::renderscript::Path *m);
29 void rsdPathDraw(const android::renderscript::Context *rsc,
30 const android::renderscript::Path *m);
31 void rsdPathDestroy(const android::renderscript::Context *rsc,
32 const android::renderscript
[all...]
H A DrsdMesh.h23 bool rsdMeshInit(const android::renderscript::Context *rsc,
24 const android::renderscript::Mesh *m);
25 void rsdMeshDraw(const android::renderscript::Context *rsc,
26 const android::renderscript::Mesh *m,
28 void rsdMeshDestroy(const android::renderscript::Context *rsc,
29 const android::renderscript::Mesh *m);
H A DrsdProgramFragment.h23 bool rsdProgramFragmentInit(const android::renderscript::Context *rsc,
24 const android::renderscript::ProgramFragment *,
28 void rsdProgramFragmentSetActive(const android::renderscript::Context *rsc,
29 const android::renderscript::ProgramFragment *);
30 void rsdProgramFragmentDestroy(const android::renderscript::Context *rsc,
31 const android::renderscript::ProgramFragment *);
H A DrsdProgramVertex.h22 bool rsdProgramVertexInit(const android::renderscript::Context *rsc,
23 const android::renderscript::ProgramVertex *,
27 void rsdProgramVertexSetActive(const android::renderscript::Context *rsc,
28 const android::renderscript::ProgramVertex *);
29 void rsdProgramVertexDestroy(const android::renderscript::Context *rsc,
30 const android::renderscript::ProgramVertex *);
H A DrsdBcc.h23 bool rsdScriptInit(const android::renderscript::Context *, android::renderscript::ScriptC *,
26 bool rsdInitIntrinsic(const android::renderscript::Context *rsc,
27 android::renderscript::Script *s,
29 android::renderscript::Element *e);
31 void rsdScriptInvokeFunction(const android::renderscript::Context *dc,
32 android::renderscript::Script *script,
37 void rsdScriptInvokeForEach(const android::renderscript::Context *rsc,
38 android::renderscript::Script *s,
40 const android::renderscript
[all...]
H A DrsdAllocation.h79 uint32_t rsdAllocationGrallocBits(const android::renderscript::Context *rsc,
80 android::renderscript::Allocation *alloc);
81 bool rsdAllocationInit(const android::renderscript::Context *rsc,
82 android::renderscript::Allocation *alloc,
84 void rsdAllocationDestroy(const android::renderscript::Context *rsc,
85 android::renderscript::Allocation *alloc);
87 void rsdAllocationResize(const android::renderscript::Context *rsc,
88 const android::renderscript::Allocation *alloc,
89 const android::renderscript::Type *newType, bool zeroNew);
90 void rsdAllocationSyncAll(const android::renderscript
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRSDriverException.java17 package android.renderscript;
H A DRSIllegalArgumentException.java17 package android.renderscript;
H A DRSInvalidStateException.java17 package android.renderscript;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DPointLight.java22 import android.renderscript.Matrix4f;
23 import android.renderscript.ProgramFragment;
24 import android.renderscript.ProgramStore;
25 import android.renderscript.ProgramVertex;
H A DRenderableBase.java22 import android.renderscript.Matrix4f;
23 import android.renderscript.ProgramFragment;
24 import android.renderscript.ProgramStore;
25 import android.renderscript.ProgramVertex;
H A DSceneGraphBase.java24 import android.renderscript.Allocation;
25 import android.renderscript.Element;
26 import android.renderscript.Matrix4f;
27 import android.renderscript.ProgramFragment;
28 import android.renderscript.ProgramStore;
29 import android.renderscript.ProgramVertex;
30 import android.renderscript.RSRuntimeException;
31 import android.renderscript.RenderScript;
32 import android.renderscript.RenderScriptGL;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java17 package android.support.v8.renderscript;
24 android.renderscript.Element mN;
26 android.renderscript.Element getNObj() {
33 } catch (android.renderscript.RSRuntimeException e) {
41 } catch (android.renderscript.RSRuntimeException e) {
46 static android.renderscript.Element.DataKind convertKind(DataKind cdk) {
49 return android.renderscript.Element.DataKind.USER;
51 return android.renderscript.Element.DataKind.PIXEL_L;
53 return android.renderscript.Element.DataKind.PIXEL_A;
55 return android.renderscript
[all...]
H A DExceptionThunker.java17 package android.support.v8.renderscript;
23 if (e instanceof android.renderscript.RSIllegalArgumentException) {
24 return new android.support.v8.renderscript.RSIllegalArgumentException(e.getMessage());
25 } else if (e instanceof android.renderscript.RSInvalidStateException) {
26 return new android.support.v8.renderscript.RSInvalidStateException(e.getMessage());
27 } else if (e instanceof android.renderscript.RSDriverException) {
28 return new android.support.v8.renderscript.RSDriverException(e.getMessage());
29 } else if (e instanceof android.renderscript.RSRuntimeException) {
30 return new android.support.v8.renderscript.RSRuntimeException(e.getMessage());
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DCopy.java21 import android.renderscript.Allocation;
22 import android.renderscript.Element;
23 import android.renderscript.RenderScript;
24 import android.renderscript.Script;
25 import android.renderscript.ScriptC;
26 import android.renderscript.Type;
H A DGreyscale.java21 import android.renderscript.Allocation;
22 import android.renderscript.Element;
23 import android.renderscript.RenderScript;
24 import android.renderscript.Script;
25 import android.renderscript.ScriptC;
26 import android.renderscript.Type;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DCopy.java21 import android.renderscript.Allocation;
22 import android.renderscript.Element;
23 import android.renderscript.RenderScript;
24 import android.renderscript.Script;
25 import android.renderscript.ScriptC;
26 import android.renderscript.Type;
H A DGreyscale.java21 import android.renderscript.Allocation;
22 import android.renderscript.Element;
23 import android.renderscript.RenderScript;
24 import android.renderscript.Script;
25 import android.renderscript.ScriptC;
26 import android.renderscript.Type;

Completed in 2112 milliseconds

1234567891011>>