OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsrAllocationSyncAll
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsRuntime.h
34
void
rsrAllocationSyncAll
(Context *, Script *, Allocation *);
148
void
rsrAllocationSyncAll
(Context *, Allocation *a, RsAllocationUsageType source);
rsScriptC_Lib.cpp
190
void
rsrAllocationSyncAll
(Context *rsc, Allocation *a, RsAllocationUsageType usage) {
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
107
rsrAllocationSyncAll
(rsc, a, source);
112
rsrAllocationSyncAll
(rsc, a, RS_ALLOCATION_USAGE_SCRIPT);
[
all
...]
Completed in 79 milliseconds