Home
last modified time | relevance | path

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

/frameworks/rs/
DrsAllocation.h63 RsAllocationMipmapControl mipmapControl;
116 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
119RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
246 … Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
Drs_compat.spec4 param RsAllocationMipmapControl mipmaps
Drs.spec59 param RsAllocationMipmapControl mipmaps
68 param RsAllocationMipmapControl mipmaps
77 param RsAllocationMipmapControl mipmaps
DrsAllocation.cpp30 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()
DrsDefines.h102 enum RsAllocationMipmapControl { enum
DrsScriptC_Lib.cpp291 RsAllocationMipmapControl mipmaps, in rsrAllocationCreateTyped()
DrsRuntime.h174 RsAllocationMipmapControl mipmaps,
/frameworks/rs/cpp/
DrsDispatch.h44 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…
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.cpp321 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/
Dandroid_renderscript_RenderScript.cpp1019 (RsAllocationMipmapControl)mips, in nAllocationCreateTyped()
1073 … (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
1093 (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
1112 … (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1213 (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()