Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.h59 RsAllocationMipmapControl mipmapControl;
112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
229 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
Drs.spec59 param RsAllocationMipmapControl mipmaps
68 param RsAllocationMipmapControl mipmaps
77 param RsAllocationMipmapControl mipmaps
DrsAllocation.cpp31 RsAllocationMipmapControl mc, void * ptr) in Allocation()
64 RsAllocationMipmapControl mc, void * ptr) { in createAllocation()
720 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateTyped()
731 RsAllocationMipmapControl mipmaps, in rsi_AllocationCreateFromBitmap()
753 RsAllocationMipmapControl mipmaps, in rsi_AllocationCubeCreateFromBitmap()
DrsDefines.h103 enum RsAllocationMipmapControl { enum
/frameworks/rs/cpp/
DrsDispatch.h44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u…
45 …location (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const v…
46 …tion (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const v…
DAllocation.cpp426 RsAllocationMipmapControl mipmaps, uint32_t usage) { in createTyped()
439 RsAllocationMipmapControl mipmaps, uint32_t usage, in createTyped()
DrsCppStructs.h574 RsAllocationMipmapControl mipmaps, uint32_t usage);
587RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1027 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
1081 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1101 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1120 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1134 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
1219 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1235 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1251 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()