/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicConvolve5x5.java | 35 * Element#F32_3}, and {@link Element#F32_4} 58 !e.isCompatible(Element.F32_3(rs)) &&
|
ScriptIntrinsicConvolve3x3.java | 35 * Element#F32_3}, and {@link Element#F32_4} 58 !e.isCompatible(Element.F32_3(rs)) &&
|
ScriptIntrinsicColorMatrix.java | 38 * Element#F32_3}, and {@link Element#F32_4}. 251 !ain.getElement().isCompatible(Element.F32_3(mRS)) && 263 !aout.getElement().isCompatible(Element.F32_3(mRS)) &&
|
ProgramVertexFixedFunction.java | 183 b.add(Element.F32_3(mRS), "normal");
|
Mesh.java | 797 b.add(Element.F32_3(mRS), "normal");
|
Element.java | 530 public static Element F32_3(RenderScript rs) { [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_copy_test.java | 58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); 59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
|
UT_element.java | 74 simpleElem = Element.F32_3(RS);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_copy_test.java | 58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); 59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024);
|
UT_element.java | 77 simpleElem = Element.F32_3(RS);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RsPackColorTo8888Test.java | 69 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE);
|
ElementTest.java | 73 assertTrue(Element.F32_3(mRS) != null); 189 Element[] F32_3 = { Element.F32_3(mRS), 240 F32_3, F32_4, F64, I16, I32, I64, I8, 277 eb.add(Element.F32_3(mRS), "F32_3", arraySize); 343 assertFalse(Element.F32_3(mRS).isComplex());
|
TypeTest.java | 55 testTypeBuilderHelper(Element.F32_3(mRS));
|
AllocationTest.java | 120 createTypedHelper(Element.F32_3(mRS)); 159 createSizedHelper(Element.F32_3(mRS));
|
ForEachTest.java | 314 // F32_3 315 t = new Type.Builder(mRS, Element.F32_3(mRS)).setX(x).create();
|
KernelTest.java | 314 // F32_3 315 t = new Type.Builder(mRS, Element.F32_3(mRS)).setX(x).create();
|
TestGetSet.java | [all...] |
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 264 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && 276 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && 346 !(e->isCompatible(Element::F32_3(rs))) && 387 !(e->isCompatible(Element::F32_3(rs))) &&
|
rsCppStructs.h | 208 sp<const Element> F32_3; 813 static sp<const Element> F32_3(sp<RS> rs); [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_allocation.cpp | 73 createTypedHelper(mRS, Element::F32_3(mRS));
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 313 b.add(Element.F32_3(rs), "normal");
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/ |
rsCppStructs.h | 207 sp<const Element> F32_3; 805 static sp<const Element> F32_3(sp<RS> rs); [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/ |
rsCppStructs.h | 207 sp<const Element> F32_3; 805 static sp<const Element> F32_3(sp<RS> rs); [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/ |
rsCppStructs.h | 207 sp<const Element> F32_3; 805 static sp<const Element> F32_3(sp<RS> rs); [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Element.java | 485 public static Element F32_3(RenderScript rs) { [all...] |