Searched refs:validateRestriction (Results 1 – 1 of 1) sorted by relevance
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/java/com/google/android/renderscript/ |
D | Toolkit.kt | 92 validateRestriction("blend", sizeX, sizeY, restriction) in blend() 140 validateRestriction("blend", sourceBitmap.width, sourceBitmap.height, restriction) in blend() 194 validateRestriction("blur", sizeX, sizeY, restriction) in blur() 234 validateRestriction("blur", inputBitmap.width, inputBitmap.height, restriction) in blur() 366 validateRestriction("colorMatrix", sizeX, sizeY, restriction) in colorMatrix() 412 validateRestriction("colorMatrix", inputBitmap.width, inputBitmap.height, restriction) in colorMatrix() 480 validateRestriction("convolve", sizeX, sizeY, restriction) in convolve() 530 validateRestriction("convolve", inputBitmap, restriction) in convolve() 580 validateRestriction("histogram", sizeX, sizeY, restriction) in histogram() 625 validateRestriction("histogram", inputBitmap, restriction) in histogram() [all …]
|