Lines Matching refs:mElement
294 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
295 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
299 "32 bit integer source does not match allocation type " + mType.mElement.mType);
303 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
304 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
308 "16 bit integer source does not match allocation type " + mType.mElement.mType);
312 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
313 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
317 "8 bit integer source does not match allocation type " + mType.mElement.mType);
321 if (mType.mElement.mType == Element.DataType.FLOAT_32) {
325 "32 bit float source does not match allocation type " + mType.mElement.mType);
329 if ((mType.mElement.mType == Element.DataType.RS_ELEMENT) ||
330 (mType.mElement.mType == Element.DataType.RS_TYPE) ||
331 (mType.mElement.mType == Element.DataType.RS_ALLOCATION) ||
332 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
333 (mType.mElement.mType == Element.DataType.RS_SCRIPT) ||
334 (mType.mElement.mType == Element.DataType.RS_MESH) ||
335 (mType.mElement.mType == Element.DataType.RS_PROGRAM_FRAGMENT) ||
336 (mType.mElement.mType == Element.DataType.RS_PROGRAM_VERTEX) ||
337 (mType.mElement.mType == Element.DataType.RS_PROGRAM_RASTER) ||
338 (mType.mElement.mType == Element.DataType.RS_PROGRAM_STORE)) {
342 "Object source does not match allocation type " + mType.mElement.mType);
729 int eSize = mType.mElement.getBytesSize();
750 if (component_number >= mType.mElement.mElements.length) {
758 int eSize = mType.mElement.mElements[component_number].getBytesSize();
759 eSize *= mType.mElement.mArraySizes[component_number];
811 int dataSize = mType.mElement.getBytesSize() * count;
827 int dataSize = mType.mElement.getBytesSize() * count;
843 int dataSize = mType.mElement.getBytesSize() * count;
859 int dataSize = mType.mElement.getBytesSize() * count;