Home | History | Annotate | Download | only in renderscript

Lines Matching full:getelement

274     public Element getElement() {
275 return mType.getElement();
360 return (int)Math.ceil(mType.getCount() * mType.getElement().getBytesSize() * 1.5);
362 return mType.getCount() * mType.getElement().getBytesSize();
412 mSize = mType.getCount() * mType.getElement().getBytesSize();
639 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
641 mType.getElement().mKind + ", type " +
642 mType.getElement().mType +
643 " of " + mType.getElement().getBytesSize() +
648 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
649 (mType.getElement().getBytesSize() != 4)) {
651 mType.getElement().mKind + ", type " +
652 mType.getElement().mType +
653 " of " + mType.getElement().getBytesSize() +
658 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGB) ||
659 (mType.getElement().getBytesSize() != 2)) {
661 mType.getElement().mKind + ", type " +
662 mType.getElement().mType +
663 " of " + mType.getElement().getBytesSize() +
668 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
669 (mType.getElement().getBytesSize() != 2)) {
671 mType.getElement().mKind + ", type " +
672 mType.getElement().mType +
673 " of " + mType.getElement().getBytesSize() +
1144 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1160 * <p> The size of the region is: count * {@link #getElement}.{@link
1188 * <p> The size of the region is: count * {@link #getElement}.{@link
1214 * <p> The size of the region is: count * {@link #getElement}.{@link
1240 * <p> The size of the region is: count * {@link #getElement}.{@link
1266 * <p> The size of the region is: count * {@link #getElement}.{@link
1294 * <p> The size of the region is: count * {@link #getElement}.{@link
1324 * <p> The size of the region is: count * {@link #getElement}.{@link
1353 * <p> The size of the region is: count * {@link #getElement}.{@link
1382 * <p> The size of the region is: count * {@link #getElement}.{@link
1411 * <p> The size of the region is: count * {@link #getElement}.{@link
1479 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1504 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1542 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1575 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1608 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1641 * <p> The size of the region is: w * h * {@link #getElement}.{@link
1756 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
1781 * <p> The size of the region is: w * h * d * {@link #getElement}.{@link
1862 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2098 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2113 * <p> The size of the region is: count * {@link #getElement}.{@link
2141 * <p> The size of the region is: count * {@link #getElement}.{@link
2167 * <p> The size of the region is: count * {@link #getElement}.{@link
2193 * <p> The size of the region is: count * {@link #getElement}.{@link
2219 * <p> The size of the region is: count * {@link #getElement}.{@link
2247 * <p> The size of the region is: count * {@link #getElement}.{@link
2277 * <p> The size of the region is: count * {@link #getElement}.{@link
2306 * <p> The size of the region is: count * {@link #getElement}.{@link
2335 * <p> The size of the region is: count * {@link #getElement}.{@link
2364 * <p> The size of the region is: count * {@link #getElement}.{@link
2398 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2422 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2454 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2486 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2518 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2550 * <p> The size of the region is: w * h * {@link #getElement}.{@link
2595 if (mAutoPadding && (mType.getElement().getVectorSize() == 3)) {
2619 * <p> The size of the region is: w * h * d * {@link #getElement}.{@link
2815 t.getElement().isCompatible(Element.RGBA_8888(rs)) &&
2862 int xBytesSize = mType.getX() * mType.getElement().getBytesSize();