Home
last modified time | relevance | path

Searched refs:rsAllocationAdapterCreate (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
DlibRS.map16 rsAllocationAdapterCreate;
DrsApiStubs.h92 extern "C" RsAllocation rsAllocationAdapterCreate(RsContext rsc, RsType vtype,
DrsApiStubs.cpp350 extern "C" RsAllocation rsAllocationAdapterCreate (RsContext ctxWrapper, RsType vtype, RsAllocation… in rsAllocationAdapterCreate() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1625 return (jlong)(uintptr_t) rsAllocationAdapterCreate((RsContext)con, (RsType)type, in nAllocationAdapterCreate()