Searched refs:RsType (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/rs/ |
D | rs.spec | 37 ret RsType 42 param RsType vtype 50 param RsType vtype 59 param RsType vtype
|
D | RenderScriptEnv.h | 13 typedef void * RsType; typedef
|
D | RenderScript.h | 47 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
|
D | rsType.cpp | 267 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, in rsi_TypeCreate() 277 void rsaTypeGetNativeData(RsContext con, RsType type, uint32_t *typeData, uint32_t typeDataSize) { in rsaTypeGetNativeData()
|
D | RenderScriptDefines.h | 44 typedef void * RsType; typedef
|
D | rsAllocation.cpp | 481 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype, in rsi_AllocationCreateTyped() 492 RsAllocation rsi_AllocationCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCreateFromBitmap() 513 RsAllocation rsi_AllocationCubeCreateFromBitmap(Context *rsc, RsType vtype, in rsi_AllocationCubeCreateFromBitmap()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 417 rsaTypeGetNativeData(con, (RsType)id, typeData, 6); in nTypeGetNativeData() 430 …return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_… in nAllocationCreateTyped() 457 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCreateFromBitmap() 473 (RsType)type, (RsAllocationMipmapControl)mip, in nAllocationCubeCreateFromBitmap()
|