/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
UT_single_source_alloc.java | 42 RS_TYPE_UNSIGNED_32 (10),
|
/frameworks/rs/script_api/include/ |
rs_object_types.rsh | 148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer.
|
rs_allocation_create.rsh | 232 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); [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_object_types.rsh | 148 RS_TYPE_UNSIGNED_32 = 10, // A 32 bit unsigned integer.
|
rs_allocation_create.rsh | 232 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); [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
single_source_alloc.rs | 195 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_32, uint); 217 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_32, uint); 239 RS_TYPE_UNSIGNED_32, 314 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_32, true, true, false);
|
/frameworks/rs/ |
rsComponent.cpp | 175 case RS_TYPE_UNSIGNED_32:
|
rsDefines.h | 128 RS_TYPE_UNSIGNED_32,
|
/frameworks/rs/script_api/ |
rs_object_types.spec | 131 value: RS_TYPE_UNSIGNED_32 = 10, "A 32 bit unsigned integer."
|
/frameworks/rs/rsov/driver/ |
rsovRuntimeStubs.cpp | 570 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) [all...] |
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 523 case RS_TYPE_UNSIGNED_32: 556 case RS_TYPE_UNSIGNED_32:
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_element.cpp | 83 passed &= (Element::createVector(mRS, RS_TYPE_UNSIGNED_32, len) != nullptr);
|
/frameworks/rs/cpp/ |
Element.cpp | 239 case RS_TYPE_UNSIGNED_32:
|
Allocation.cpp | 86 if ((dt == RS_TYPE_SIGNED_32) || (dt == RS_TYPE_UNSIGNED_32)) {
|
/frameworks/rs/driver/ |
rsdRuntimeStubs.cpp | 588 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) [all...] |
/frameworks/base/rs/jni/ |
android_renderscript_RenderScript.cpp | 183 case RS_TYPE_UNSIGNED_32: \ [all...] |
/frameworks/rs/support/jni/ |
android_renderscript_RenderScript.cpp | 155 case RS_TYPE_UNSIGNED_32: \ [all...] |