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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 112 passed &= (Element::F64_3(mRS) != nullptr);
248 eb->add(Element::F64_3(mRS), "F64_3", arraySize);
rs_jni_foreach.cpp 221 // F64_3
222 t = Type::create(mRS, Element::F64_3(mRS), x, 0, 0);
rs_jni_allocation.cpp 77 createTypedHelper(rs, Element::F64_3(rs));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 77 assertTrue(Element.F64_3(mRS) != null);
294 eb.add(Element.F64_3(mRS), "F64_3", arraySize);
364 assertFalse(Element.F64_3(mRS).isComplex());
AllocationCopyPaddedTest.java 398 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
428 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
459 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
    [all...]
KernelInputTest.java 147 Allocation ain = Allocation.createSized(mRS, Element.F64_3(mRS), 1);
148 Allocation tmp = Allocation.createSized(mRS, Element.F64_3(mRS), 1);
ForEachTest.java 366 // F64_3
367 t = new Type.Builder(mRS, Element.F64_3(mRS)).setX(x).create();
KernelTest.java 366 // F64_3
367 t = new Type.Builder(mRS, Element.F64_3(mRS)).setX(x).create();
GetSetTest.java     [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc_copyPadded.java 503 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
537 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
572 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copyPadded.java 503 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
537 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
572 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F64_3(mRS));
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 218 sp<const Element> F64_3;
891 static sp<const Element> F64_3(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 211 sp<const Element> F64_3;
823 static sp<const Element> F64_3(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 211 sp<const Element> F64_3;
823 static sp<const Element> F64_3(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 211 sp<const Element> F64_3;
823 static sp<const Element> F64_3(sp<RS> rs);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 580 public static Element F64_3(RenderScript rs) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 514 public static Element F64_3(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 177 milliseconds