Searched refs:ScriptIntrinsicBlend (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlend.java24 public class ScriptIntrinsicBlend extends ScriptIntrinsic { class in inherits:ScriptIntrinsic
25 ScriptIntrinsicBlend(int id, RenderScript rs) { method in class:ScriptIntrinsicBlend
35 * @return ScriptIntrinsicBlend
37 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) {
44 return new ScriptIntrinsicBlend(id, rs);
H A DScriptIntrinsicBlendThunker.java19 class ScriptIntrinsicBlendThunker extends ScriptIntrinsicBlend {
20 android.renderscript.ScriptIntrinsicBlend mN;
22 android.renderscript.ScriptIntrinsicBlend getNObj() {
36 blend.mN = android.renderscript.ScriptIntrinsicBlend.create(rst.mN, et.getNObj());
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp69 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(sp<RS> rs, sp<const Element> e) {
74 return new ScriptIntrinsicBlend(rs, e);
77 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) function in class:ScriptIntrinsicBlend
81 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) {
89 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) {
97 void ScriptIntrinsicBlend::forEachDst(sp<Allocation> in, sp<Allocation> out) {
105 void ScriptIntrinsicBlend::forEachSrcOver(sp<Allocation> in, sp<Allocation> out) {
113 void ScriptIntrinsicBlend
[all...]
H A DrsCppStructs.h1443 class ScriptIntrinsicBlend : public ScriptIntrinsic { class in namespace:android::RSC
1445 ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e);
1451 * @return new ScriptIntrinsicBlend
1453 static sp<ScriptIntrinsicBlend> create(sp<RS> rs, sp<const Element> e);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java28 import android.renderscript.ScriptIntrinsicBlend;
39 private ScriptIntrinsicBlend mBlend;
66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java28 import android.renderscript.ScriptIntrinsicBlend;
39 private ScriptIntrinsicBlend mBlend;
66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java23 public class ScriptIntrinsicBlend extends ScriptIntrinsic { class in inherits:ScriptIntrinsic
24 ScriptIntrinsicBlend(long id, RenderScript rs) { method in class:ScriptIntrinsicBlend
34 * @return ScriptIntrinsicBlend
36 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) {
39 return new ScriptIntrinsicBlend(id, rs);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java32 private ScriptIntrinsicBlend mBlend;
59 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));

Completed in 837 milliseconds