Searched defs:createSameSized (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
H A D | BufferUtils.kt | 182 fun createSameSized() = Vector2dArray(UByteArray(values.size), vectorSize, sizeX, sizeY) in plus() method 230 fun createSameSized() = FloatVector2dArray(FloatArray(values.size), vectorSize, sizeX, sizeY) in indexOfVector() method
|
/aosp_15_r20/frameworks/rs/toolkit/test/ |
H A D | BufferUtils.kt | 182 fun createSameSized() = Vector2dArray(UByteArray(values.size), vectorSize, sizeX, sizeY) in plus() method in com.example.testapp.Vector2dArray 230 fun createSameSized() = FloatVector2dArray(FloatArray(values.size), vectorSize, sizeX, sizeY) in indexOfVector() method in com.example.testapp.FloatVector2dArray
|