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

  /frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
UT_single_source_alloc.java 39 RS_TYPE_SIGNED_64 (7),
  /frameworks/rs/script_api/include/
rs_object_types.rsh 145 RS_TYPE_SIGNED_64 = 7, // A 64 bit signed integer.
rs_allocation_create.rsh 241 rs_element e = rsCreateElement(RS_TYPE_SIGNED_64);
502 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 2);
511 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 3);
520 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 4);
637 rs_element e = rsCreateElement(RS_TYPE_SIGNED_64);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 145 RS_TYPE_SIGNED_64 = 7, // A 64 bit signed integer.
rs_allocation_create.rsh 241 rs_element e = rsCreateElement(RS_TYPE_SIGNED_64);
502 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 2);
511 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 3);
520 rs_element e = rsCreateVectorElement(RS_TYPE_SIGNED_64, 4);
637 rs_element e = rsCreateElement(RS_TYPE_SIGNED_64);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 192 STORE_TO_ALLOC(RS_TYPE_SIGNED_64, long);
214 LAUNCH_VERIFY_KERNEL(RS_TYPE_SIGNED_64, long);
236 RS_TYPE_SIGNED_64,
313 TEST_DATA_TYPE(RS_TYPE_SIGNED_64, true, true, false);
  /frameworks/rs/
rsComponent.cpp 165 case RS_TYPE_SIGNED_64:
rsDefines.h 125 RS_TYPE_SIGNED_64,
  /frameworks/rs/script_api/
rs_object_types.spec 128 value: RS_TYPE_SIGNED_64 = 7, "A 64 bit signed integer."
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 593 ELEMENT_AT(long, RS_TYPE_SIGNED_64, 1)
600 void *r = ElementAt((Allocation *)a.p, RS_TYPE_SIGNED_64, 1, x, y, z);
611 void *r = ElementAt((Allocation *)a.p, RS_TYPE_SIGNED_64, 1, x, y, z);
622 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
623 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
624 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 574 ELEMENT_AT(long, RS_TYPE_SIGNED_64, 1)
575 ELEMENT_AT(long2, RS_TYPE_SIGNED_64, 2)
576 ELEMENT_AT(long3, RS_TYPE_SIGNED_64, 3)
577 ELEMENT_AT(long4, RS_TYPE_SIGNED_64, 4)
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 520 case RS_TYPE_SIGNED_64:
553 case RS_TYPE_SIGNED_64:
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 80 passed &= (Element::createVector(mRS, RS_TYPE_SIGNED_64, len) != nullptr);
  /frameworks/rs/cpp/
Element.cpp 243 case RS_TYPE_SIGNED_64:
Allocation.cpp 78 if ((dt == RS_TYPE_SIGNED_64) || (dt == RS_TYPE_UNSIGNED_64)) {
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 212 case RS_TYPE_SIGNED_64: \
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 180 case RS_TYPE_SIGNED_64: \
    [all...]

Completed in 2214 milliseconds