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

/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceTransform.java135 public Rational getElement(int column, int row) { method in class:ColorSpaceTransform
/frameworks/rs/
H A DrsType.h66 const Element * getElement() const {return mElement.get();} function in class:android::renderscript::Type
/frameworks/base/rs/java/android/renderscript/
H A DType.java81 public Element getElement() { method in class:Type
H A DScript.java391 public Element getElement() { method in class:Script.FieldBase
H A DAllocation.java260 public Element getElement() { method in class:Allocation
261 return mType.getElement();
282 return (int)Math.ceil(mType.getCount() * mType.getElement().getBytesSize() * 1.5);
284 return mType.getCount() * mType.getElement().getBytesSize();
334 mSize = mType.getCount() * mType.getElement().getBytesSize();
541 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
543 mType.getElement().mKind + ", type " +
544 mType.getElement().mType +
545 " of " + mType.getElement().getBytesSize() +
550 if ((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();
199 return (int)Math.ceil(mType.getCount() * mType.getElement().getBytesSize() * 1.5);
201 return mType.getCount() * mType.getElement().getBytesSize();
243 mSize = mType.getCount() * mType.getElement().getBytesSize();
404 if (mType.getElement().mKind != Element.DataKind.PIXEL_A) {
406 mType.getElement().mKind + ", type " +
407 mType.getElement().mType +
408 " of " + mType.getElement().getBytesSize() +
413 if ((mType.getElement()
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h1228 sp<const Element> getElement() const { function in class:android::RSC::Type
1368 sp<const Element> getElement() { function in class:android::RSC::Script::FieldBase

Completed in 9073 milliseconds