Searched refs:F32_3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve5x5.java35 * Element#F32_3}, and {@link Element#F32_4}
58 !e.isCompatible(Element.F32_3(rs)) &&
H A DScriptIntrinsicConvolve3x3.java35 * Element#F32_3}, and {@link Element#F32_4}
58 !e.isCompatible(Element.F32_3(rs)) &&
H A DScriptIntrinsicColorMatrix.java38 * Element#F32_3}, and {@link Element#F32_4}.
251 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
263 !aout.getElement().isCompatible(Element.F32_3(mRS)) &&
H A DProgramVertexFixedFunction.java183 b.add(Element.F32_3(mRS), "normal");
H A DMesh.java797 b.add(Element.F32_3(mRS), "normal");
H A DElement.java530 public static Element F32_3(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
H A DUT_element.java74 simpleElem = Element.F32_3(RS);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
H A DUT_element.java77 simpleElem = Element.F32_3(RS);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp264 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) &&
276 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) &&
346 !(e->isCompatible(Element::F32_3(rs))) &&
387 !(e->isCompatible(Element::F32_3(rs))) &&
H A DrsCppStructs.h208 sp<const Element> F32_3; member in struct:android::RSC::RS::__anon1463
813 static sp<const Element> F32_3(sp<RS> rs);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java313 b.add(Element.F32_3(rs), "normal");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java485 public static Element F32_3(RenderScript rs) { method in class:Element

Completed in 1171 milliseconds