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

/frameworks/rs/
H A DrsAllocation.h59 RsAllocationMipmapControl mipmapControl;
102 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
198 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
H A Drs.spec49 param RsAllocationMipmapControl mipmaps
58 param RsAllocationMipmapControl mipmaps
67 param RsAllocationMipmapControl mipmaps
H A DrsDefines.h121 enum RsAllocationMipmapControl { enum
H A DrsAllocation.cpp31 RsAllocationMipmapControl mc, void * ptr)
52 RsAllocationMipmapControl mc, void * ptr) {
636 RsAllocationMipmapControl mipmaps,
647 RsAllocationMipmapControl mipmaps,
669 RsAllocationMipmapControl mipmaps,
/frameworks/rs/cpp/
H A DrsDispatch.h39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
H A DAllocation.cpp334 RsAllocationMipmapControl mipmaps, uint32_t usage) {
347 RsAllocationMipmapControl mipmaps, uint32_t usage,
H A DrsCppStructs.h514 RsAllocationMipmapControl mipmaps, uint32_t usage);
527 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp324 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
363 (RsType)type, (RsAllocationMipmapControl)mip,
379 (RsType)type, (RsAllocationMipmapControl)mip,
395 (RsType)type, (RsAllocationMipmapControl)mip,
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp535 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uintptr_t)pointer);
604 (RsType)type, (RsAllocationMipmapControl)mip,
620 (RsType)type, (RsAllocationMipmapControl)mip,
636 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 156 milliseconds