Searched refs:getID (Results 1 - 25 of 71) sorted by relevance

123

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java84 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
140 int id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
162 mRS.nScriptInvoke(getID(mRS), slot);
178 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
180 mRS.nScriptInvoke(getID(mRS), slot);
198 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
200 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
212 mRS.nScriptSetTimeZone(getID(mRS), timeZone.getBytes("UTF-8"));
239 in_id = ain.getID(mR
[all...]
H A DScriptIntrinsicYuvToRGB.java51 int id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
H A DScriptGroup.java110 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
130 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a));
143 mRS.nScriptGroupExecute(getID(mRS));
428 kernels[idx++] = kid.getID(mRS);
462 src[ct] = cl.mFrom.getID(mRS);
464 dstk[ct] = cl.mToK.getID(mRS);
467 dstf[ct] = cl.mToF.getID(mRS);
469 types[ct] = cl.mAllocationType.getID(mR
[all...]
H A DAllocation.java164 return mAdaptedAllocation.getID(mRS);
166 return getID(mRS);
353 mRS.nAllocationIoSend(getID(mRS));
375 mRS.nAllocationIoReceive(getID(mRS));
392 i[ct] = d[ct].getID(mRS);
617 mRS.nAllocationCopyFromBitmap(getID(mRS), b);
715 mRS.nAllocationGenerateMipmaps(getID(mRS));
839 count, 1, data.getID(mRS), dataOff, 0,
967 w, h, data.getID(mRS), dataXoff, dataYoff,
1122 w, h, d, data.getID(mR
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScript.java57 long id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
95 long id = mRS.nScriptFieldIDCreate(getID(mRS), slot);
111 mRS.nScriptInvoke(getID(mRS), slot);
120 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
122 mRS.nScriptInvoke(getID(mRS), slot);
140 in_id = ain.getID(mRS);
144 out_id = aout.getID(mRS);
150 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params);
172 in_id = ain.getID(mRS);
176 out_id = aout.getID(mR
[all...]
H A DProgramFragment.java71 tmp[idx++] = mInputs[i].getID(mRS);
75 tmp[idx++] = mOutputs[i].getID(mRS);
79 tmp[idx++] = mConstants[i].getID(mRS);
H A DProgramVertex.java131 tmp[idx++] = mInputs[i].getID(mRS);
135 tmp[idx++] = mOutputs[i].getID(mRS);
139 tmp[idx++] = mConstants[i].getID(mRS);
H A DScriptIntrinsicYuvToRGB.java46 long id = rs.nScriptIntrinsicCreate(6, e.getID(rs));
H A DProgram.java150 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) {
153 long id = a != null ? a.getID(mRS) : 0;
154 mRS.nProgramBindConstants(getID(mRS), slot, id);
175 long id = va != null ? va.getID(mRS) : 0;
176 mRS.nProgramBindTexture(getID(mRS), slot, id);
195 long id = vs != null ? vs.getID(mRS) : 0;
196 mRS.nProgramBindSampler(getID(mRS), slot, id);
H A DBaseObj.java51 long getID(RenderScript rs) { method in class:BaseObj
158 mName = mRS.nGetName(getID(mRS));
H A DScriptGroup.java108 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
128 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a));
141 mRS.nScriptGroupExecute(getID(mRS));
402 kernels[idx++] = kid.getID(mRS);
436 src[ct] = cl.mFrom.getID(mRS);
438 dstk[ct] = cl.mToK.getID(mRS);
441 dstf[ct] = cl.mToF.getID(mRS);
443 types[ct] = cl.mAllocationType.getID(mR
[all...]
H A DType.java196 mRS.nTypeGetNativeData(getID(mRS), dataBuffer);
227 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0);
251 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0);
277 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0);
408 long id = mRS.nTypeCreate(mElement.getID(mRS),
H A DAllocation.java247 return mAdaptedAllocation.getID(mRS);
249 return getID(mRS);
422 long typeID = mRS.nAllocationGetType(getID(mRS));
484 mRS.nAllocationIoSend(getID(mRS));
500 mRS.nAllocationIoReceive(getID(mRS));
521 i[ct * 4] = d[ct].getID(mRS);
527 i[ct] = (int)d[ct].getID(mRS);
749 mRS.nAllocationCopyFromBitmap(getID(mRS), b);
849 mRS.nAllocationGenerateMipmaps(getID(mRS));
1008 count, 1, data.getID(mR
[all...]
H A DFileA3D.java173 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS));
182 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names);
185 mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i]));
H A DProgramFragmentFixedFunction.java58 tmp[idx++] = mInputs[i].getID(mRS);
62 tmp[idx++] = mOutputs[i].getID(mRS);
66 tmp[idx++] = mConstants[i].getID(mRS);
H A DPath.java67 long id = rs.nPathCreate(p.mID, false, vtx.getID(rs), 0, quality);
H A DScriptIntrinsic3DLUT.java47 long id = rs.nScriptIntrinsicCreate(8, e.getID(rs));
H A DScriptIntrinsicBlur.java48 long id = rs.nScriptIntrinsicCreate(5, e.getID(rs));
/frameworks/rs/cpp/
H A DScript.cpp26 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
36 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0));
45 tryDispatch(mRS, RS::dispatch->ScriptBindAllocation(mRS->getContext(), getID(), BaseObj::getObjID(va), slot));
50 tryDispatch(mRS, RS::dispatch->ScriptSetVarObj(mRS->getContext(), getID(), index, (o == NULL) ? 0 : o->getID()));
54 tryDispatch(mRS, RS::dispatch->ScriptSetVarV(mRS->getContext(), getID(), index, v, len));
H A DBaseObj.cpp23 void * BaseObj::getID() const { function in class:BaseObj
31 return o == NULL ? NULL : o->getID();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSetTimeZonePermissionsTest.java37 mCurrentZone = TimeZone.getDefault().getID();
64 String newZone = TimeZone.getDefault().getID();
/frameworks/base/core/tests/coretests/src/android/util/
H A DTimeUtilsTest.java45 assertEquals(name, guess.getID());
49 assertEquals(name, guess.getID());
66 assertEquals(name, guess.getID());
82 assertEquals(name, guess.getID());
396 assertEquals(name, guess.getID());
400 assertEquals(name, guess.getID());
420 assertEquals(name, guess.getID());
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false);
108 llvm::Twine(getID()));
116 llvm::Twine(getID()) + llvm::Twine(": ") +
129 llvm::Twine(getID()) +
140 llvm::Twine(getID()) +
/frameworks/base/core/java/android/gesture/
H A DInstance.java77 instance = new Instance(gesture.getID(), pts, label);
81 instance = new Instance(gesture.getID(), pts, label);
/frameworks/av/media/libstagefright/include/
H A DID3.h53 void getID(String8 *id) const;

Completed in 979 milliseconds

123