/frameworks/rs/ |
D | rsHidlAdaptation.h | 74 …static RsType TypeCreate(RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, uint32_t); 75 static void TypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize); 77 …static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, … 78 …static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const… 79 …static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, c… 104 … static RsAllocation AllocationAdapterCreate(RsContext rsc, RsType vtype, RsAllocation baseAlloc); 125 …riptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t);
|
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 | rsApiStubs.h | 54 extern "C" RsType rsTypeCreate (RsContext rsc, RsElement e, uint32_t dimX, uint32_t dimY, uint32_t … 55 extern "C" RsType rsTypeCreate2 (RsContext rsc, const RsTypeCreateParams * dat, size_t dat_length); 56 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… 59 extern "C" RsAllocation rsAllocationCreateTyped (RsContext rsc, RsType vtype, RsAllocationMipmapCon… 60 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipm… 61 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocation… 62 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext rsc, RsType vtype, RsAllocation baseAl… 90 …K, size_t dstK_length, RsScriptFieldID * dstF, size_t dstF_length, const RsType * type, size_t typ…
|
D | rs_compat.spec | 3 param RsType vtype
|
D | rsEnv.h | 11 typedef void * RsType; typedef
|
D | rsApiType.cpp | 26 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… in rsaTypeGetNativeData()
|
D | rsApiStubs.cpp | 313 extern "C" RsType rsTypeCreate (RsContext ctxWrapper, RsElement e, uint32_t dimX, uint32_t dimY, ui… in rsTypeCreate() 319 extern "C" RsType rsTypeCreate2 (RsContext ctxWrapper, const RsTypeCreateParams * dat, size_t dat_l… in rsTypeCreate2() 324 extern "C" void rsaTypeGetNativeData(RsContext ctxWrapper, RsType type, uintptr_t *typeData, uint32… in rsaTypeGetNativeData() 332 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMi… in rsAllocationCreateTyped() 338 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocat… in rsAllocationCreateFromBitmap() 344 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAll… in rsAllocationCubeCreateFromBitmap() 350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation… in rsAllocationAdapterCreate() 581 const RsType * type, size_t type_length) in rsScriptGroupCreate()
|
D | rs.h | 50 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
D | rsHidlAdaptation.cpp | 223 void RsHidlAdaptation::TypeGetNativeData(RsContext context, RsType type, uintptr_t *typedata, uint3… in TypeGetNativeData() 408 RsType RsHidlAdaptation::TypeCreate (RsContext context, RsElement element, uint32_t dimX, in TypeCreate() 416 return (RsType) type; in TypeCreate() 419 RsAllocation RsHidlAdaptation::AllocationCreateTyped (RsContext context, RsType type, in AllocationCreateTyped() 432 RsAllocation RsHidlAdaptation::AllocationCreateFromBitmap (RsContext context, RsType type, in AllocationCreateFromBitmap() 446 RsAllocation RsHidlAdaptation::AllocationCubeCreateFromBitmap(RsContext context, RsType type, in AllocationCubeCreateFromBitmap() 964 const RsType * type, size_t typeSize) in ScriptGroupCreate() 970 std::vector<Type> _type(typeSize / sizeof(RsType)); in ScriptGroupCreate() 1078 RsAllocation RsHidlAdaptation::AllocationAdapterCreate (RsContext context, RsType vtype, RsAllocati… in AllocationAdapterCreate()
|
D | rsRuntime.h | 165 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX, 169 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
|
D | rsScriptC_Lib.cpp | 339 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, in rsrTypeCreate() 345 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type, in rsrAllocationCreateTyped()
|
D | rsAllocation.cpp | 739 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() 750 RsAllocation rsi_AllocationCreateStrided(Context *rsc, RsType vtype, in rsi_AllocationCreateStrided() 763 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() 785 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap() 924 RsAllocation rsi_AllocationAdapterCreate(Context *rsc, RsType vwindow, RsAllocation vbase) { in rsi_AllocationAdapterCreate()
|
D | rsType.cpp | 362 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate() 377 RsType rsi_TypeCreate2(Context *rsc, const RsTypeCreateParams *p, size_t len) { in rsi_TypeCreate2()
|
D | rsDefines.h | 50 typedef void * RsType; typedef
|
D | rsScriptGroup.cpp | 371 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
|
/frameworks/rs/cpp/ |
D | rsDispatch.h | 24 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSiz… 44 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, … 45 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u… 46 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl,… 47 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr… 48 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC… 97 …riptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t); 105 typedef RsAllocation (*AllocationAdapterCreateFnPtr) (RsContext rsc, RsType vtype, RsAllocation bas…
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1033 return (jlong)(uintptr_t) dispatchTab.AllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped() 1087 (RsType)type, in nAllocationCreateFromBitmap() 1107 (RsType)type, in nAllocationCreateBitmapBackedAllocation() 1126 (RsType)type, in nAllocationCubeCreateFromBitmap() 1969 RsType* typesPtr; in nScriptGroupCreate() 2014 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen); in nScriptGroupCreate() 2016 typesPtr[i] = (RsType)jTypesPtr[i]; in nScriptGroupCreate() 2024 (RsType *)typesPtr, typesLen * sizeof(RsType)); in nScriptGroupCreate() 2232 ainI = dispatchTabInc.AllocationCreateStrided((RsContext)incCon, (RsType)type, in nIncAllocationCreateTyped()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1207 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6); in nTypeGetNativeData() 1225 return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, in nAllocationCreateTyped() 1331 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 1345 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation() 1359 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap() 1630 return (jlong)(uintptr_t) rsAllocationAdapterCreate((RsContext)con, (RsType)type, in nAllocationAdapterCreate() 2324 RsType* typesPtr; in nScriptGroupCreate() 2369 typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen); in nScriptGroupCreate() 2371 typesPtr[i] = (RsType)jTypesPtr[i]; in nScriptGroupCreate() 2379 (RsType *)typesPtr, typesLen * sizeof(RsType)); in nScriptGroupCreate()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages, in CreateAllocation() 403 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps, in rsCreateAllocation() 429 return CreateAllocation((RsType) type.p, in rsCreateAllocation()
|