Searched defs:ScriptC (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpp/
H A DScriptC.cpp23 ScriptC::ScriptC(sp<RS> rs, function in class:ScriptC
H A DrsCppStructs.h49 class ScriptC;
533 friend class ScriptC;
1759 class ScriptC : public Script { class in namespace:android::RSC
1761 ScriptC(sp<RS> rs,
/frameworks/base/rs/java/android/renderscript/
H A DScriptC.java29 public class ScriptC extends Script { class in inherits:Script
30 private static final String TAG = "ScriptC";
38 protected ScriptC(int id, RenderScript rs) { method in class:ScriptC
48 protected ScriptC(long id, RenderScript rs) { method in class:ScriptC
59 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { method in class:ScriptC
63 throw new RSRuntimeException("Loading of ScriptC script failed.");
73 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) { method in class:ScriptC
82 throw new RSRuntimeException("Loading of ScriptC script failed.");
/frameworks/rs/
H A DrsScriptC.h29 class ScriptC : public Script { class in namespace:android::renderscript
34 ScriptC(Context *);
35 virtual ~ScriptC();
H A DrsScriptC.cpp53 ScriptC * sc = (ScriptC *) tls->mScript
55 ScriptC::ScriptC(Context *rsc) : Script(rsc) { function in class:ScriptC
58 ScriptC::~ScriptC() {
66 bool ScriptC::createCacheDir(const char *cacheDir) {
119 void ScriptC::setupScript(Context *rsc) {
136 void ScriptC::setupGLState(Context *rsc) {
153 uint32_t ScriptC
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptC.java36 public class ScriptC extends Script { class in inherits:Script
37 private static final String TAG = "ScriptC";
45 protected ScriptC(long id, RenderScript rs) { method in class:ScriptC
57 protected ScriptC(RenderScript rs, Resources resources, int resourceID) { method in class:ScriptC
61 throw new RSRuntimeException("Loading of ScriptC script failed.");
74 protected ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64) { method in class:ScriptC
83 throw new RSRuntimeException("Loading of ScriptC script failed.");

Completed in 177 milliseconds