Searched refs:RS_TYPE_UNSIGNED_32 (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.java39 RS_TYPE_UNSIGNED_32 (10), enum constant in enum:UT_single_source_alloc.rsDataType
H A Dsingle_source_alloc.rs195 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_32, uint);
222 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_32, uint);
288 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_32, true, true, false);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_single_source_alloc.java41 RS_TYPE_UNSIGNED_32 (10), enum constant in enum:UT_single_source_alloc.rsDataType
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer.
H A Drs_allocation_create.rsh232 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_32);
475 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 2);
484 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 3);
493 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 4);
628 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_32);
871 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 2);
880 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 3);
889 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32, 4);
1024 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_32);
1267 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_32,
[all...]
/frameworks/rs/
H A DrsComponent.cpp175 case RS_TYPE_UNSIGNED_32:
H A DrsDefines.h128 RS_TYPE_UNSIGNED_32, enumerator in enum:RsDataType
/frameworks/rs/script_api/
H A Drs_object_types.spec131 value: RS_TYPE_UNSIGNED_32 = 10, "A 32 bit unsigned integer."
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp570 ELEMENT_AT(uint, RS_TYPE_UNSIGNED_32, 1)
571 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
572 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
573 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
/frameworks/rs/driver/runtime/
H A Drs_allocation.c438 case RS_TYPE_UNSIGNED_32:
471 case RS_TYPE_UNSIGNED_32:
/frameworks/rs/cpp/
H A DElement.cpp239 case RS_TYPE_UNSIGNED_32:
H A DAllocation.cpp86 if ((dt == RS_TYPE_SIGNED_32) || (dt == RS_TYPE_UNSIGNED_32)) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp588 ELEMENT_AT(uint, RS_TYPE_UNSIGNED_32, 1)
589 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
590 ELEMENT_AT(uint3, RS_TYPE_UNSIGNED_32, 3)
591 ELEMENT_AT(uint4, RS_TYPE_UNSIGNED_32, 4)
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp185 case RS_TYPE_UNSIGNED_32: \
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp157 case RS_TYPE_UNSIGNED_32: \

Completed in 87 milliseconds