Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
Drs.spec37 ret RsType
42 param RsType vtype
50 param RsType vtype
59 param RsType vtype
DRenderScriptEnv.h13 typedef void * RsType; typedef
DRenderScript.h47 void rsaTypeGetNativeData(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
DrsType.cpp267 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()
DRenderScriptDefines.h44 typedef void * RsType; typedef
DrsAllocation.cpp481 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/
Dandroid_renderscript_RenderScript.cpp417 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()