Searched refs:Offset (Results 1 – 4 of 4) sorted by relevance
186 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_Normal() local187 int Count = AC.RN.nextInt(AC.Width - Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()188 Soob.set_dstXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()189 Soob.set_srcXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_Normal()204 if (Offset <= i && i < Offset + Count) { in testDebugContextRsAllocationCopy1D_Byte_Normal()283 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD() local284 int Count = AC.RN.nextInt(AC.Width - Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()285 Soob.set_dstXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()286 Soob.set_srcXOff(Offset); in testDebugContextRsAllocationCopy1D_Byte_BadSrcLOD()307 int Offset = AC.RN.nextInt(AC.Width); in testDebugContextRsAllocationCopy1D_Byte_BadDstLOD() local[all …]
35 class Offset(val dx: Float, val dy: Float) { class37 return this === other || (other as? Offset)?.let { in equals()
235 // Offset of the dex file in the vdex file.244 // Offset of dex sections that will have different runtime madvise states.