Home
last modified time | relevance | path

Searched refs:getID (Results 1 – 25 of 43) sorted by relevance

12

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java328 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGEMV()
350 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGEMV()
429 …riptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in SGBMV()
464 …riptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS… in DGBMV()
1518 …nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mRS), … in SGER()
1579 …ScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_ssyr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, X.getID(mRS… in SSYR2()
1706 …nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mRS), … in DGER()
1767 …ScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dsyr2, 0, 0, 0, Uplo, 0, 0, N, 0, alpha, X.getID(mRS… in DSYR2()
3247 … A.getID(mRS), B.getID(mRS), beta, 0, C.getID(mRS), 0, 0, 0, 0); in CHER2K()
3274 A.getID(mRS), B.getID(mRS), beta, 0, C.getID(mRS), 0, 0, 0, 0); in ZHER2K()
[all …]
H A DScript.java156 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
167 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
199 in_ids[0] = ain.getID(mRS); in forEach()
204 out_id = aout.getID(mRS); in forEach()
269 out_id = aout.getID(mRS); in forEach()
314 long out_id = aout.getID(mRS); in reduce()
373 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation()
384 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar()
395 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar()
443 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS)); in setVar()
[all …]
H A DProgram.java157 a.getType().getID(mRS) != mConstants[slot].getID(mRS)) { in bindConstants()
160 long id = a != null ? a.getID(mRS) : 0; in bindConstants()
161 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants()
182 long id = va != null ? va.getID(mRS) : 0; in bindTexture()
183 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture()
202 long id = vs != null ? vs.getID(mRS) : 0; in bindSampler()
203 mRS.nProgramBindSampler(getID(mRS), slot, id); in bindSampler()
H A DScriptGroup.java146 fieldIDs[i] = fieldID.getID(rs); in Closure()
152 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs), in Closure()
181 fieldIDs[i] = fieldID.getID(rs); in Closure()
300 mRS.nClosureSetGlobal(getID(mRS), fieldID.getID(mRS), vs.value, vs.size); in setGlobal()
463 mRS.nScriptGroup2Execute(getID(mRS)); in execute()
492 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
514 mRS.nScriptGroupSetOutput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setOutput()
530 mRS.nScriptGroupExecute(getID(mRS)); in execute()
828 src[ct] = cl.mFrom.getID(mRS); in create()
830 dstk[ct] = cl.mToK.getID(mRS); in create()
[all …]
H A DProgramFragment.java76 tmp[idx++] = mInputs[i].getID(mRS); in create()
80 tmp[idx++] = mOutputs[i].getID(mRS); in create()
84 tmp[idx++] = mConstants[i].getID(mRS); in create()
H A DAllocation.java265 return mAdaptedAllocation.getID(mRS); in getIDSafe()
267 return getID(mRS); in getIDSafe()
578 mRS.nAllocationIoSend(getID(mRS)); in ioSend()
621 i[ct * 4] = d[ct].getID(mRS); in copyFrom()
627 i[ct] = (int) d[ct].getID(mRS); in copyFrom()
1138 mRS.nAllocationGenerateMipmaps(getID(mRS)); in generateMipmaps()
2083 mRS.nAllocationResize1D(getID(mRS), dimX); in resize()
2672 if (type.getID(rs) == 0) { in createTyped()
2894 if (t.getID(rs) == 0) { in createAllocations()
2933 if (alloc.getID(rs) == 0) { in createFromAllocation()
[all …]
H A DProgramVertex.java136 tmp[idx++] = mInputs[i].getID(mRS); in create()
140 tmp[idx++] = mOutputs[i].getID(mRS); in create()
144 tmp[idx++] = mConstants[i].getID(mRS); in create()
H A DType.java242 mRS.nTypeGetNativeData(getID(mRS), dataBuffer); in updateFromNative()
273 long id = rs.nTypeCreate(e.getID(rs), dimX, 0, 0, false, false, 0); in createX()
297 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, 0, false, false, 0); in createXY()
323 long id = rs.nTypeCreate(e.getID(rs), dimX, dimY, dimZ, false, false, 0); in createXYZ()
482 long id = mRS.nTypeCreate(mElement.getID(mRS), in create()
H A DMesh.java160 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); in updateFromNative()
161 int idxCount = mRS.nMeshGetIndexCount(getID(mRS)); in updateFromNative()
167 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); in updateFromNative()
168 mRS.nMeshGetIndices(getID(mRS), idxIDs, primitives, idxCount); in updateFromNative()
379 vtx[ct] = alloc.getID(mRS); in create()
393 long allocID = (alloc == null) ? 0 : alloc.getID(mRS); in create()
537 vtx[ct] = entry.a.getID(mRS); in create()
542 long allocID = (entry.a == null) ? 0 : entry.a.getID(mRS); in create()
H A DFileA3D.java182 int numFileEntries = mRS.nFileA3DGetNumIndexEntries(getID(mRS)); in initEntries()
191 mRS.nFileA3DGetIndexEntries(getID(mRS), numFileEntries, ids, names); in initEntries()
194 … mFileEntries[i] = new IndexEntry(mRS, i, getID(mRS), names[i], EntryType.toEntryType(ids[i])); in initEntries()
H A DProgramFragmentFixedFunction.java61 tmp[idx++] = mInputs[i].getID(mRS); in create()
65 tmp[idx++] = mOutputs[i].getID(mRS); in create()
69 tmp[idx++] = mConstants[i].getID(mRS); in create()
H A DBaseObj.java59 long getID(RenderScript rs) { in getID() method in BaseObj
175 mName = mRS.nGetName(getID(mRS)); in updateFromNative()
H A DProgramVertexFixedFunction.java88 tmp[idx++] = mInputs[i].getID(mRS); in create()
92 tmp[idx++] = mOutputs[i].getID(mRS); in create()
96 tmp[idx++] = mConstants[i].getID(mRS); in create()
H A DAllocationAdapter.java93 mRS.nAllocationAdapterOffset(getID(mRS), mSelectedX, mSelectedY, mSelectedZ, in updateOffsets()
303 long id = rs.nAllocationAdapterCreate(a.getID(rs), t.getID(rs)); in createTyped()
H A DScriptIntrinsicYuvToRGB.java51 long id = rs.nScriptIntrinsicCreate(6, e.getID(rs)); in create()
H A DScriptIntrinsic3DLUT.java51 long id = rs.nScriptIntrinsicCreate(8, e.getID(rs)); in create()
H A DScriptIntrinsicBlur.java52 long id = rs.nScriptIntrinsicCreate(5, e.getID(rs)); in create()
H A DScriptIntrinsicConvolve3x3.java65 long id = rs.nScriptIntrinsicCreate(1, e.getID(rs)); in create()
H A DScriptIntrinsicConvolve5x5.java67 long id = rs.nScriptIntrinsicCreate(4, e.getID(rs)); in create()
H A DScriptIntrinsicLUT.java59 long id = rs.nScriptIntrinsicCreate(3, e.getID(rs)); in create()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DSetTimeZonePermissionsTest.java38 mCurrentZone = TimeZone.getDefault().getID(); in setUp()
65 String newZone = TimeZone.getDefault().getID(); in testSetTimeZonePermissions()
/aosp14/frameworks/base/core/java/android/timezone/
H A DCountryTimeZones.java132 && mTimeZone.getID().equals(that.mTimeZone.getID()); in equals()
143 + "mTimeZone(ID)=" + mTimeZone.getID() in toString()
/aosp14/frameworks/base/core/java/android/gesture/
H A DInstance.java77 instance = new Instance(gesture.getID(), pts, label); in createInstance()
81 instance = new Instance(gesture.getID(), pts, label); in createInstance()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java165 map.put(KEY_ID, tz.getID()); in createDisplayEntry()
243 String canonicalZoneId = android.icu.util.TimeZone.getCanonicalID(tz.getID()); in getTimeZoneDisplayName()
245 canonicalZoneId = tz.getID(); in getTimeZoneDisplayName()
272 final String id = timeZone.getID(); in getCanonicalZoneId()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DTimeZonePerfTest.java54 String defaultId = TimeZone.getDefault().getID(); in timeTimeZone_getTimeZone_default()

12