Home
last modified time | relevance | path

Searched refs:RsAllocationMipmapControl (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/
DrsAllocation.h59 RsAllocationMipmapControl mipmapControl;
112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
115RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
228 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
Drs_compat.spec4 param RsAllocationMipmapControl mipmaps
DrsHidlAdaptation.h77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, …
78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const…
79 …static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, c…
Drs.spec59 param RsAllocationMipmapControl mipmaps
68 param RsAllocationMipmapControl mipmaps
77 param RsAllocationMipmapControl mipmaps
DrsAllocation.cpp29 RsAllocationMipmapControl mc, void * ptr) in Allocation()
62 RsAllocationMipmapControl mc, void * ptr, in createAllocationStrided()
102 RsAllocationMipmapControl mc, void * ptr) { in createAllocation()
740 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateTyped()
751 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateStrided()
764 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateFromBitmap()
786 RsAllocationMipmapControl mipmaps, in rsi_AllocationCubeCreateFromBitmap()
DrsApiStubs.h59 …llocation rsAllocationCreateTyped (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps,…
60 …tion rsAllocationCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps,…
61 … rsAllocationCubeCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps,…
DrsDefines.h102 enum RsAllocationMipmapControl { enum
DrsRuntime.h170 RsAllocationMipmapControl mipmaps,
DrsApiStubs.cpp332 …ion rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCreateTyped()
338 …sAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCreateFromBitmap()
344 …ocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps, in rsAllocationCubeCreateFromBitmap()
DrsScriptC_Lib.cpp346 RsAllocationMipmapControl mipmaps, in rsrAllocationCreateTyped()
DrsHidlAdaptation.cpp420 RsAllocationMipmapControl mipmaps, in AllocationCreateTyped()
433 RsAllocationMipmapControl mipmaps, in AllocationCreateFromBitmap()
447 RsAllocationMipmapControl mipmaps, in AllocationCubeCreateFromBitmap()
/frameworks/rs/cpp/
DrsDispatch.h45 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u…
46 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,…
47 …location (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const v…
48 …tion (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const v…
DAllocation.cpp425 RsAllocationMipmapControl mipmaps, uint32_t usage) { in createTyped()
438 RsAllocationMipmapControl mipmaps, uint32_t usage, in createTyped()
DrsCppStructs.h847 RsAllocationMipmapControl mipmaps, uint32_t usage);
860RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation()
403 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation()
430 (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1034 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
1088 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1108 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1127 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1226 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
1331 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1345 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1359 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()