Searched refs:renderscript (Results 301 - 325 of 502) sorted by path

<<11121314151617181920>>

/frameworks/rs/driver/
H A DrsdProgramRaster.cpp29 using namespace android::renderscript;
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.cpp29 using namespace android::renderscript;
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 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 DrsdRuntimeMath.cpp30 using namespace android::renderscript;
H A DrsdRuntimeStubs.cpp37 using namespace android::renderscript;
H A DrsdSampler.cpp31 using namespace android::renderscript;
33 bool rsdSamplerInit(const android::renderscript::Context *,
34 const android::renderscript::Sampler *) {
38 void rsdSamplerDestroy(const android::renderscript::Context *rsc,
39 const android::renderscript::Sampler *s) {
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 *);
H A DrsdScriptGroup.cpp30 using namespace android::renderscript;
33 bool rsdScriptGroupInit(const android::renderscript::Context *rsc,
34 const android::renderscript::ScriptGroup *sg) {
38 void rsdScriptGroupSetInput(const android::renderscript::Context *rsc,
39 const android::renderscript::ScriptGroup *sg,
40 const android::renderscript::ScriptKernelID *kid,
41 android::renderscript::Allocation *) {
44 void rsdScriptGroupSetOutput(const android::renderscript::Context *rsc,
45 const android::renderscript::ScriptGroup *sg,
46 const android::renderscript
[all...]
H A DrsdScriptGroup.h22 bool rsdScriptGroupInit(const android::renderscript::Context *rsc,
23 const 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 DrsdShader.cpp30 using namespace android::renderscript;
563 void RsdShader::setup(const android::renderscript::Context *rsc, RsdShaderCache *sc) {
H A DrsdShader.h24 namespace renderscript { namespace in namespace:android
41 RsdShader(const android::renderscript::Program *p, uint32_t type,
47 uint32_t getStateBasedShaderID(const android::renderscript::Context *);
66 bool loadShader(const android::renderscript::Context *);
67 void setup(const android::renderscript::Context *, RsdShaderCache *sc);
86 const android::renderscript::Program *mRSProgram;
91 void setupUserConstants(const android::renderscript::Context *rsc,
93 void initAddUserElement(const android::renderscript::Element *e,
96 void setupTextures(const android::renderscript::Context *rsc, RsdShaderCache *sc);
97 void setupSampler(const android::renderscript
[all...]
H A DrsdShaderCache.cpp28 using namespace android::renderscript;
H A DrsdShaderCache.h21 namespace renderscript { namespace in namespace:android
50 bool setup(const android::renderscript::Context *rsc);
64 bool link(const android::renderscript::Context *rsc);
147 void updateUniformArrayData(const android::renderscript::Context *rsc,
H A DrsdVertexArray.cpp29 using namespace android::renderscript;
H A DrsdVertexArray.h21 namespace renderscript { namespace in namespace:android
52 void setup(const android::renderscript::Context *rsc) const;
/frameworks/rs/
H A DrsAdapter.cpp22 using namespace android::renderscript;
52 namespace renderscript { namespace in namespace:android
126 namespace renderscript { namespace in namespace:android
H A DrsAdapter.h24 namespace renderscript { namespace in namespace:android
H A DrsAllocation.cpp26 using namespace android::renderscript;
484 namespace renderscript { namespace in namespace:android
H A DrsAllocation.h28 namespace renderscript { namespace in namespace:android
H A DrsAnimation.cpp22 using namespace android::renderscript;
120 namespace renderscript { namespace in namespace:android
H A DrsAnimation.h25 namespace renderscript { namespace in namespace:android
H A DrsComponent.cpp20 using namespace android::renderscript;
H A DrsComponent.h25 namespace renderscript { namespace in namespace:android

Completed in 1020 milliseconds

<<11121314151617181920>>