Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsAllocation.h47 RsAllocationMipmapControl mipmapControl;
69 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE);
132 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc);
Drs.spec43 param RsAllocationMipmapControl mips
51 param RsAllocationMipmapControl mips
60 param RsAllocationMipmapControl mips
DrsAllocation.cpp25 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()
DRenderScriptDefines.h106 enum RsAllocationMipmapControl { enum
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp430 …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()