Home
last modified time | relevance | path

Searched +defs:e +defs:Y (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp84 jint Y, in Java_android_cts_rscpp_RSBlurTest_blurTest()
96 sp<const Element> e; in Java_android_cts_rscpp_RSBlurTest_blurTest() local
123 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSConvolveTest_convolveTest()
137 sp<const Element> e = Element::A_8(rs); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local
171 jint Y, in Java_android_cts_rscpp_RSLUTTest_lutTest()
182 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSLUTTest_lutTest() local
211 jint Y, in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
225 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local
256 jint X, jint Y, jbyteArray inputByteArray, in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest()
269 sp<const Element> e = Element::RGBA_8888(rs); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local
[all …]
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java131 Element e = ref.getType().getElement(); in verifyMatrix() local
205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV()
1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV()
1529 …private boolean validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocatio… in validateSPMV()
1699 …private boolean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X… in validateTRMV()
2267 …private boolean validateTPMV(Element e, int Uplo, int TransA, int Diag, Allocation Ap, Allocation … in validateTPMV()
3386 …private boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation … in validateGER()
3545 …private boolean validateGERU(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation… in validateGERU()
4310 private boolean validateSYR(Element e, int Uplo, Allocation X, int incX, Allocation A) { in validateSYR()
4447 private boolean validateSPR(Element e, int Uplo, Allocation X, int incX, Allocation Ap) { in validateSPR()
[all …]