OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsrAllocationSyncAll
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/
rsRuntime.h
34
void
rsrAllocationSyncAll
(Context *, Script *, Allocation *);
154
void
rsrAllocationSyncAll
(Context *, Allocation *a, RsAllocationUsageType source);
rsScriptC_Lib.cpp
236
void
rsrAllocationSyncAll
(Context *rsc, Allocation *a, RsAllocationUsageType usage) {
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsRuntime.h
34
void
rsrAllocationSyncAll
(Context *, Script *, Allocation *);
152
void
rsrAllocationSyncAll
(Context *, Allocation *a, RsAllocationUsageType source);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsRuntime.h
34
void
rsrAllocationSyncAll
(Context *, Script *, Allocation *);
152
void
rsrAllocationSyncAll
(Context *, Allocation *a, RsAllocationUsageType source);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsRuntime.h
34
void
rsrAllocationSyncAll
(Context *, Script *, Allocation *);
152
void
rsrAllocationSyncAll
(Context *, Allocation *a, RsAllocationUsageType source);
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
111
rsrAllocationSyncAll
(rsc, (Allocation*)a.p, source);
116
rsrAllocationSyncAll
(rsc, (Allocation*)a.p, RS_ALLOCATION_USAGE_SCRIPT);
[
all
...]
Completed in 34 milliseconds