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

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 127 baseTestHelper(TEST_F32_4, Element.F32_4(mRS), Element.F32_4(mRS), seed, 1, 0, 1, 0, 4, 4, 4, 0, ulp);
143 baseTestHelper(TEST_RELAXED_F32_4, Element.F32_4(mRS), Element.F32_4(mRS), seed, 1, 0, 1, 0, 4, 4, 4, 0, ulp);
RsUnpackColor8888Test.java 37 Allocation mAllocationOut = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
RsPackColorTo8888Test.java 97 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE);
ElementTest.java 74 assertTrue(Element.F32_4(mRS) != null);
191 Element[] F32_4 = { Element.F32_4(mRS),
240 F32_3, F32_4, F64, I16, I32, I64, I8,
278 eb.add(Element.F32_4(mRS), "F32_4", arraySize);
344 assertFalse(Element.F32_4(mRS).isComplex());
TypeTest.java 56 testTypeBuilderHelper(Element.F32_4(mRS));
AllocationTest.java 123 createTypedHelper(Element.F32_4(mRS));
162 createSizedHelper(Element.F32_4(mRS));
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java 37 * Element#F32_3}, and {@link Element#F32_4}
61 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicConvolve5x5.java 37 * Element#F32_3}, and {@link Element#F32_4}
61 !e.isCompatible(Element.F32_4(rs))) {
ProgramVertexFixedFunction.java 185 b.add(Element.F32_4(mRS), "position");
186 b.add(Element.F32_4(mRS), "color");
ScriptIntrinsicColorMatrix.java 27 * is less than four, a {@link Element#F32_4} is created by
30 * rsMatrixMultiply(), adding a {@link Element#F32_4}, and then
40 * Element#F32_3}, and {@link Element#F32_4}.
235 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
247 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
ProgramFragmentFixedFunction.java 308 b.add(Element.F32_4(mRS), "Color");
Mesh.java 793 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/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/rsg/src/android/renderscriptgraphics/cts/
ProgramVertexTest.java 44 eb.add(Element.F32_4(mRS), "position");
53 eb.add(Element.F32_4(mRS), "position");
61 eb.add(Element.F32_4(mRS), "extra4");
MeshTest.java 40 eb.add(Element.F32_4(mRS), "position");
  /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/ImageProcessing2/src/com/android/rs/image/
Blur25.java 72 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));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterChanSat.java 77 Type.Builder tb_float = new Type.Builder(rsCtx, Element.F32_4(rsCtx));
ImageFilterGrad.java 87 Type.Builder tb_float = new Type.Builder(rsCtx, Element.F32_4(rsCtx));
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 135 b.add(Element.F32_4(mRS), "cameraPos");
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 265 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) {
277 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) {
347 !(e->isCompatible(Element::F32_4(rs)))) {
388 !(e->isCompatible(Element::F32_4(rs)))) {
rsCppStructs.h 204 sp<const Element> F32_4;
806 static sp<const Element> F32_4(sp<RS> rs);
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 311 b.add(Element.F32_4(rs), "position");
349 b.add(Element.F32_4(rs), "color");

Completed in 362 milliseconds

1 2