Searched refs:mElement (Results 1 - 22 of 22) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DType.java62 Element mElement; field in class:Type
84 return mElement;
207 Element mElement; field in class:Type.Builder
218 mElement = e;
317 t = TypeThunker.create(rst, mElement, mDimX, mDimY, mDimZ,
320 int id = mRS.nTypeCreate(mElement.getID(mRS),
324 t.mElement = mElement;
H A DScriptIntrinsic3DLUT.java32 private Element mElement; field in class:ScriptIntrinsic3DLUT
36 mElement = e;
79 if (!t.getElement().isCompatible(mElement)) {
H A DAllocation.java267 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
268 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
272 "32 bit integer source does not match allocation type " + mType.mElement.mType);
276 if ((mType.mElement.mType == Element.DataType.SIGNED_16) ||
277 (mType.mElement.mType == Element.DataType.UNSIGNED_16)) {
281 "16 bit integer source does not match allocation type " + mType.mElement.mType);
285 if ((mType.mElement.mType == Element.DataType.SIGNED_8) ||
286 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) {
290 "8 bit integer source does not match allocation type " + mType.mElement.mType);
294 if (mType.mElement
[all...]
H A DScript.java435 protected Element mElement; field in class:Script.FieldBase
439 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
450 return mElement;
H A DTypeThunker.java47 mElement = new ElementThunker(rs, t.getElement());
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java29 private Element mElement; field in class:ScriptIntrinsic3DLUT
33 mElement = e;
70 if (!t.getElement().isCompatible(mElement)) {
H A DType.java54 Element mElement; field in class:Type
82 return mElement;
194 // mDimLOD; mDimFaces; mElement;
206 mElement = new Element(elementID, mRS);
207 mElement.updateFromNative();
229 t.mElement = e;
253 t.mElement = e;
279 t.mElement = e;
300 Element mElement; field in class:Type.Builder
311 mElement
[all...]
H A DAllocation.java93 return mType.mElement.mType;
101 return mType.mElement.mType;
109 return mType.mElement.mType;
117 return mType.mElement.mType;
351 if ((mType.mElement.mType == Element.DataType.SIGNED_64) ||
352 (mType.mElement.mType == Element.DataType.UNSIGNED_64)) {
356 "64 bit integer source does not match allocation type " + mType.mElement.mType);
360 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
361 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
365 "32 bit integer source does not match allocation type " + mType.mElement
[all...]
H A DScript.java377 protected Element mElement; field in class:Script.FieldBase
381 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
385 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
392 return mElement;
H A DMesh.java554 Element mElement; field in class:Mesh.TriangleMeshBuilder
799 mElement = b.create();
807 smb.addVertexType(mElement, mMaxIndex);
/frameworks/rs/cpp/
H A DType.cpp75 mElement = NULL;
81 // mDimLOD; mDimFaces; mElement;
95 mElement = new Element(elementID, mRS);
96 mElement.updateFromNative();
106 t->mElement = e;
120 mElement = e;
150 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
203 void * id = RS::dispatch->TypeCreate(mRS->getContext(), mElement->getID(), mDimX, mDimY, mDimZ,
206 t->mElement = mElement;
[all...]
H A DScriptIntrinsics.cpp28 mElement = e;
48 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
49 aout->getType()->getElement()->isCompatible(mElement) == false) {
57 if (!t->getElement()->isCompatible(mElement)) {
82 if (in->getType()->getElement()->isCompatible(mElement) == false ||
83 out->getType()->getElement()->isCompatible(mElement) == false) {
90 if (in->getType()->getElement()->isCompatible(mElement) == false ||
91 out->getType()->getElement()->isCompatible(mElement) == false) {
98 if (in->getType()->getElement()->isCompatible(mElement) == false ||
99 out->getType()->getElement()->isCompatible(mElement)
[all...]
H A DScript.cpp58 mAllocation = Allocation::createSized(rs, mElement, dimx, RS_ALLOCATION_USAGE_SCRIPT | usages);
H A DrsCppStructs.h1207 sp<const Element> mElement; member in class:android::RSC::Type
1229 return mElement;
1285 return mElementCount * mElement->getSizeBytes();
1308 sp<const Element> mElement; member in class:android::RSC::Type::Builder
1362 sp<const Element> mElement; member in class:android::RSC::Script::FieldBase
1369 return mElement;
1402 sp<const Element> mElement; member in class:android::RSC::ScriptIntrinsic
/frameworks/rs/
H A DrsType.h64 size_t getElementSizeBytes() const {return mElement->getSizeBytes();}
65 size_t getPackedSizeBytes() const {return mCellCount * mElement->getSizeBytes();}
66 const Element * getElement() const {return mElement.get();}
128 ObjectBaseRef<const Element> mElement;
H A DrsScriptIntrinsic.h31 ObjectBaseRef<const Element> mElement; member in class:android::renderscript::ScriptIntrinsic
H A DrsType.cpp61 mElement.clear();
145 mHal.state.element = mElement.get();
158 mElement->dumpLOGV(buf);
166 mElement->serialize(rsc, stream);
259 nt->mElement.set(e);
275 return getTypeRef(rsc, mElement.get(), dimX,
282 return getTypeRef(rsc, mElement.get(), dimX, dimY,
343 // mHal.state.lodCount; mHal.state.faces; mElement; into typeData
H A DrsScriptIntrinsic.cpp36 mElement.set(e);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h72 ObjectBaseRef<const Element> mElement; member in class:android::renderscript::RsdCpuScriptIntrinsic
H A DrsCpuIntrinsic.cpp28 mElement.set(e);
H A DrsCpuIntrinsicResize.cpp47 ObjectBaseRef<const Element> mElement; member in class:android::renderscript::RsdCpuScriptIntrinsicResize
H A DrsCpuIntrinsicConvolve3x3.cpp43 ObjectBaseRef<const Element> mElement; member in class:android::renderscript::RsdCpuScriptIntrinsicConvolve3x3

Completed in 237 milliseconds