HomeSort by relevance Sort by last modified time
    Searched refs:U8_4 (Results 26 - 50 of 62) sorted by null

12 3

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsic3DLUT.java 40 * Supported elements types are {@link Element#U8_4}
56 if (!e.isCompatible(Element.U8_4(rs))) {
ScriptIntrinsicBlur.java 41 * Supported elements types are {@link Element#U8_4}
53 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
ScriptIntrinsicConvolve3x3.java 34 * Supported elements types are {@link Element#U8_4}
56 if (!e.isCompatible(Element.U8_4(rs))) {
ScriptIntrinsicBlend.java 30 * Supported elements types are {@link Element#U8_4}
49 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) {
52 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
ScriptIntrinsicColorMatrix.java 28 * conversion back to {@link Element#U8_4}.
42 * Supported elements types are {@link Element#U8_4}
55 if (!e.isCompatible(Element.U8_4(rs))) {
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 36 if (e->isCompatible(Element::U8_4(rs)) == false) {
70 if (e->isCompatible(Element::U8_4(rs)) == false) {
207 if ((e->isCompatible(Element::U8_4(rs)) == false) &&
261 !(in->getType()->getElement()->isCompatible(Element::U8_4(mRS))) &&
273 !(out->getType()->getElement()->isCompatible(Element::U8_4(mRS))) &&
343 !(e->isCompatible(Element::U8_4(rs))) &&
384 !(e->isCompatible(Element::U8_4(rs))) &&
480 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) {
482 "Input allocation to Histogram must be U8 or U8_4");
498 !(ain->getType()->getElement()->isCompatible(Element::U8_4(mRS))))
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsPackColorTo8888Test.java 71 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
98 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
RsUnpackColor8888Test.java 36 Allocation mAllocationIn = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE);
IntrinsicColorMatrix.java 36 mSi = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
IntrinsicHistogram.java 31 case 4: e1 = Element.U8_4(mRS); break;
ElementTest.java 98 assertTrue(Element.U8_4(mRS) != null);
214 // RGBA_8888 is in U8_4
233 Element[] U8_4 = { Element.U8_4(mRS),
245 U16, U32, U64, U8, U8_3, U8_4 };
302 eb.add(Element.U8_4(mRS), "U8_4", arraySize);
368 assertFalse(Element.U8_4(mRS).isComplex());
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicBlend.java 29 * Supported elements types are {@link Element#U8_4}
44 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) {
47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) {
ScriptIntrinsicColorMatrix.java 38 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
231 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
243 !aout.getElement().isCompatible(Element.U8_4(mRS)) &&
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Convolve5x5.java 67 mIntrinsic = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS));
Histogram.java 32 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS));
Blur25.java 71 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
Blend.java 66 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve5x5.java 60 mIntrinsic = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS));
Blur25.java 67 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
Blend.java 59 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve5x5.java 68 mIntrinsic = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS));
Blur25.java 71 mIntrinsic = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
Blend.java 67 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 169 mScriptBlur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
171 Element.U8_4(mRS));
173 Element.U8_4(mRS));
  /developers/samples/android/renderScript/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 169 mScriptBlur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
171 Element.U8_4(mRS));
173 Element.U8_4(mRS));

Completed in 730 milliseconds

12 3