Searched refs:ScriptIntrinsicBlend (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 24 using android::RSC::ScriptIntrinsicBlend; 80 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(const sp<RS>& rs, const sp<const Element>& e)… in create() 85 return new ScriptIntrinsicBlend(rs, e); in create() 88 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend() function in ScriptIntrinsicBlend 92 void ScriptIntrinsicBlend::forEachClear(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachClear() 100 void ScriptIntrinsicBlend::forEachSrc(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrc() 108 void ScriptIntrinsicBlend::forEachDst(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDst() 116 void ScriptIntrinsicBlend::forEachSrcOver(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcOver() 124 void ScriptIntrinsicBlend::forEachDstOver(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDstOver() 132 void ScriptIntrinsicBlend::forEachSrcIn(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcIn() [all …]
|
D | rsCppStructs.h | 3755 class ScriptIntrinsicBlend : public ScriptIntrinsic { 3757 ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e); 3765 static sp<ScriptIntrinsicBlend> create(const sp<RS>& rs, const sp<const Element>& e);
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 24 public class ScriptIntrinsicBlend extends ScriptIntrinsic { class 28 ScriptIntrinsicBlend(long id, RenderScript rs) { in ScriptIntrinsicBlend() method in ScriptIntrinsicBlend 40 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { in create() 48 ScriptIntrinsicBlend si = new ScriptIntrinsicBlend(id, rs); in create()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 28 import android.renderscript.ScriptIntrinsicBlend; 39 private ScriptIntrinsicBlend mBlend; 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 28 import android.renderscript.ScriptIntrinsicBlend; 39 private ScriptIntrinsicBlend mBlend; 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 23 public class ScriptIntrinsicBlend extends ScriptIntrinsic { class 24 ScriptIntrinsicBlend(long id, RenderScript rs) { in ScriptIntrinsicBlend() method in ScriptIntrinsicBlend 36 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { in create() 39 return new ScriptIntrinsicBlend(id, rs); in create()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 32 private ScriptIntrinsicBlend mBlend; 59 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS)); in createTest()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |