HomeSort by relevance Sort by last modified time
    Searched refs:F32_4 (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 35 * Element#F32_3}, and {@link Element#F32_4}
59 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicResize.java 33 * Element#F32_3}, {@link Element#F32_4}
61 !e.isCompatible(Element.F32_4(mRS))) {
ScriptIntrinsicConvolve3x3.java 35 * Element#F32_3}, and {@link Element#F32_4}
59 !e.isCompatible(Element.F32_4(rs))) {
ProgramVertexFixedFunction.java 181 b.add(Element.F32_4(mRS), "position");
182 b.add(Element.F32_4(mRS), "color");
ScriptIntrinsicColorMatrix.java 25 * 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))) {
ProgramFragmentFixedFunction.java 305 b.add(Element.F32_4(mRS), "Color");
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_copy_test.java 82 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/
UT_copy_test.java 82 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/
UT_copy_test.java 82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RsUnpackColor8888Test.java 36 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
IntrinsicBlur.java 36 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
RsPackColorTo8888Test.java 96 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
ElementTest.java 74 assertTrue(Element.F32_4(mRS) != null);
198 Element[] F32_4 = { Element.F32_4(mRS),
248 F32, F32_2, F32_3, F32_4,
291 eb.add(Element.F32_4(mRS), "F32_4", arraySize);
361 assertFalse(Element.F32_4(mRS).isComplex());
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Blur25.java 72 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 39 * Element#F32_3}, and {@link Element#F32_4}
63 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicConvolve5x5.java 39 * Element#F32_3}, and {@link Element#F32_4}
63 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicResize.java 37 * Element#F32_3}, {@link Element#F32_4}
71 !e.isCompatible(Element.F32_4(mRS))) {
ScriptIntrinsicColorMatrix.java 25 * 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))) {
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Blur25.java 76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Blur25.java 76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 109 passed &= (Element::F32_4(mRS) != nullptr);
176 sp<const Element> F32_4 = Element::F32_4(mRS);
204 F32_3, F32_4, F64, I16, I32, I64, I8,
245 eb->add(Element::F32_4(mRS), "F32_4", arraySize);
rs_jni_type.cpp 79 passed &= testTypeBuilderHelper(mRS, Element::F32_4(mRS));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 77 Type.Builder tb_float = new Type.Builder(rsCtx, Element.F32_4(rsCtx));
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 266 !(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)))) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 135 b.add(Element.F32_4(mRS), "cameraPos");

Completed in 504 milliseconds

1 2 3