Searched defs:createPixel (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DElement.cpp99 return createPixel(rs, RS_TYPE_##T, RS_KIND_##K); \
311 sp<const Element> Element::createPixel(RenderScript *rs, RsDataType dt, RsDataKind dk) { function in class:Element
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java471 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A);
478 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
485 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
492 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
499 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
506 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
902 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { method in class:Element
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java438 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A);
445 rs.mElement_RGB_565 = createPixel(rs, DataType.UNSIGNED_5_6_5, DataKind.PIXEL_RGB);
452 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB);
459 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA);
466 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA);
473 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA);
822 public static Element createPixel(RenderScript rs, DataType dt, DataKind dk) { method in class:Element

Completed in 88 milliseconds