Searched refs:RsAllocationMipmapControl (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsAllocation.h | 47 RsAllocationMipmapControl mipmapControl; 69 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE); 132 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);
|
D | rs.spec | 43 param RsAllocationMipmapControl mips 51 param RsAllocationMipmapControl mips 60 param RsAllocationMipmapControl mips
|
D | rsAllocation.cpp | 25 RsAllocationMipmapControl mc) in Allocation() 38 RsAllocationMipmapControl mc) { in createAllocation() 482 RsAllocationMipmapControl mips, in rsi_AllocationCreateTyped() 493 RsAllocationMipmapControl mips, in rsi_AllocationCreateFromBitmap() 514 RsAllocationMipmapControl mips, in rsi_AllocationCubeCreateFromBitmap()
|
D | RenderScriptDefines.h | 106 enum RsAllocationMipmapControl { enum
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 430 …return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_… in nAllocationCreateTyped() 457 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 473 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|