Lines Matching refs:mElement

267         if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
268 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
272 "32 bit integer source does not match allocation type " + mType.mElement.mType);
276 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
277 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
281 "16 bit integer source does not match allocation type " + mType.mElement.mType);
285 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
286 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
290 "8 bit integer source does not match allocation type " + mType.mElement.mType);
294 if (mType.mElement.mType == Element.DataType.FLOAT_32) {
298 "32 bit float source does not match allocation type " + mType.mElement.mType);
302 if ((mType.mElement.mType == Element.DataType.RS_ELEMENT) ||
303 (mType.mElement.mType == Element.DataType.RS_TYPE) ||
304 (mType.mElement.mType == Element.DataType.RS_ALLOCATION) ||
305 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
306 (mType.mElement.mType == Element.DataType.RS_SCRIPT)) {
310 "Object source does not match allocation type " + mType.mElement.mType);
644 int eSize = mType.mElement.getBytesSize();
666 if (component_number >= mType.mElement.mElements.length) {
675 int eSize = mType.mElement.mElements[component_number].getBytesSize();
676 eSize *= mType.mElement.mArraySizes[component_number];
727 int dataSize = mType.mElement.getBytesSize() * count;
740 int dataSize = mType.mElement.getBytesSize() * count;
753 int dataSize = mType.mElement.getBytesSize() * count;
766 int dataSize = mType.mElement.getBytesSize() * count;