Home
last modified time | relevance | path

Searched defs:mAllocationIn (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/
H A DRsPackColorTo8888Test.java75 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE); in float3input() local
105 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE); in float4input() local
H A DRsUnpackColor8888Test.java43 Allocation mAllocationIn = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); in testRsUnpackColor8888RGB() local
/aosp_15_r20/pdk/apps/TestingCamera/src/com/android/testingcamera/
H A DCallbackProcessor.java36 private Allocation mAllocationIn; field in CallbackProcessor
/aosp_15_r20/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java44 private Allocation mAllocationIn; field in RsYuv
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java68 private Allocation mAllocationIn; field in Camera2Source