HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED_16 (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 83 case UNSIGNED_16:
84 return android.renderscript.Element.DataType.UNSIGNED_16;
203 case UNSIGNED_16:
Element.java 140 UNSIGNED_16 (9, 2),
346 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
564 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
571 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
578 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
772 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
800 case UNSIGNED_16:
845 dt == DataType.UNSIGNED_16 ||
860 if (dt == DataType.UNSIGNED_16 &&
    [all...]
Allocation.java 277 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAbs.java 274 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE);
281 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE);
330 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE);
337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE);
386 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE);
393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE);
442 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE);
449 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE);
    [all...]
TestClz.java     [all...]
RSBaseCompute.java 97 } else if (dataType == Element.DataType.UNSIGNED_16) {
152 } else if (dataType == Element.DataType.UNSIGNED_16) {
209 dataType == Element.DataType.UNSIGNED_16) {
334 } else if (dataType == Element.DataType.UNSIGNED_16) {
TestClamp.java     [all...]
TestConvert.java     [all...]
TestMax.java     [all...]
TestMin.java     [all...]
ElementTest.java 58 assertTrue(Element.createVector(mRS, DataType.UNSIGNED_16, len) != null);
426 assertEquals(DataType.UNSIGNED_16, DataType.valueOf("UNSIGNED_16"));
462 case UNSIGNED_16:
  /frameworks/base/rs/java/android/renderscript/
Element.java 129 UNSIGNED_16 (9, 2),
349 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
609 rs.mElement_USHORT_2 = createVector(rs, DataType.UNSIGNED_16, 2);
616 rs.mElement_USHORT_3 = createVector(rs, DataType.UNSIGNED_16, 3);
623 rs.mElement_USHORT_4 = createVector(rs, DataType.UNSIGNED_16, 4);
868 * SIGNED_8, SIGNED_16, SIGNED_32, SIGNED_64, UNSIGNED_8, UNSIGNED_16,
892 case UNSIGNED_16:
932 dt == DataType.UNSIGNED_16 ||
947 if (dt == DataType.UNSIGNED_16 &&
    [all...]
Allocation.java 370 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
    [all...]
  /frameworks/rs/cpp/
Element.cpp 85 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 192 Element.createPixel(mRS, DataType.UNSIGNED_16,
FBOTestRS.java 184 Element.createPixel(mRS, DataType.UNSIGNED_16,
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 196 b = new Builder(mRS, Element.createPixel(mRS, DataType.UNSIGNED_16, DataKind.PIXEL_DEPTH));
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 295 Element.createPixel(mRS, DataType.UNSIGNED_16,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 67 b = new Type.Builder(rs, Element.createPixel(rs, Element.DataType.UNSIGNED_16,
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 629 milliseconds

1 2