Home
last modified time | relevance | path

Searched refs:RsType (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/cpp/
DrsDispatch.h25 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/
Drs.spec47 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
Drs_compat.spec3 param RsType vtype
DrsEnv.h11 typedef void * RsType; typedef
DrsApiType.cpp30 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… in rsaTypeGetNativeData()
Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
DrsScriptC_Lib.cpp284 RsType rsrTypeCreate(Context *rsc, const RsElement element, uint32_t dimX, in rsrTypeCreate()
290 RsAllocation rsrAllocationCreateTyped(Context *rsc, const RsType type, in rsrAllocationCreateTyped()
DrsRuntime.h169 RsType rsrTypeCreate(Context *, const RsElement element, uint32_t dimX,
173 RsAllocation rsrAllocationCreateTyped(Context *, const RsType type,
DrsType.cpp364 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()
DrsAllocation.cpp779 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()
DrsDefines.h50 typedef void * RsType; typedef
DrsScriptGroup.cpp394 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1031 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/
Dandroid_renderscript_RenderScript.cpp1194 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/
DrsdRuntimeStubs.cpp321 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()