Searched refs:RsAllocationMipmapControl (Results 1 - 13 of 13) sorted by relevance
/frameworks/rs/ |
H A D | rs_compat.spec | 4 param RsAllocationMipmapControl mipmaps
|
H A D | rsAllocation.h | 63 RsAllocationMipmapControl mipmapControl; 116 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 119 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE, 246 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
|
H A D | rs.spec | 59 param RsAllocationMipmapControl mipmaps 68 param RsAllocationMipmapControl mipmaps 77 param RsAllocationMipmapControl mipmaps
|
H A D | rsAllocation.cpp | 30 RsAllocationMipmapControl mc, void * ptr) 63 RsAllocationMipmapControl mc, void * ptr, 103 RsAllocationMipmapControl mc, void * ptr) { 780 RsAllocationMipmapControl mipmaps, 791 RsAllocationMipmapControl mipmaps, 804 RsAllocationMipmapControl mipmaps, 826 RsAllocationMipmapControl mipmaps,
|
H A D | rsDefines.h | 102 enum RsAllocationMipmapControl { enum
|
H A D | rsRuntime.h | 174 RsAllocationMipmapControl mipmaps,
|
H A D | rsScriptC_Lib.cpp | 291 RsAllocationMipmapControl mipmaps,
|
/frameworks/rs/cpp/ |
H A D | rsDispatch.h | 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t); 45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t, size_t); 46 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t); 47 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
|
H A D | Allocation.cpp | 425 RsAllocationMipmapControl mipmaps, uint32_t usage) { 438 RsAllocationMipmapControl mipmaps, uint32_t usage,
|
H A D | rsCppStructs.h | 847 RsAllocationMipmapControl mipmaps, uint32_t usage); 860 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
|
/frameworks/rs/driver/ |
H A D | rsdRuntimeStubs.cpp | 114 // Empty to avoid conflicting definitions with RsAllocationMipmapControl 321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, 387 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, 414 (RsAllocationMipmapControl) mipmaps,
|
/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1213 (RsAllocationMipmapControl)mips, 1318 (RsType)type, (RsAllocationMipmapControl)mip, 1334 (RsType)type, (RsAllocationMipmapControl)mip, 1350 (RsType)type, (RsAllocationMipmapControl)mip,
|
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1019 (RsAllocationMipmapControl)mips, 1073 (RsAllocationMipmapControl)mip, 1093 (RsAllocationMipmapControl)mip, 1112 (RsAllocationMipmapControl)mip,
|
Completed in 156 milliseconds