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

1 2

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 137 passed &= (Element::U16_4(mRS) != nullptr);
273 eb->add(Element::U16_4(mRS), "U16_4", arraySize);
rs_jni_foreach.cpp 109 t = Type::create(mRS, Element::U16_4(mRS), x, 0, 0);
rs_jni_allocation.cpp 102 createTypedHelper(rs, Element::U16_4(rs));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 102 assertTrue(Element.U16_4(mRS) != null);
319 eb.add(Element.U16_4(mRS), "U16_4", arraySize);
389 assertFalse(Element.U16_4(mRS).isComplex());
KernelInputTest.java 732 Allocation ain = Allocation.createSized(mRS, Element.U16_4(mRS), 1);
733 Allocation tmp = Allocation.createSized(mRS, Element.U16_4(mRS), 1);
ForEachTest.java 178 t = new Type.Builder(mRS, Element.U16_4(mRS)).setX(x).create();
KernelTest.java 178 t = new Type.Builder(mRS, Element.U16_4(mRS)).setX(x).create();
GetSetTest.java 599 testSetup(Element.U16_4(mRS));
    [all...]
  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 189 mUShort4Allocation = Allocation::createSized(mRS, Element::U16_4(mRS), mAllocSize / 4);
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 240 mUShort4Allocation = Allocation.createSized(mRS, Element.U16_4(mRS), mAllocSize / 4);
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 193 mUShort4Allocation = Allocation::createSized(mRS, Element::U16_4(mRS), mAllocSize / 4);
  /frameworks/base/rs/java/android/renderscript/
Element.java 833 public static Element U16_4(RenderScript rs) {
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 584 public static Element U16_4(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 460 sp<const Element> U16_4;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect 68 __U16_4 = Element.U16_4(rs);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 68 __U16_4 = Element.U16_4(rs);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 60 __U16_4 = Element.U16_4(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 
  /prebuilts/sdk/27/
android.jar 

Completed in 2335 milliseconds

1 2