Searched refs:rsrBindConstant (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsRuntime.h | 38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *); 39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
|
D | rsScriptC_LibGL.cpp | 55 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/ |
D | rsdRuntimeStubs.cpp | 212 rsrBindConstant(rsc, pv, slot, a); in SC_BindVertexConstant() 217 rsrBindConstant(rsc, pf, slot, a); in SC_BindFragmentConstant()
|