HomeSort by relevance Sort by last modified time
    Searched full:short2 (Results 76 - 100 of 325) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 45 import android.renderscript.Short2;
ForEachTest.java 45 import android.renderscript.Short2;
KernelTest.java 45 import android.renderscript.Short2;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
UT_math_agree.java 61 private Short2 pack_s2(short[] val) {
63 return new Short2(val[0], val[1]);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
UT_math_agree.java 61 private Short2 pack_s2(short[] val) {
63 return new Short2(val[0], val[1]);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_vector.java 113 Short2 S2 = s.get_u8_2();
  /ndk/docs/renderscript/
annotated.html 67 <tr><td class="indexkey"><a class="el" href="classandroid_1_1RSC_1_1Short2.html">android::RSC::Short2</a></td><td class="indexvalue"></td></tr>
classes.html 49 </td><td valign="top"><a class="el" href="classandroid_1_1RSC_1_1Short2.html">Short2</a> (android::RSC)&#160;&#160;&#160;</td><td valign="top"><a class="el" href="classandroid_1_1RSC_1_1ULong3.html">ULong3</a> (android::RSC)&#160;&#160;&#160;</td></tr>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/rs/
libRSSupport.so 
  /frameworks/rs/cpp/
rsCppStructs.h 893 * Utility function for returning an Element containing a short2.
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 49 typedef int16_t short2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 41 static volatile short2 prefix##_s_2 = 1; \
  /frameworks/rs/scriptc/
rs_types.rsh 327 typedef short short2 __attribute__((ext_vector_type(2)));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 885 * Utility function for returning an Element containing a short2.
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_types.rsh 308 typedef short short2 __attribute__((ext_vector_type(2)));
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 885 * Utility function for returning an Element containing a short2.
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_types.rsh 308 typedef short short2 __attribute__((ext_vector_type(2)));
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 885 * Utility function for returning an Element containing a short2.
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_types.rsh 308 typedef short short2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 327 typedef short short2 __attribute__((ext_vector_type(2)));
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_types.rsh 327 typedef short short2 __attribute__((ext_vector_type(2)));
  /frameworks/base/docs/html/reference/renderscript/
rs__allocation_8rsh_source.html 130 <a name="l00183"></a>00183 GET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#a303d3ad18aaeacfcfeda2b8580b98796">short2</a>)
216 <a name="l00318"></a>00318 SET_ELEMENT_AT(<a class="code" href="rs__types_8rsh.html#a303d3ad18aaeacfcfeda2b8580b98796">short2</a>)

Completed in 442 milliseconds

1 2 34 5 6 7 8 91011>>