OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsrBindConstant
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsRuntime.h
38
void
rsrBindConstant
(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39
void
rsrBindConstant
(Context *, ProgramVertex*, uint32_t slot, Allocation *);
rsScriptC_LibGL.cpp
55
void
rsrBindConstant
(Context *rsc, ProgramFragment *pf, uint32_t slot, Allocation *a) {
61
void
rsrBindConstant
(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) {
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
166
rsrBindConstant
(rsc, pv, slot, a);
171
rsrBindConstant
(rsc, pf, slot, a);
[
all
...]
Completed in 53 milliseconds