Searched refs:F32 (Results 1 - 12 of 12) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java386 public static Element F32(RenderScript rs) { method in class:Element
H A DElementThunker.java183 e = android.renderscript.Element.F32(rst.mN);
/frameworks/rs/cpp/
H A DElement.cpp91 CREATE_USER(F32, FLOAT_32);
143 CREATE_VECTOR(F32, FLOAT_32);
H A DScriptIntrinsics.cpp262 !(in->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
274 !(out->getType()->getElement()->isCompatible(Element::F32(mRS))) &&
344 !(e->isCompatible(Element::F32(rs))) &&
385 !(e->isCompatible(Element::F32(rs))) &&
H A DrsCppStructs.h206 sp<const Element> F32; member in struct:android::RSC::RS::__anon1463
728 static sp<const Element> F32(sp<RS> rs);
1596 * Applies the color matrix. Supported types are U8 and F32 with
1648 * Supported types U8 and F32 with vector lengths between 1 and
1680 * Supported types U8 and F32 with vector lengths between 1 and
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A DMathErr.java40 mAllocationSrc = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
41 mAllocationRes = Allocation.createSized(rs, Element.F32(rs), BUF_SIZE);
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp59 TEST_ELEM(ENAME, F32) \
71 TEST_ELEM_ALL(F32)
100 EXECUTE_TEST_ELEM_ALL(F32);
/frameworks/base/rs/java/android/renderscript/
H A DElement.java389 public static Element F32(RenderScript rs) { method in class:Element
H A DScriptIntrinsicColorMatrix.java37 * {@link Element#F32}, {@link Element#F32_2}, {@link
249 !ain.getElement().isCompatible(Element.F32(mRS)) &&
261 !aout.getElement().isCompatible(Element.F32(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32(rs)) &&
H A DScriptIntrinsicConvolve5x5.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
56 !e.isCompatible(Element.F32(rs)) &&
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java815 element = Element.F32(mRenderScript);

Completed in 173 milliseconds