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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
ImageBuffersForRenderScriptF32.java 59 renderScript, Element.F32_4(renderScript),
63 renderScript, Element.F32_4(renderScript),
67 Element.F32_4(renderScript), imageWidthPadded * imageHeightPadded);
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/f32/
ImageBuffersForRenderScriptF32.java 46 renderScript, Element.F32_4(renderScript),
50 renderScript, Element.F32_4(renderScript),
54 Element.F32_4(renderScript), imageWidthPadded * imageHeightPadded);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
ImageBuffersForRenderScriptd1new.java 64 renderScript, Element.F32_4(renderScript),
79 renderScript, Element.F32_4(renderScript),
82 renderScript, Element.F32_4(renderScript),
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/d1new/
ImageBuffersForRenderScriptd1new.java 52 renderScript, Element.F32_4(renderScript),
67 renderScript, Element.F32_4(renderScript),
70 renderScript, Element.F32_4(renderScript),
  /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}.
58 !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))) {
  /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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
KernelDataForRenderScript.java 116 renderScript, Element.F32_4(renderScript),
  /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/rs/java/tests/Refocus/src/com/android/rs/test/
KernelDataForRenderScript.java 99 renderScript, Element.F32_4(renderScript),
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 39 * Element#F32_3}, and {@link Element#F32_4}.
62 !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);

Completed in 1519 milliseconds

1 2 3