Home | History | Annotate | Download | only in renderscript

Lines Matching refs:mElement

277         if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
278 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
282 "32 bit integer source does not match allocation type " + mType.mElement.mType);
286 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
287 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
291 "16 bit integer source does not match allocation type " + mType.mElement.mType);
295 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
296 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
300 "8 bit integer source does not match allocation type " + mType.mElement.mType);
304 if (mType.mElement.mType == Element.DataType.FLOAT_32) {
308 "32 bit float source does not match allocation type " + mType.mElement.mType);
312 if ((mType.mElement.mType == Element.DataType.RS_ELEMENT) ||
313 (mType.mElement.mType == Element.DataType.RS_TYPE) ||
314 (mType.mElement.mType == Element.DataType.RS_ALLOCATION) ||
315 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
316 (mType.mElement.mType == Element.DataType.RS_SCRIPT) ||
317 (mType.mElement.mType == Element.DataType.RS_MESH) ||
318 (mType.mElement.mType == Element.DataType.RS_PROGRAM_FRAGMENT) ||
319 (mType.mElement.mType == Element.DataType.RS_PROGRAM_VERTEX) ||
320 (mType.mElement.mType == Element.DataType.RS_PROGRAM_RASTER) ||
321 (mType.mElement.mType == Element.DataType.RS_PROGRAM_STORE)) {
325 "Object source does not match allocation type " + mType.mElement.mType);
681 int eSize = mType.mElement.getBytesSize();
702 if (component_number >= mType.mElement.mElements.length) {
710 int eSize = mType.mElement.mElements[component_number].getBytesSize();
711 eSize *= mType.mElement.mArraySizes[component_number];
762 int dataSize = mType.mElement.getBytesSize() * count;
775 int dataSize = mType.mElement.getBytesSize() * count;
788 int dataSize = mType.mElement.getBytesSize() * count;
801 int dataSize = mType.mElement.getBytesSize() * count;