HomeSort by relevance Sort by last modified time
    Searched refs:I8_2 (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 115 passed &= (Element::I8_2(mRS) != nullptr);
251 eb->add(Element::I8_2(mRS), "I8_2", arraySize);
rs_jni_foreach.cpp 58 // I8_2
59 t = Type::create(mRS, Element::I8_2(mRS), x, 0, 0);
rs_jni_allocation.cpp 80 createTypedHelper(rs, Element::I8_2(rs));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 80 assertTrue(Element.I8_2(mRS) != null);
297 eb.add(Element.I8_2(mRS), "I8_2", arraySize);
367 assertFalse(Element.I8_2(mRS).isComplex());
KernelInputTest.java 82 Allocation ain = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
83 Allocation tmp = Allocation.createSized(mRS, Element.I8_2(mRS), 1);
ForEachTest.java 77 // I8_2
78 t = new Type.Builder(mRS, Element.I8_2(mRS)).setX(x).create();
KernelTest.java 77 // I8_2
78 t = new Type.Builder(mRS, Element.I8_2(mRS)).setX(x).create();
GetSetTest.java 288 testSetup(Element.I8_2(mRS));
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 185 sp<const Element> I8_2;
921 static sp<const Element> I8_2(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 178 sp<const Element> I8_2;
853 static sp<const Element> I8_2(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 178 sp<const Element> I8_2;
853 static sp<const Element> I8_2(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 178 sp<const Element> I8_2;
853 static sp<const Element> I8_2(sp<RS> rs);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 615 public static Element I8_2(RenderScript rs) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 549 public static Element I8_2(RenderScript rs) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 155 milliseconds