Home
last modified time | relevance | path

Searched refs:crossProduct (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java181 crossProduct(event.values, Z_AXIS, mCrossProd); in onSensorChanged()
203 public static void crossProduct(float[] left, float[] right, float[] out) { in crossProduct() method in GLArrowSensorTestRenderer
/cts/tests/tests/graphics/src/android/graphics/cts/
DUtils.java120 static Object[] crossProduct(Object[] a, Object[] b) { in crossProduct() method in Utils
DAImageDecoderTest.java98 return Utils.crossProduct(getAssetRecords(), new Object[] { true, false }); in getAssetRecordsUnpremul()
102 return Utils.crossProduct(getRecords(), new Object[] { true, false }); in getRecordsUnpremul()
107 return Utils.crossProduct(getAssetRecords(), new Object[] { 2, 3, 4, 8, 16 }); in getAssetRecordsSample()
111 return Utils.crossProduct(getRecords(), new Object[] { 2, 3, 4, 8, 16 }); in getRecordsSample()
624 return Utils.crossProduct(getExifImages(), new Object[] { 2, 3, 4, 8, 16 });
983 return Utils.crossProduct(rgbColorSpaces(), Bitmap.CompressFormat.values());
DBitmapTest.java2415 return Utils.crossProduct(Config.values(), getRgbColorSpaces().toArray(new Object[0])); in parametersForTestAsShared()
2743 return crossProduct(formats, colorSpaces, configs); in parametersForNdkCompress()
2746 private static Object[] crossProduct(Object[] a, Object[] b, Object[] c) { in crossProduct() method
DImageDecoderTest.java2591 return Utils.crossProduct(getRecords(), mCreators); in getRecordsAsSources()
2625 return Utils.crossProduct(getRecords(), mUriCreators); in getRecordsAsUris()
DBitmapColorSpaceTest.java1042 return Utils.crossProduct(Bitmap.CompressFormat.values(), in compressFormatsAndColorSpaces()