Searched refs:rsrBindConstant (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsScriptC_LibGL.cpp | 51 void rsrBindConstant(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) { in rsrBindConstant() function 57 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) { in rsrBindConstant() function
|
D | rsRuntime.h | 34 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *); 35 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 973 rsrBindConstant(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p); 979 rsrBindConstant(rsc, (ProgramVertex *)pv.p, slot, (Allocation *)a.p);
|