Home
last modified time | relevance | path

Searched refs:rsrBindConstant (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsRuntime.h38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
DrsScriptC_LibGL.cpp55 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { in rsrBindConstant() function
61 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) { in rsrBindConstant() function
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp675 rsrBindConstant(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p);
681 rsrBindConstant(rsc, (ProgramVertex *)pv.p, slot, (Allocation *)a.p);