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

/frameworks/rs/cpp/
H A DScript.h75 sp<const Element> getElement() { function in class:android::renderscriptCpp::Script::FieldBase
H A DType.h44 sp<const Element> getElement() const { function in class:android::renderscriptCpp::Type
/frameworks/rs/
H A DrsType.h64 const Element * getElement() const {return mElement.get();} function in class:android::renderscript::Type
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DType.java72 public Element getElement() { method in class:Type
H A DScript.java305 public Element getElement() { method in class:Script.FieldBase
H A DAllocation.java158 public Element getElement() { method in class:Allocation
159 return mType.getElement();
180 return mType.getCount() * mType.getElement().getBytesSize();
308 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
310 mType.getElement().mKind + ", type " +
311 mType.getElement().mType +
312 " of " + mType.getElement().getBytesSize() +
317 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
318 (mType.getElement().getBytesSize() != 4)) {
320 mType.getElement()
[all...]
/frameworks/support/renderscript/v8/rs_support/
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 DScript.java305 public Element getElement() { method in class:Script.FieldBase
H A DType.java78 public Element getElement() { method in class:Type
H A DAllocation.java198 public Element getElement() { method in class:Allocation
199 return mType.getElement();
220 return mType.getCount() * mType.getElement().getBytesSize();
416 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
418 mType.getElement().mKind + ", type " +
419 mType.getElement().mType +
420 " of " + mType.getElement().getBytesSize() +
425 if ((mType.getElement().mKind != Element.DataKind.PIXEL_RGBA) ||
426 (mType.getElement().getBytesSize() != 4)) {
428 mType.getElement()
[all...]

Completed in 160 milliseconds