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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java437 public static Element F32(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java394 public static Element F32(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DrsCppStructs.h485 sp<const Element> F32; member in struct:android::RSC::RS::__anon1619
1067 static sp<const Element> F32(sp<RS> rs);
1842 * @param A The input allocation contains matrix A, supported elements type: {Element#F32}.
1843 * @param X The input allocation contains vector x, supported elements type: {Element#F32}.
1846 * @param Y The input allocation contains vector y, supported elements type: {Element#F32}.
1927 * @param A The input allocation contains the band matrix A, supported elements type: {Element#F32}.
1928 * @param X The input allocation contains vector x, supported elements type: {Element#F32}.
1931 * @param Y The input allocation contains vector y, supported elements type: {Element#F32}.
2031 * @param A The input allocation contains matrix A, supported elements type: {Element#F32}.
2032 * @param X The input allocation contains vector x, supported elements type: {Element#F32}
[all...]

Completed in 3742 milliseconds