Searched refs:F32_4 (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicConvolve5x5.java35 * Element#F32_3}, and {@link Element#F32_4}
59 !e.isCompatible(Element.F32_4(rs))) {
H A DScriptIntrinsicResize.java33 * Element#F32_3}, {@link Element#F32_4}
61 !e.isCompatible(Element.F32_4(mRS))) {
H A DScriptIntrinsicConvolve3x3.java35 * Element#F32_3}, and {@link Element#F32_4}
59 !e.isCompatible(Element.F32_4(rs))) {
H A DProgramVertexFixedFunction.java181 b.add(Element.F32_4(mRS), "position");
182 b.add(Element.F32_4(mRS), "color");
H A DScriptIntrinsicColorMatrix.java25 * is less than four, a {@link Element#F32_4} is created by
28 * rsMatrixMultiply(), adding a {@link Element#F32_4}, and then
38 * Element#F32_3}, and {@link Element#F32_4}.
252 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
264 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
H A DProgramFragmentFixedFunction.java305 b.add(Element.F32_4(mRS), "Color");
H A DMesh.java797 b.add(Element.F32_4(mRS), "color");
H A DElement.java566 public static Element F32_4(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_copy_test.java82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_copy_test.java82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_copy_test.java82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25.java72 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicConvolve3x3.java39 * Element#F32_3}, and {@link Element#F32_4}
63 !e.isCompatible(Element.F32_4(rs))) {
H A DScriptIntrinsicConvolve5x5.java39 * Element#F32_3}, and {@link Element#F32_4}
63 !e.isCompatible(Element.F32_4(rs))) {
H A DScriptIntrinsicResize.java37 * Element#F32_3}, {@link Element#F32_4}
71 !e.isCompatible(Element.F32_4(mRS))) {
H A DScriptIntrinsicColorMatrix.java25 * converting it to a {@link Element#F32_4}, multiplying the
232 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
244 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
H A DElement.java500 public static Element F32_4(RenderScript rs) { method in class:Element
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlur25.java76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25.java76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp266 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) {
278 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) {
348 !(e->isCompatible(Element::F32_4(rs)))) {
389 !(e->isCompatible(Element::F32_4(rs)))) {
600 !(ain->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) {
H A DrsCppStructs.h215 sp<const Element> F32_4; member in struct:android::RSC::RS::__anon1533
879 static sp<const Element> F32_4(sp<RS> rs);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppRS.java135 b.add(Element.F32_4(mRS), "cameraPos");
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java311 b.add(Element.F32_4(rs), "position");
349 b.add(Element.F32_4(rs), "color");
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java354 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));

Completed in 455 milliseconds