Searched refs:RsType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsSimpleMesh.cpp | 118 RsSimpleMesh rsi_SimpleMeshCreate(Context *rsc, RsType prim, RsType idx, RsType *vtx, uint32_t vtxC… in rsi_SimpleMeshCreate()
|
D | RenderScriptEnv.h | 13 typedef void * RsType; typedef
|
D | rs.spec | 84 ret RsType 88 param RsType type 99 param RsType type 276 param RsType type
|
D | RenderScript.h | 40 typedef void * RsType; typedef
|
D | rsScript.cpp | 77 void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, const char *name) in rsi_ScriptSetType()
|
D | rsAllocation.cpp | 333 RsAllocation rsi_AllocationCreateTyped(Context *rsc, RsType vtype) in rsi_AllocationCreateTyped() 515 RsAllocation rsi_AllocationCreateBitmapRef(Context *rsc, RsType vtype, in rsi_AllocationCreateBitmapRef() 539 RsType type = rsi_TypeCreate(rsc); in rsi_AllocationCreateFromBitmap()
|
D | rsType.cpp | 364 RsType rsi_TypeCreate(Context *rsc) in rsi_TypeCreate()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 520 …jint id = (jint)rsAllocationCreateBitmapRef(con, (RsType)type, ptr, nativeBitmap, ReleaseBitmapCal… in nAllocationCreateBitmapRef() 901 …LOG_API("nScriptCAddType, con(%p), type(%p), writable(%i), slot(%i)", con, (RsType)type, writable,… in nScriptSetType() 906 rsScriptSetType(con, (RsType)type, slot, writable, n); in nScriptSetType()
|