Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map33 rsAllocationSetSurface;
DrsApiStubs.h101 extern "C" void rsAllocationSetSurface(RsContext rsc, RsAllocation alloc, RsNativeWindow sur)
DrsApiStubs.cpp375 extern "C" void rsAllocationSetSurface (RsContext ctxWrapper, RsAllocation alloc, RsNativeWindow su… in rsAllocationSetSurface() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1291 rsAllocationSetSurface((RsContext)con, (RsAllocation)alloc, anw); in nAllocationSetSurface()