Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 18 of 18) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
Draw_converter.rs197 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/
DTestClamp.rs139 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);
DTestClz.rs71 ushort __attribute__((kernel)) testClzUshortUshort(ushort inValue) {
DTestAbs.rs39 ushort __attribute__((kernel)) testAbsShortUshort(short inV) {
DTestMin.rs154 ushort __attribute__((kernel)) testMinUshortUshortUshort(ushort inA, unsigned int x) {
155 ushort inB = rsGetElementAt_ushort(gAllocInB, x);
DTestMax.rs154 ushort __attribute__((kernel)) testMaxUshortUshortUshort(ushort inA, unsigned int x) {
155 ushort inB = rsGetElementAt_ushort(gAllocInB, x);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgetset.rs54 COPY_1D(ushort)
96 COPY_2D(ushort)
142 COPY_3D(ushort)
Dsingle_source_alloc.rs66 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);
Dvload.rs52 COPY_2D(ushort)
Dvload_relaxed.rs54 COPY_2D(ushort)
Dkernel_input.rs167 SCALAR_TEST(ushort)
Dprimitives.rs33 ushort ushortTest = 16;
Dfe_all.rs30 void test_i16(const short *ain, ushort *aout) {
Dkernel_all.rs32 ushort __attribute__((kernel)) test_i16(short ain) {
/cts/tests/tests/rscpp/librscpptest/
Dvector.rs14 MAKE_TEST(ushort)
Drs_jni_script.cpp140 typedef unsigned short ushort; typedef
177 TEST_VECTOR_INVOKE(ushort, UShort) in Java_android_cts_rscpp_RSScriptTest_testVector()
Dprimitives.rs17 ushort ushortTest = 16;
Dfe_all.rs30 void test_i16(const short *ain, ushort *aout) {