Home
last modified time | relevance | path

Searched refs:F32_3 (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_copy_test.java59 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
60 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
DUT_element.java75 simpleElem = Element.F32_3(RS); in initializeGlobals()
DUT_alloc_copyPadded.java403 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D()
437 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D()
472 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D()
841 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3()
1046 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3()
1246 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_copy_test.java57 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
58 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
DUT_element.java73 simpleElem = Element.F32_3(RS); in initializeGlobals()
DUT_alloc_copyPadded.java401 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D()
435 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D()
470 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D()
839 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3()
1044 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3()
1244 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_copy_test.java58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
DUT_element.java74 simpleElem = Element.F32_3(RS); in initializeGlobals()
DUT_alloc_copyPadded.java400 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D()
434 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D()
469 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D()
838 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3()
1043 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3()
1243 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicColorMatrix.java251 !ain.getElement().isCompatible(Element.F32_3(mRS)) && in forEach()
263 !aout.getElement().isCompatible(Element.F32_3(mRS)) && in forEach()
DScriptIntrinsicResize.java60 !e.isCompatible(Element.F32_3(mRS)) && in setInput()
DScriptIntrinsicConvolve5x5.java58 !e.isCompatible(Element.F32_3(rs)) && in create()
DScriptIntrinsicConvolve3x3.java57 !e.isCompatible(Element.F32_3(rs)) && in create()
DProgramVertexFixedFunction.java183 b.add(Element.F32_3(mRS), "normal"); in create()
DMesh.java804 b.add(Element.F32_3(mRS), "normal"); in create()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicColorMatrix.java231 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
243 !aout.getElement().isCompatible(Element.F32_3(mRS)) &&
DScriptIntrinsicResize.java70 !e.isCompatible(Element.F32_3(mRS)) &&
DScriptIntrinsicConvolve5x5.java62 !e.isCompatible(Element.F32_3(rs)) && in create()
DScriptIntrinsicConvolve3x3.java61 !e.isCompatible(Element.F32_3(rs)) && in create()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp273 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
285 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach()
355 !(e->isCompatible(Element::F32_3(rs))) && in create()
396 !(e->isCompatible(Element::F32_3(rs))) && in create()
607 !(ain->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in setInput()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java79 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal()
124 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal_orig()
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DHealing.java78 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal()
DFindRegion.java101 Type.Builder builderF32_3 = new Type.Builder(mRs, Element.F32_3(mRs)); in findMatch()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp270 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp274 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()

12