Searched refs:UNSIGNED_16 (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java83 case UNSIGNED_16:
84 return android.renderscript.Element.DataType.UNSIGNED_16;
203 case UNSIGNED_16:
H A DElement.java140 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
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 &&
H A DAllocation.java277 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
/frameworks/base/rs/java/android/renderscript/
H A DElement.java129 UNSIGNED_16 (9, 2), enum constant in enum:Element.DataType
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 &&
H A DAllocation.java370 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
/frameworks/rs/cpp/
H A DElement.cpp85 CREATE_USER(U16, UNSIGNED_16);
137 CREATE_VECTOR(U16, UNSIGNED_16);
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java192 Element.createPixel(mRS, DataType.UNSIGNED_16,
H A DFBOTestRS.java184 Element.createPixel(mRS, DataType.UNSIGNED_16,
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java196 b = new Builder(mRS, Element.createPixel(mRS, DataType.UNSIGNED_16, DataKind.PIXEL_DEPTH));
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java295 Element.createPixel(mRS, DataType.UNSIGNED_16,
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java67 b = new Type.Builder(rs, Element.createPixel(rs, Element.DataType.UNSIGNED_16,

Completed in 112 milliseconds