Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DlibRS.map43 rsContextBindProgramRaster;
H A DrsApiStubs.h260 extern "C" void rsContextBindProgramRaster(RsContext rsc, RsProgramRaster pgm) __DEPRECATED_IN(31);
H A DrsApiStubs.cpp755 extern "C" void rsContextBindProgramRaster (RsContext ctxWrapper, RsProgramRaster pgm) in rsContextBindProgramRaster() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2612 rsContextBindProgramRaster((RsContext)con, (RsProgramRaster)pf); in nContextBindProgramRaster()