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

/frameworks/rs/
H A DrsRuntime.h33 void rsrBindConstant(Context *, Script *, ProgramFragment *, uint32_t slot, Allocation *);
34 void rsrBindConstant(Context *, Script *, ProgramVertex*, uint32_t slot, Allocation *);
H A DrsScriptC_LibGL.cpp55 void rsrBindConstant(Context *rsc, Script *sc, ProgramFragment *pf, uint32_t slot, Allocation *a) { function in namespace:android::renderscript
61 void rsrBindConstant(Context *rsc, Script *sc, ProgramVertex *pv, uint32_t slot, Allocation *a) { function in namespace:android::renderscript
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp108 rsrBindConstant(rsc, sc, pv, slot, a);
113 rsrBindConstant(rsc, sc, pf, slot, a);

Completed in 1005 milliseconds