Searched refs:RsAllocationMipmapControl (Results 1 – 17 of 17) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.h | 59 RsAllocationMipmapControl mipmapControl; 112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 115 … RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 228 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rs_compat.spec | 4 param RsAllocationMipmapControl mipmaps
|
D | rsHidlAdaptation.h | 77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, … 78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const… 79 …static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, c…
|
D | rs.spec | 59 param RsAllocationMipmapControl mipmaps 68 param RsAllocationMipmapControl mipmaps 77 param RsAllocationMipmapControl mipmaps
|
D | rsAllocation.cpp | 29 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()
|
D | rsApiStubs.h | 59 …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,…
|
D | rsDefines.h | 102 enum RsAllocationMipmapControl { enum
|
D | rsRuntime.h | 170 RsAllocationMipmapControl mipmaps,
|
D | rsApiStubs.cpp | 332 …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()
|
D | rsScriptC_Lib.cpp | 346 RsAllocationMipmapControl mipmaps, in rsrAllocationCreateTyped()
|
D | rsHidlAdaptation.cpp | 420 RsAllocationMipmapControl mipmaps, in AllocationCreateTyped() 433 RsAllocationMipmapControl mipmaps, in AllocationCreateFromBitmap() 447 RsAllocationMipmapControl mipmaps, in AllocationCubeCreateFromBitmap()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 45 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…
|
D | Allocation.cpp | 425 RsAllocationMipmapControl mipmaps, uint32_t usage) { in createTyped() 438 RsAllocationMipmapControl mipmaps, uint32_t usage, in createTyped()
|
D | rsCppStructs.h | 847 RsAllocationMipmapControl mipmaps, uint32_t usage); 860 … RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 337 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/ |
D | android_renderscript_RenderScript.cpp | 1034 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped() 1088 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1108 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1127 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1226 (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()
|