Searched refs:ein (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/ |
D | rsElement.h | 122 const Element **ein, 126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
|
D | rsElement.cpp | 253 ObjectBaseRef<const Element> Element::createRef(Context *rsc, size_t count, const Element **ein, in createRef() argument 275 if ((ee->mFields[i].e.get() != ein[i]) || in createRef() 308 e->mFields[ct].e.set(ein[ct]); in createRef() 388 const RsElement * ein, in rsi_ElementCreate2() argument 397 return (RsElement)Element::create(rsc, ein_length, (const Element **)ein, in rsi_ElementCreate2()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptCThunker.java | 43 int slot, int sig, Element ein, Element eout) { in thunkCreateKernelID() argument 47 if (ein != null) { in thunkCreateKernelID() 48 nein = ((ElementThunker)ein).mN; in thunkCreateKernelID()
|
D | Element.java | 1015 Element[] ein = new Element[mCount]; in create() local 1018 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount); in create() 1022 int[] ids = new int[ein.length]; in create() 1023 for (int ct = 0; ct < ein.length; ct++ ) { in create() 1024 ids[ct] = ein[ct].getID(mRS); in create() 1028 return new Element(id, mRS, ein, sin, asin); in create()
|
D | Script.java | 66 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) { in createKernelID() argument 77 k.mN = mT.thunkCreateKernelID(slot, sig, ein, eout); in createKernelID()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 161 Key_t computeKey(const Element *ein, const Element *eout); 174 const Element *ein, const Element *eout) { in computeKey() argument 183 if (ein->getType() == RS_TYPE_FLOAT_32) { in computeKey() 235 switch (ein->getVectorSize()) { in computeKey() 849 const Element *ein = ain->mHal.state.type->getElement(); in preLaunch() local 852 if (ein->getType() == eout->getType()) { in preLaunch()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Element.java | 1084 Element[] ein = new Element[mCount]; in create() local 1087 java.lang.System.arraycopy(mElements, 0, ein, 0, mCount); in create() 1091 int[] ids = new int[ein.length]; in create() 1092 for (int ct = 0; ct < ein.length; ct++ ) { in create() 1093 ids[ct] = ein[ct].getID(mRS); in create() 1096 return new Element(id, mRS, ein, sin, asin); in create()
|
D | Script.java | 51 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) { in createKernelID() argument
|