Searched defs:getElement (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/
H A DrsType.h64 const Element * getElement() const {return mElement.get();} function in class:android::renderscript::Type
/frameworks/base/graphics/java/android/renderscript/
H A DType.java87 public Element getElement() { method in class:Type
H A DScript.java327 public Element getElement() { method in class:Script.FieldBase
H A DAllocation.java206 public Element getElement() { method in class:Allocation
207 return mType.getElement();
227 return mType.getCount() * mType.getElement().getBytesSize();
277 mSize = mType.getCount() * mType.getElement().getBytesSize();
466 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
468 mType.getElement().mKind + ", type " +
469 mType.getElement().mType +
470 " of " + mType.getElement().getBytesSize() +
475 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
476 (mType.getElement()
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java55 public Element getElement() { method in class:AllocationThunker
56 return getType().getElement();
H A DType.java83 public Element getElement() { method in class:Type
H A DScript.java449 public Element getElement() { method in class:Script.FieldBase
H A DAllocation.java177 public Element getElement() { method in class:Allocation
178 return mType.getElement();
198 return mType.getCount() * mType.getElement().getBytesSize();
240 mSize = mType.getCount() * mType.getElement().getBytesSize();
401 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
403 mType.getElement().mKind + ", type " +
404 mType.getElement().mType +
405 " of " + mType.getElement().getBytesSize() +
410 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
411 (mType.getElement()
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h1215 sp<const Element> getElement() const { function in class:android::RSC::Type
1355 sp<const Element> getElement() { function in class:android::RSC::Script::FieldBase

Completed in 108 milliseconds