Home
last modified time | relevance | path

Searched refs:F32_4 (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
DImageBuffersForRenderScriptF32.java46 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptF32()
50 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptF32()
54 Element.F32_4(renderScript), imageWidthPadded * imageHeightPadded); in ImageBuffersForRenderScriptF32()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/
DImageBuffersForRenderScriptd1new.java52 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new()
67 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new()
70 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DSwarm.java306 Allocation posAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE); in doInBackground()
307 Allocation velAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE); in doInBackground()
309 Type.Builder builder = new Type.Builder(rs, Element.F32_4(rs)); in doInBackground()
311 Allocation triAlloc1 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize); in doInBackground()
315 triAlloc2 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize); in doInBackground()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_copy_test.java81 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
82 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_copy_test.java83 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
84 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_copy_test.java82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicColorMatrix.java257 !ain.getElement().isCompatible(Element.F32_4(mRS))) { in forEach()
269 !aout.getElement().isCompatible(Element.F32_4(mRS))) { in forEach()
DProgramVertexFixedFunction.java187 b.add(Element.F32_4(mRS), "position"); in create()
188 b.add(Element.F32_4(mRS), "color"); in create()
DScriptIntrinsicResize.java66 !e.isCompatible(Element.F32_4(mRS))) { in setInput()
DScriptIntrinsicConvolve3x3.java62 !e.isCompatible(Element.F32_4(rs))) { in create()
DScriptIntrinsicConvolve5x5.java63 !e.isCompatible(Element.F32_4(rs))) { in create()
DProgramFragmentFixedFunction.java317 b.add(Element.F32_4(mRS), "Color"); in create()
DMesh.java814 b.add(Element.F32_4(mRS), "color"); in create()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicColorMatrix.java237 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
249 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
DScriptIntrinsicResize.java76 !e.isCompatible(Element.F32_4(mRS))) {
DScriptIntrinsicConvolve5x5.java67 !e.isCompatible(Element.F32_4(rs))) { in create()
DScriptIntrinsicConvolve3x3.java66 !e.isCompatible(Element.F32_4(rs))) { in create()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DKernelDataForRenderScript.java99 renderScript, Element.F32_4(renderScript), in KernelDataForRenderScript()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DBlur25.java72 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DBlur25.java76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp274 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
286 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach()
356 !(e->isCompatible(Element::F32_4(rs)))) { in create()
397 !(e->isCompatible(Element::F32_4(rs)))) { in create()
608 !(ain->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in setInput()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DBlur25.java85 tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
DFilters.java354 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp264 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp268 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations()

12