HomeSort by relevance Sort by last modified time
    Searched refs:A_8 (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 57 public static final int A_8 = 8;
112 case A_8:
134 case PixelFormat.A_8:
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 54 Type.Builder build = new Type.Builder(mRS, Element.A_8(mRS));
60 ScriptIntrinsicConvolve3x3 convolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.A_8(mRS));
111 Type.Builder build = new Type.Builder(mRS, Element.A_8(mRS));
117 ScriptIntrinsicConvolve5x5 convolve = ScriptIntrinsicConvolve5x5.create(mRS, Element.A_8(mRS));
RSBlurTest.java 43 Type.Builder build = new Type.Builder(mRS, Element.A_8(mRS));
49 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.A_8(mRS));
  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 67 PixelFormat.getPixelFormatInfo(PixelFormat.A_8, mPixelFormat);
127 assertTrue(PixelFormat.formatHasAlpha(PixelFormat.A_8));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 65 assertTrue(Element.A_8(mRS) != null);
129 assertTrue(Element.A_8(mRS).equals(Element.A_8(mRS)));
130 assertFalse(Element.A_8(mRS).equals(Element.U8(mRS)));
133 assertTrue(Element.A_8(mRS).isCompatible(Element.U8(mRS)));
134 assertTrue(Element.U8(mRS).isCompatible(Element.A_8(mRS)));
170 Element e4 = eb4.add(Element.A_8(mRS), "UTest").create();
183 // A_8 is in U8
232 Element[] U8 = { Element.A_8(mRS),
278 eb.add(Element.A_8(mRS), "A_8", arraySize)
    [all...]
TypeTest.java 49 testTypeBuilderHelper(Element.A_8(mRS));
AllocationTest.java 114 createTypedHelper(Element.A_8(mRS));
150 createTypedTextureHelper(Element.A_8(mRS));
157 createSizedHelper(Element.A_8(mRS));
ForEachTest.java 417 // A_8
420 t = new Type.Builder(mRS, Element.A_8(mRS)).setX(x).create();
KernelTest.java 417 // A_8
420 t = new Type.Builder(mRS, Element.A_8(mRS)).setX(x).create();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 166 Type.Builder tb_a8 = new Type.Builder(RS, Element.A_8(RS));
169 if (bitmapTemp.getType().getElement().isCompatible(Element.A_8(RS))) {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 100 passed &= (Element::A_8(mRS) != nullptr);
170 // A_8 is in U8
198 sp<const Element> U8 = Element::A_8(mRS);
236 eb->add(Element::A_8(mRS), "A_8", arraySize);
rs_jni_type.cpp 72 passed &= testTypeBuilderHelper(mRS, Element::A_8(mRS));
rs_jni.cpp 98 e = Element::A_8(rs);
137 sp<const Element> e = Element::A_8(rs);
rs_jni_foreach.cpp 242 // A_8
245 t = Type::create(mRS, Element::A_8(mRS), x, 0, 0);
rs_jni_allocation.cpp 65 createTypedHelper(rs, Element::A_8(rs));
  /toolchain/binutils/binutils-2.25/opcodes/
s390-opc.c 121 #define A_8 31 /* Access reg. starting at position 8 */
401 #define INSTR_RSY_AARD 6, { A_8,A_12,D20_20,B_16,0,0 } /* e.g. lamy */
403 #define INSTR_RS_AARD 4, { A_8,A_12,D_20,B_16,0,0 } /* e.g. lam */
    [all...]
  /frameworks/rs/cpp/
Element.cpp 110 CREATE_PIXEL(A_8, UNSIGNED_8, PIXEL_A);
rsCppStructs.h 506 sp<const Element> A_8;
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 717 mRsElement = RSC::Element::A_8(mRs);
  /frameworks/base/rs/java/android/renderscript/
Element.java 45 * android.renderscript#Element.A_8}.</p>
580 public static Element A_8(RenderScript rs) {
    [all...]
Allocation.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 51 * android.support.v8.renderscript#Element.A_8}.</p>
444 public static Element A_8(RenderScript rs) {
888 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
    [all...]
Allocation.java     [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 903 milliseconds

1 2