Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DrsDispatch.h23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSiz…
38 typedef RsType (*TypeCreateFnPtr) (RsContext, RsElement, uint32_t, uint32_t, uint32_t, bool, bool, …
39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, u…
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapContr…
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapC…
82 …riptKernelID*, size_t, RsScriptKernelID*, size_t, RsScriptFieldID*, size_t, const RsType*, size_t);
/frameworks/rs/
Drs.spec43 ret RsType
48 param RsType vtype
57 param RsType vtype
66 param RsType vtype
393 param const RsType * type
DrsEnv.h13 typedef void * RsType; typedef
Drs.h48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
DrsType.cpp330 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate()
340 extern "C" void rsaTypeGetNativeData(RsContext con, RsType type, uintptr_t *typeData, uint32_t type… in rsaTypeGetNativeData()
DrsDefines.h49 typedef void * RsType; typedef
DrsAllocation.cpp635 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped()
646 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap()
668 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap()
DrsScriptGroup.cpp378 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp521 rsaTypeGetNativeData((RsContext)con, (RsType)id, typeData, 6); in nTypeGetNativeData()
535 …return (jlong)(uintptr_t) rsAllocationCreateTyped((RsContext)con, (RsType)type, (RsAllocationMipma… in nAllocationCreateTyped()
604 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
620 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
636 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
1357 RsType* typesPtr = (RsType*) malloc(sizeof(RsType) * typesLen); in nScriptGroupCreate()
1359 typesPtr[i] = (RsType)jTypesPtr[i]; in nScriptGroupCreate()
1367 (RsType *)typesPtr, typesLen * sizeof(RsType)); in nScriptGroupCreate()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp324 …return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_… in nAllocationCreateTyped()
363 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap()
379 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateBitmapBackedAllocation()
395 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
938 (RsType *)typesPtr, typesLen); in nScriptGroupCreate()