Searched defs:F32_2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DElement.java679 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DElement.java486 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h486 sp<const Element> F32_2; member in struct:android::RSC::RS::__anon1962
1165 static sp<const Element> F32_2(const sp<RS> &rs);
1880 * @param A The input allocation contains matrix A, supported elements type: {Element#F32_2}.
1881 * @param X The input allocation contains vector x, supported elements type: {Element#F32_2}.
1884 * @param Y The input allocation contains vector y, supported elements type: {Element#F32_2}.
1983 * @param A The input allocation contains the band matrix A, supported elements type: {Element#F32_2}.
1984 * @param X The input allocation contains vector x, supported elements type: {Element#F32_2}.
1987 * @param Y The input allocation contains vector y, supported elements type: {Element#F32_2}.
2063 * @param A The input allocation contains matrix A, supported elements type: {Element#F32_2}.
2064 * @param X The input allocation contains vector x, supported elements type: {Element#F32_2}
[all...]

Completed in 493 milliseconds