Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map61 rsContextSetSurface;
H A DrsApiStubs.h252 extern "C" void rsContextSetSurface(RsContext rsc, uint32_t width, uint32_t height,
H A DrsApiStubs.cpp765 extern "C" void rsContextSetSurface (RsContext ctxWrapper, uint32_t width, uint32_t height, in rsContextSetSurface() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp922 rsContextSetSurface((RsContext)con, width, height, window); in nContextSetSurface()