/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
AllocationCopyPaddedTest.java | 140 test_AllocationPadded_Short3_1D_Helper(Element.I16_3(mRS)); 176 test_AllocationPadded_Short3_2D_Helper(Element.I16_3(mRS)); 213 test_AllocationPadded_Short3_3D_Helper(Element.I16_3(mRS)); 660 test_AllocationPadded_copy1DRangeTo_Short3_Helper(Element.I16_3(mRS)); 846 test_AllocationPadded_copy2DRangeTo_Short3_Helper(Element.I16_3(mRS)); [all...] |
ElementTest.java | 85 assertTrue(Element.I16_3(mRS) != null); 302 eb.add(Element.I16_3(mRS), "I16_3", arraySize); 372 assertFalse(Element.I16_3(mRS).isComplex());
|
ForEachTest.java | 147 // I16_3 148 t = new Type.Builder(mRS, Element.I16_3(mRS)).setX(x).create();
|
KernelTest.java | 147 // I16_3 148 t = new Type.Builder(mRS, Element.I16_3(mRS)).setX(x).create();
|
KernelInputTest.java | 355 Allocation ain = Allocation.createSized(mRS, Element.I16_3(mRS), 1); 356 Allocation tmp = Allocation.createSized(mRS, Element.I16_3(mRS), 1);
|
GetSetTest.java | 473 testSetup(Element.I16_3(mRS)); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
UT_alloc_copyPadded.java | 190 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 225 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 261 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 752 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
UT_alloc_copyPadded.java | 190 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 225 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 261 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); 752 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I16_3(mRS)); [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
vector.rs | 21 short3 i16_3 = { 1, 2, 3 }; 103 _RS_ASSERT(i16_3.x == 2); 104 _RS_ASSERT(i16_3.y == 3); 105 _RS_ASSERT(i16_3.z == 4);
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_element.cpp | 120 passed &= (Element::I16_3(mRS) != nullptr); 256 eb->add(Element::I16_3(mRS), "I16_3", arraySize);
|
rs_jni_foreach.cpp | 98 // I16_3 99 t = Type::create(mRS, Element::I16_3(mRS), x, 0, 0);
|
rs_jni_allocation.cpp | 85 createTypedHelper(rs, Element::I16_3(rs));
|
/frameworks/base/rs/java/android/renderscript/ |
Element.java | 855 public static Element I16_3(RenderScript rs) { [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Element.java | 598 public static Element I16_3(RenderScript rs) { [all...] |
/ndk/docs/Additional_library_docs/renderscript/ |
functions.html | 334 <li>I16_3()
|
functions_func.html | 334 <li>I16_3()
|
classandroid_1_1RSC_1_1Element.html | 108 <tr><td class="memItemLeft" align="right" valign="top">static sp< const <a class="el" href="classandroid_1_1RSC_1_1Element.html">Element</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classandroid_1_1RSC_1_1Element.html#acd84e217f33bfb744315b2340752370e">I16_3</a> (sp< <a class="el" href="classandroid_1_1RSC_1_1RS.html">RS</a> > rs)</td></tr> [all...] |
rsCppStructs_8h_source.html | 159 <a name="l00187"></a>00187 sp<const Element> I16_3; [all...] |
/frameworks/rs/cpp/ |
rsCppStructs.h | 463 sp<const Element> I16_3; [all...] |
/frameworks/support/v8/renderscript/api/ |
23.0.0.txt | 169 method public static android.support.v8.renderscript.Element I16_3(android.support.v8.renderscript.RenderScript); [all...] |