/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 328 …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 D | Script.java | 156 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 D | Program.java | 157 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 D | ScriptGroup.java | 146 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 D | ProgramFragment.java | 76 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 D | Allocation.java | 265 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 D | ProgramVertex.java | 136 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 D | Type.java | 242 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 D | Mesh.java | 160 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 D | FileA3D.java | 182 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 D | ProgramFragmentFixedFunction.java | 61 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 D | BaseObj.java | 59 long getID(RenderScript rs) { in getID() method in BaseObj 175 mName = mRS.nGetName(getID(mRS)); in updateFromNative()
|
H A D | ProgramVertexFixedFunction.java | 88 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 D | AllocationAdapter.java | 93 mRS.nAllocationAdapterOffset(getID(mRS), mSelectedX, mSelectedY, mSelectedZ, in updateOffsets() 303 long id = rs.nAllocationAdapterCreate(a.getID(rs), t.getID(rs)); in createTyped()
|
H A D | ScriptIntrinsicYuvToRGB.java | 51 long id = rs.nScriptIntrinsicCreate(6, e.getID(rs)); in create()
|
H A D | ScriptIntrinsic3DLUT.java | 51 long id = rs.nScriptIntrinsicCreate(8, e.getID(rs)); in create()
|
H A D | ScriptIntrinsicBlur.java | 52 long id = rs.nScriptIntrinsicCreate(5, e.getID(rs)); in create()
|
H A D | ScriptIntrinsicConvolve3x3.java | 65 long id = rs.nScriptIntrinsicCreate(1, e.getID(rs)); in create()
|
H A D | ScriptIntrinsicConvolve5x5.java | 67 long id = rs.nScriptIntrinsicCreate(4, e.getID(rs)); in create()
|
H A D | ScriptIntrinsicLUT.java | 59 long id = rs.nScriptIntrinsicCreate(3, e.getID(rs)); in create()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | SetTimeZonePermissionsTest.java | 38 mCurrentZone = TimeZone.getDefault().getID(); in setUp() 65 String newZone = TimeZone.getDefault().getID(); in testSetTimeZonePermissions()
|
/aosp14/frameworks/base/core/java/android/timezone/ |
H A D | CountryTimeZones.java | 132 && mTimeZone.getID().equals(that.mTimeZone.getID()); in equals() 143 + "mTimeZone(ID)=" + mTimeZone.getID() in toString()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | Instance.java | 77 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 D | ZoneGetter.java | 165 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 D | TimeZonePerfTest.java | 54 String defaultId = TimeZone.getDefault().getID(); in timeTimeZone_getTimeZone_default()
|