/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Element.java | 451 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8() 458 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB); in RGB_565() 465 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888() 472 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA); in RGBA_5551() 479 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444() 486 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888() 841 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel() method in Element
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 591 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8() 602 … rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB); in RGB_565() 613 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888() 624 … rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA); in RGBA_5551() 635 … rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444() 646 … rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888() 1020 rs.mElement_YUV = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_YUV); in YUV() 1222 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { in createPixel() method in Element
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | RsYuv.java | 86 …tb = new Type.Builder(mRS, Element.createPixel(mRS, Element.DataType.UNSIGNED_8, Element.DataKind.… in reset()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 104 rs->mElements.N = createPixel(rs, RS_TYPE_##T, RS_KIND_##K); \ 332 android::RSC::sp<const Element> Element::createPixel(const android::RSC::sp<RS>& rs, RsDataType dt,… in createPixel() function in Element
|
D | rsCppStructs.h | 1389 static sp<const Element> createPixel(const sp<RS>& rs, RsDataType dt, RsDataKind dk);
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 183 …rscript.Element.DataType, android.renderscript.Element.DataKind)'>Element.createPixel()</a> method.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | Camera2Source.java | 167 Element ele = Element.createPixel(mRS, Element.DataType.UNSIGNED_8, in onOpen()
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 183 * See the Element.createPixel() method.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26119 …method public static android.renderscript.Element createPixel(android.renderscript.RenderScript, a…
|
/frameworks/base/core/api/ |
D | current.txt | 38436 …method @Deprecated public static android.renderscript.Element createPixel(android.renderscript.Ren…
|