Searched refs:F32_2 (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve5x5.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
57 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicConvolve3x3.java34 * {@link Element#F32}, {@link Element#F32_2}, {@link
57 !e.isCompatible(Element.F32_2(rs)) &&
H A DScriptIntrinsicColorMatrix.java37 * {@link Element#F32}, {@link Element#F32_2}, {@link
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
262 !aout.getElement().isCompatible(Element.F32_2(mRS)) &&
H A DProgramVertexFixedFunction.java184 b.add(Element.F32_2(mRS), "texture0");
H A DMesh.java794 b.add(Element.F32_2(mRS), "texture0");
H A DElement.java523 public static Element F32_2(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java34 Allocation a1 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
35 Allocation a2 = Allocation.createSized(rs, Element.F32_2(rs), 1024);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java114 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp263 !(in->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
275 !(out->getType()->getElement()->isCompatible(Element::F32_2(mRS))) &&
345 !(e->isCompatible(Element::F32_2(rs))) &&
386 !(e->isCompatible(Element::F32_2(rs))) &&
H A DrsCppStructs.h207 sp<const Element> F32_2; member in struct:android::RSC::RS::__anon1463
807 static sp<const Element> F32_2(sp<RS> rs);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java312 b.add(Element.F32_2(rs), "texture0");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java478 public static Element F32_2(RenderScript rs) { method in class:Element

Completed in 536 milliseconds