Searched refs:createTyped (Results 76 - 82 of 82) sorted by relevance

1234

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java394 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) { method in class:AllocationThunker
400 android.renderscript.Allocation.createTyped(rst.mN, tt.mN,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java176 mAllocationIn = Allocation.createTyped(mRS, yuvBuilder.create(),
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp751 RSC::sp<RSC::Allocation> ain = RSC::Allocation::createTyped(mRs, t,
755 RSC::sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t,
/frameworks/rs/cpp/
H A DrsCppStructs.h513 static sp<Allocation> createTyped(sp<RS> rs, sp<const Type> type,
526 static sp<Allocation> createTyped(sp<RS> rs, sp<const Type> type,
536 static sp<Allocation> createTyped(sp<RS> rs, sp<const Type> type,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java823 mAllocation = Allocation.createTyped(mRenderScript, imageType);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java101 Allocation defaultImage = Allocation.createTyped(rs, bitmapType, mip, usage);
/frameworks/base/core/java/android/hardware/
H A DCamera.java979 Allocation a = Allocation.createTyped(rs, yuvBuilder.create(),

Completed in 257 milliseconds

1234