Searched refs:ushort (Results 1 – 18 of 18) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rs | 197 outputArray[0] = *((ushort *) rsGetElementAt(buf, x - 1, y - 1)); 198 outputArray[1] = *((ushort *) rsGetElementAt(buf, x, y - 1)); 199 outputArray[2] = *((ushort *) rsGetElementAt(buf, x + 1, y - 1)); 200 outputArray[3] = *((ushort *) rsGetElementAt(buf, x - 1, y)); 201 outputArray[4] = *((ushort *) rsGetElementAt(buf, x, y)); 202 outputArray[5] = *((ushort *) rsGetElementAt(buf, x + 1, y)); 203 outputArray[6] = *((ushort *) rsGetElementAt(buf, x - 1, y + 1)); 204 outputArray[7] = *((ushort *) rsGetElementAt(buf, x, y + 1)); 205 outputArray[8] = *((ushort *) rsGetElementAt(buf, x + 1, y + 1)); 365 float pixel = *((ushort *) rsGetElementAt(inputRawBuffer, x, y));
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestClamp.rs | 139 ushort __attribute__((kernel)) testClampUshortUshortUshortUshort(ushort inValue, unsigned int x) { 140 ushort inMinValue = rsGetElementAt_ushort(gAllocInMinValue, x); 141 ushort inMaxValue = rsGetElementAt_ushort(gAllocInMaxValue, x); 314 ushort inMinValue = rsGetElementAt_ushort(gAllocInMinValue, x); 315 ushort inMaxValue = rsGetElementAt_ushort(gAllocInMaxValue, x); 320 ushort inMinValue = rsGetElementAt_ushort(gAllocInMinValue, x); 321 ushort inMaxValue = rsGetElementAt_ushort(gAllocInMaxValue, x); 326 ushort inMinValue = rsGetElementAt_ushort(gAllocInMinValue, x); 327 ushort inMaxValue = rsGetElementAt_ushort(gAllocInMaxValue, x);
|
D | TestClz.rs | 71 ushort __attribute__((kernel)) testClzUshortUshort(ushort inValue) {
|
D | TestAbs.rs | 39 ushort __attribute__((kernel)) testAbsShortUshort(short inV) {
|
D | TestMin.rs | 154 ushort __attribute__((kernel)) testMinUshortUshortUshort(ushort inA, unsigned int x) { 155 ushort inB = rsGetElementAt_ushort(gAllocInB, x);
|
D | TestMax.rs | 154 ushort __attribute__((kernel)) testMaxUshortUshortUshort(ushort inA, unsigned int x) { 155 ushort inB = rsGetElementAt_ushort(gAllocInB, x);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | getset.rs | 54 COPY_1D(ushort) 96 COPY_2D(ushort) 142 COPY_3D(ushort)
|
D | single_source_alloc.rs | 66 VERIFY_KERNEL(ushort) 194 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_16, ushort); 216 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_16, ushort); 460 TEST_HELPERS(ushort);
|
D | vload.rs | 52 COPY_2D(ushort)
|
D | vload_relaxed.rs | 54 COPY_2D(ushort)
|
D | kernel_input.rs | 167 SCALAR_TEST(ushort)
|
D | primitives.rs | 33 ushort ushortTest = 16;
|
D | fe_all.rs | 30 void test_i16(const short *ain, ushort *aout) {
|
D | kernel_all.rs | 32 ushort __attribute__((kernel)) test_i16(short ain) {
|
/cts/tests/tests/rscpp/librscpptest/ |
D | vector.rs | 14 MAKE_TEST(ushort)
|
D | rs_jni_script.cpp | 140 typedef unsigned short ushort; typedef 177 TEST_VECTOR_INVOKE(ushort, UShort) in Java_android_cts_rscpp_RSScriptTest_testVector()
|
D | primitives.rs | 17 ushort ushortTest = 16;
|
D | fe_all.rs | 30 void test_i16(const short *ain, ushort *aout) {
|