Searched refs:RsAllocationMipmapControl (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/ |
D | rsAllocation.h | 63 RsAllocationMipmapControl mipmapControl; 116 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 119 … RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 246 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
D | rs_compat.spec | 4 param RsAllocationMipmapControl mipmaps
|
D | rs.spec | 59 param RsAllocationMipmapControl mipmaps 68 param RsAllocationMipmapControl mipmaps 77 param RsAllocationMipmapControl mipmaps
|
D | rsAllocation.cpp | 30 RsAllocationMipmapControl mc, void * ptr) in Allocation() 63 RsAllocationMipmapControl mc, void * ptr, in createAllocationStrided() 103 RsAllocationMipmapControl mc, void * ptr) { in createAllocation() 780 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateTyped() 791 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateStrided() 804 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateFromBitmap() 826 RsAllocationMipmapControl mipmaps, in rsi_AllocationCubeCreateFromBitmap()
|
D | rsDefines.h | 102 enum RsAllocationMipmapControl { enum
|
D | rsScriptC_Lib.cpp | 291 RsAllocationMipmapControl mipmaps, in rsrAllocationCreateTyped()
|
D | rsRuntime.h | 174 RsAllocationMipmapControl mipmaps,
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… 45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… 46 …location (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const v… 47 …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 | 321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() 387 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation() 414 (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1019 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped() 1073 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1093 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1112 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1213 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped() 1318 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1334 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1350 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|