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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 40 RS_TYPE_UNSIGNED_64 (11);
single_source_alloc.rs 196 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong);
223 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong);
289 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_64, true, true, false);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 42 RS_TYPE_UNSIGNED_64 (11);
  /frameworks/rs/script_api/include/
rs_object_types.rsh 149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer.
rs_allocation_create.rsh 250 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_64);
529 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 2);
538 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 3);
547 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 4);
646 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_64);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer.
rs_allocation_create.rsh 250 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_64);
529 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 2);
538 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 3);
547 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 4);
646 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_64);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 196 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_64, ulong);
218 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_64, ulong);
240 RS_TYPE_UNSIGNED_64,
315 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_64, true, true, false);
  /frameworks/rs/
rsComponent.cpp 178 case RS_TYPE_UNSIGNED_64:
rsDefines.h 129 RS_TYPE_UNSIGNED_64,
  /frameworks/rs/script_api/
rs_object_types.spec 132 value: RS_TYPE_UNSIGNED_64 = 11, "A 64 bit unsigned integer."
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 578 ELEMENT_AT(ulong, RS_TYPE_UNSIGNED_64, 1)
579 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
580 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
581 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 439 case RS_TYPE_UNSIGNED_64:
472 case RS_TYPE_UNSIGNED_64:
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 84 passed &= (Element::createVector(mRS, RS_TYPE_UNSIGNED_64, len) != nullptr);
  /frameworks/rs/cpp/
Element.cpp 244 case RS_TYPE_UNSIGNED_64:
Allocation.cpp 78 if ((dt == RS_TYPE_SIGNED_64) || (dt == RS_TYPE_UNSIGNED_64)) {
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 625 ELEMENT_AT(ulong, RS_TYPE_UNSIGNED_64, 1)
626 ELEMENT_AT(ulong2, RS_TYPE_UNSIGNED_64, 2)
627 ELEMENT_AT(ulong3, RS_TYPE_UNSIGNED_64, 3)
628 ELEMENT_AT(ulong4, RS_TYPE_UNSIGNED_64, 4)
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 215 case RS_TYPE_UNSIGNED_64: \
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 183 case RS_TYPE_UNSIGNED_64: \
    [all...]

Completed in 1633 milliseconds