Searched refs:RS_TYPE_UNSIGNED_64 (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_single_source_alloc.java40 RS_TYPE_UNSIGNED_64 (11); enum constant in enum:UT_single_source_alloc.rsDataType
H A Dsingle_source_alloc.rs196 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/
H A DUT_single_source_alloc.java42 RS_TYPE_UNSIGNED_64 (11); enum constant in enum:UT_single_source_alloc.rsDataType
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh149 RS_TYPE_UNSIGNED_64 = 11, // A 64 bit unsigned integer.
H A Drs_allocation_create.rsh250 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);
925 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 2);
934 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 3);
943 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64, 4);
1042 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_64);
1321 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_64,
[all...]
/frameworks/rs/
H A DrsComponent.cpp178 case RS_TYPE_UNSIGNED_64:
H A DrsDefines.h129 RS_TYPE_UNSIGNED_64, enumerator in enum:RsDataType
/frameworks/rs/script_api/
H A Drs_object_types.spec132 value: RS_TYPE_UNSIGNED_64 = 11, "A 64 bit unsigned integer."
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp578 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)
/frameworks/rs/driver/runtime/
H A Drs_allocation.c439 case RS_TYPE_UNSIGNED_64:
472 case RS_TYPE_UNSIGNED_64:
/frameworks/rs/cpp/
H A DElement.cpp244 case RS_TYPE_UNSIGNED_64:
H A DAllocation.cpp78 if ((dt == RS_TYPE_SIGNED_64) || (dt == RS_TYPE_UNSIGNED_64)) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp625 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)
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp215 case RS_TYPE_UNSIGNED_64: \
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp183 case RS_TYPE_UNSIGNED_64: \

Completed in 223 milliseconds