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

/frameworks/rs/
H A DrsAllocation.h59 RsAllocationMipmapControl mipmapControl;
100 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
190 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
H A Drs.spec49 param RsAllocationMipmapControl mips
58 param RsAllocationMipmapControl mips
67 param RsAllocationMipmapControl mips
H A DrsAllocation.cpp31 RsAllocationMipmapControl mc, void * ptr)
52 RsAllocationMipmapControl mc, void * ptr) {
595 RsAllocationMipmapControl mips,
606 RsAllocationMipmapControl mips,
628 RsAllocationMipmapControl mips,
H A DrsDefines.h121 enum RsAllocationMipmapControl { enum
/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.cpp316 RsAllocationMipmapControl mips, uint32_t usage) {
329 RsAllocationMipmapControl mips, uint32_t usage,
H A DrsCppStructs.h508 RsAllocationMipmapControl mips, uint32_t usage);
521 RsAllocationMipmapControl mips, 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp462 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
531 (RsType)type, (RsAllocationMipmapControl)mip,
547 (RsType)type, (RsAllocationMipmapControl)mip,
563 (RsType)type, (RsAllocationMipmapControl)mip,

Completed in 327 milliseconds