Searched refs:RsType (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/cpp/ |
D | rsDispatch.h | 23 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/ |
D | rs.spec | 43 ret RsType 48 param RsType vtype 57 param RsType vtype 66 param RsType vtype 393 param const RsType * type
|
D | rsEnv.h | 13 typedef void * RsType; typedef
|
D | rs.h | 48 void rsaTypeGetNativeData(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
|
D | rsType.cpp | 330 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()
|
D | rsDefines.h | 49 typedef void * RsType; typedef
|
D | rsAllocation.cpp | 635 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()
|
D | rsScriptGroup.cpp | 378 const RsType * type, size_t typeSize) { in rsi_ScriptGroupCreate()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 521 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/ |
D | android_renderscript_RenderScript.cpp | 324 …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()
|