Home
last modified time | relevance | path

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

/frameworks/rs/
DlibRS.map73 rsProgramBindConstants;
DrsApiStubs.h144 extern "C" void rsProgramBindConstants (RsContext rsc, RsProgram vp, uint32_t slot, RsAllocation co…
DrsApiStubs.cpp848 extern "C" void rsProgramBindConstants (RsContext ctxWrapper, RsProgram vp, uint32_t slot, RsAlloca… in rsProgramBindConstants() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2462 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a); in nProgramBindConstants()