/frameworks/rs/cpp/ |
D | rsDispatch.h | 25 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSiz… 43 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, … 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… 45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… 46 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr… 47 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC… 94 …riptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t);
|
/frameworks/rs/ |
D | rs.spec | 47 ret RsType 53 ret RsType 58 param RsType vtype 67 param RsType vtype 76 param RsType vtype 109 param RsType vtype 508 param const RsType * type
|
D | rs_compat.spec | 3 param RsType vtype
|
D | rsEnv.h | 11 typedef void * RsType; typedef
|
D | rsApiType.cpp | 30 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… in rsaTypeGetNativeData()
|
D | rs.h | 48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
D | rsScriptC_Lib.cpp | 284 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, in rsrTypeCreate() 290 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type, in rsrAllocationCreateTyped()
|
D | rsRuntime.h | 169 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX, 173 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
|
D | rsType.cpp | 364 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate() 379 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) { in rsi_TypeCreate2()
|
D | rsAllocation.cpp | 779 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() 790 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype, in rsi_AllocationCreateStrided() 803 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() 825 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() 964 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) { in rsi_AllocationAdapterCreate()
|
D | rsDefines.h | 50 typedef void * RsType; typedef
|
D | rsScriptGroup.cpp | 394 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1031 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped() 1085 (RsType)type, in nAllocationCreateFromBitmap() 1105 (RsType)type, in nAllocationCreateBitmapBackedAllocation() 1124 (RsType)type, in nAllocationCubeCreateFromBitmap() 1967 RsType* typesPtr; in nScriptGroupCreate() 2012 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen); in nScriptGroupCreate() 2014 typesPtr[i] = (RsType)jTypesPtr[i]; in nScriptGroupCreate() 2022 (RsType *)typesPtr, typesLen * sizeof(RsType)); in nScriptGroupCreate() 2230 ainI = dispatchTabInc.AllocationCreateStrided((RsContext)incCon, (RsType)type, in nIncAllocationCreateTyped()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1194 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6); in nTypeGetNativeData() 1212 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped() 1318 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1334 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1350 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap() 1626 return (jlong)(uintptr_t) rsAllocationAdapterCreate((RsContext)con, (RsType)type, in nAllocationAdapterCreate() 2313 RsType* typesPtr; in nScriptGroupCreate() 2358 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen); in nScriptGroupCreate() 2360 typesPtr[i] = (RsType)jTypesPtr[i]; in nScriptGroupCreate() 2368 (RsType *)typesPtr, typesLen * sizeof(RsType)); in nScriptGroupCreate()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() 387 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation() 413 return CreateAllocation((RsType) type.p, in rsCreateAllocation()
|