Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsSimpleMesh.cpp118 RsSimpleMesh rsi_SimpleMeshCreate(Context *rsc, RsType prim, RsType idx, RsType *vtx, uint32_t vtxC… in rsi_SimpleMeshCreate()
DRenderScriptEnv.h13 typedef void * RsType; typedef
Drs.spec84 ret RsType
88 param RsType type
99 param RsType type
276 param RsType type
DRenderScript.h40 typedef void * RsType; typedef
DrsScript.cpp77 void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, const char *name) in rsi_ScriptSetType()
DrsAllocation.cpp333 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()
DrsType.cpp364 RsType rsi_TypeCreate(Context *rsc) in rsi_TypeCreate()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp520 …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()