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

1 2

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 119 passed &= (Element::I16_2(mRS) != nullptr);
255 eb->add(Element::I16_2(mRS), "I16_2", arraySize);
rs_jni_foreach.cpp 90 // I16_2
91 t = Type::create(mRS, Element::I16_2(mRS), x, 0, 0);
rs_jni_allocation.cpp 84 createTypedHelper(rs, Element::I16_2(rs));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 84 assertTrue(Element.I16_2(mRS) != null);
301 eb.add(Element.I16_2(mRS), "I16_2", arraySize);
371 assertFalse(Element.I16_2(mRS).isComplex());
KernelInputTest.java 426 Allocation ain = Allocation.createSized(mRS, Element.I16_2(mRS), 1);
427 Allocation tmp = Allocation.createSized(mRS, Element.I16_2(mRS), 1);
ForEachTest.java 143 // I16_2
144 t = new Type.Builder(mRS, Element.I16_2(mRS)).setX(x).create();
KernelTest.java 143 // I16_2
144 t = new Type.Builder(mRS, Element.I16_2(mRS)).setX(x).create();
ReduceTest.java 572 Allocation.createSized(mRS, Element.I16_2(mRS), 1),
GetSetTest.java 479 testSetup(Element.I16_2(mRS));
    [all...]
  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 93 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS));
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 134 Type.Builder typeI16_2Builder = new Type.Builder(mRS, Element.I16_2(mRS));
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 97 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS));
  /frameworks/base/rs/java/android/renderscript/
Element.java 844 public static Element I16_2(RenderScript rs) {
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 591 public static Element I16_2(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 462 sp<const Element> I16_2;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 55 __I16_2 = Element.I16_2(rs);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 56 __I16_2 = Element.I16_2(rs);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 53 __I16_2 = Element.I16_2(rs);
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 329 milliseconds

1 2