Lines Matching refs:RsScript

567 extern "C" RsScriptKernelID rsScriptKernelIDCreate (RsContext ctxWrapper, RsScript sid, int slot, i…  in rsScriptKernelIDCreate()
572 extern "C" RsScriptFieldID rsScriptFieldIDCreate (RsContext ctxWrapper, RsScript sid, int slot) in rsScriptFieldIDCreate()
612 extern "C" RsScript rsScriptCCreate (RsContext ctxWrapper, const char * resName, size_t resName_len… in rsScriptCCreate()
619 extern "C" RsScript rsScriptIntrinsicCreate (RsContext ctxWrapper, uint32_t id, RsElement eid) in rsScriptIntrinsicCreate()
624 extern "C" void rsScriptBindAllocation (RsContext ctxWrapper, RsScript vtm, RsAllocation va, uint32… in rsScriptBindAllocation()
629 extern "C" void rsScriptSetTimeZone (RsContext ctxWrapper, RsScript s, const char * timeZone, size_… in rsScriptSetTimeZone()
634 extern "C" RsScriptInvokeID rsScriptInvokeIDCreate (RsContext ctxWrapper, RsScript s, uint32_t slot) in rsScriptInvokeIDCreate()
639 extern "C" void rsScriptInvoke (RsContext ctxWrapper, RsScript s, uint32_t slot) in rsScriptInvoke()
644 extern "C" void rsScriptInvokeV (RsContext ctxWrapper, RsScript s, uint32_t slot, const void * data… in rsScriptInvokeV()
649 extern "C" void rsScriptForEach (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptForEach()
657 extern "C" void rsScriptForEachMulti (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptForEachMulti()
665 extern "C" void rsScriptReduce (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptReduce()
672 extern "C" void rsScriptSetVarI (RsContext ctxWrapper, RsScript s, uint32_t slot, int value) in rsScriptSetVarI()
677 extern "C" void rsScriptSetVarObj (RsContext ctxWrapper, RsScript s, uint32_t slot, RsObjectBase va… in rsScriptSetVarObj()
682 extern "C" void rsScriptSetVarJ (RsContext ctxWrapper, RsScript s, uint32_t slot, int64_t value) in rsScriptSetVarJ()
687 extern "C" void rsScriptSetVarF (RsContext ctxWrapper, RsScript s, uint32_t slot, float value) in rsScriptSetVarF()
692 extern "C" void rsScriptSetVarD (RsContext ctxWrapper, RsScript s, uint32_t slot, double value) in rsScriptSetVarD()
697 extern "C" void rsScriptSetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptSetVarV()
703 extern "C" void rsScriptGetVarV (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptGetVarV()
709 extern "C" void rsScriptSetVarVE (RsContext ctxWrapper, RsScript s, uint32_t slot, in rsScriptSetVarVE()
771 extern "C" void rsContextBindRootScript (RsContext ctxWrapper, RsScript sampler) in rsContextBindRootScript()