Home | History | Annotate | Download | only in renderscript

Lines Matching defs:mElement

104                 return mType.mElement.mType;
112 return mType.mElement.mType;
120 return mType.mElement.mType;
128 return mType.mElement.mType;
148 "[] is not compatible with data type " + mType.mElement.mType.name() +
436 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
437 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
441 "64 bit integer source does not match allocation type " + mType.mElement.mType);
445 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
446 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
450 "32 bit integer source does not match allocation type " + mType.mElement.mType);
454 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
455 (mType.mElement.mType == Element.DataType.UNSIGNED_16) ||
456 (mType.mElement.mType == Element.DataType.FLOAT_16)) {
460 "16 bit integer source does not match allocation type " + mType.mElement.mType);
464 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
465 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
469 "8 bit integer source does not match allocation type " + mType.mElement.mType);
473 mElement.mType == Element.DataType.FLOAT_32) {
477 "32 bit float source does not match allocation type " + mType.mElement.mType);
481 if (mType.mElement.mType == Element.DataType.FLOAT_64) {
485 "64 bit float source does not match allocation type " + mType.mElement.mType);
489 if ((mType.mElement.mType == Element.DataType.RS_ELEMENT) ||
490 (mType.mElement.mType == Element.DataType.RS_TYPE) ||
491 (mType.mElement.mType == Element.DataType.RS_ALLOCATION) ||
492 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
493 (mType.mElement.mType == Element.DataType.RS_SCRIPT) ||
494 (mType.mElement.mType == Element.DataType.RS_MESH) ||
495 (mType.mElement.mType == Element.DataType.RS_PROGRAM_FRAGMENT) ||
496 (mType.mElement.mType == Element.DataType.RS_PROGRAM_VERTEX) ||
497 (mType.mElement.mType == Element.DataType.RS_PROGRAM_RASTER) ||
498 (mType.mElement.mType == Element.DataType.RS_PROGRAM_STORE)) {
502 "Object source does not match allocation type " + mType.mElement.mType);
1036 int eSize = mType.mElement.getBytesSize();
1073 if (component_number >= mType.mElement.mElements.length) {
1088 int eSize = mType.mElement.mElements[component_number].getBytesSize();
1089 eSize *= mType.mElement.mArraySizes[component_number];
1141 final int dataSize = mType.mElement.getBytesSize() * count;
1149 mType.mElement.mType.mSize, usePadding);
1475 final int dataSize = mType.mElement.getBytesSize() * w * h;
1492 mType.mElement.mType.mSize, usePadding);
1752 final int dataSize = mType.mElement.getBytesSize() * w * h * d;
1769 mType.mElement.mType.mSize, usePadding);
1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding);
2030 if (component_number >= mType.mElement.mElements.length) {
2045 int eSize = mType.mElement.mElements[component_number].getBytesSize();
2046 eSize *= mType.mElement.mArraySizes[component_number];
2095 final int dataSize = mType.mElement.getBytesSize() * count;
2103 mType.mElement.mType.mSize, usePadding);
2394 final int dataSize = mType.mElement.getBytesSize() * w * h;
2410 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding);
2591 final int dataSize = mType.mElement.getBytesSize() * w * h * d;
2607 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding);