HomeSort by relevance Sort by last modified time
    Searched full:i8_4 (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
convert.rs 5 char4 i8_4 = { -1, -2, -3, 4 };
10 f4 = convert_float4(i8_4);
vector.rs 14 char4 i8_4 = { 1, 2, 3, 4 };
81 _RS_ASSERT(i8_4.x == 2);
82 _RS_ASSERT(i8_4.y == 3);
83 _RS_ASSERT(i8_4.z == 4);
84 _RS_ASSERT(i8_4.w == 5);
  /cts/tests/src/android/renderscript/cts/
vector.rs 14 char4 i8_4 = { 1, 2, 3, 4 };
81 _RS_ASSERT(i8_4.x == 2);
82 _RS_ASSERT(i8_4.y == 3);
83 _RS_ASSERT(i8_4.z == 4);
84 _RS_ASSERT(i8_4.w == 5);
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
vector.rs 14 char4 i8_4 = { 1, 2, 3, 4 };
81 _RS_ASSERT(i8_4.x == 2);
82 _RS_ASSERT(i8_4.y == 3);
83 _RS_ASSERT(i8_4.z == 4);
84 _RS_ASSERT(i8_4.w == 5);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 107 // I8_4
108 t = new Type.Builder(mRS, Element.I8_4(mRS)).setX(x).create();
434 t = new Type.Builder(mRS, Element.I8_4(mRS)).setX(x).create();
ElementTest.java 82 assertTrue(Element.I8_4(mRS) != null);
286 eb.add(Element.I8_4(mRS), "I8_4", arraySize);
352 assertFalse(Element.I8_4(mRS).isComplex());
  /frameworks/rs/cpp/
Element.h 134 static sp<const Element> I8_4(RenderScript *rs);
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.renderscript.Element.html 185 <nobr><code>Element</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Element.html#I8_4(android.renderscript.RenderScript)" target="_top"><code>I8_4</code></A>(<code>RenderScript</code>)</nobr>
methods_index_additions.html     [all...]
alldiffs_index_additions.html     [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 588 public static Element I8_4(RenderScript rs) {
    [all...]

Completed in 1617 milliseconds