Searched refs:validateGER (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 1274 … static void validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGER() method in ScriptIntrinsicBLAS 1513 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() 1701 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 689 static void validateGER(RS* mRS, const sp<const Element>& e, const sp<Allocation>& X, int incX, in validateGER() function 865 validateGER(mRS, Element::F32(mRS), X, incX, Y, incY, A); in SGER() 935 validateGER(mRS, Element::F64(mRS), X, incX, Y, incY, A); in DGER()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 1553 … static void validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation A) { in validateGER() method in ScriptIntrinsicBLAS 1822 validateGER(Element.F32(mRS), X, incX, Y, incY, A); in SGER() 2086 validateGER(Element.F64(mRS), X, incX, Y, incY, A); in DGER()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60838 Landroid/renderscript/ScriptIntrinsicBLAS;->validateGER(Landroid/renderscript/Element;Landroid/rend…
|