Home
last modified time | relevance | path

Searched defs:inAllocation (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
H A DMainActivity.java170 private void performFilter(Allocation inAllocation, in performFilter()
336 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); in createThumbnail() local
/aosp_15_r20/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
DMainActivity.java170 private void performFilter(Allocation inAllocation, in performFilter()
336 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); in createThumbnail() local
/aosp_15_r20/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
H A DMainActivity.java176 private void performFilter(Allocation inAllocation, in performFilter()
351 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); in createThumbnail() local
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DImageBuffersForRenderScript.java21 public Allocation inAllocation; field in ImageBuffersForRenderScript
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DImageBuffersForRenderScript.java35 public Allocation inAllocation; field in ImageBuffersForRenderScript
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp112 de::MovePtr<vk::Allocation> inAllocation = in iterate() local