/frameworks/rs/driver/ |
rsdAllocation.h | 92 RsAllocationUsageType src);
|
rsdAllocation.cpp | 585 RsAllocationUsageType src) { [all...] |
rsdRuntimeStubs.cpp | 105 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) { [all...] |
/frameworks/rs/ |
rsAllocation.h | 107 void syncAll(Context *rsc, RsAllocationUsageType src);
|
rsDefines.h | 108 enum RsAllocationUsageType {
|
rsScriptC_Lib.cpp | 190 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) {
|
rs.spec | 207 param RsAllocationUsageType src
|
rsRuntime.h | 148 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
|
rs_hal.h | 152 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
|
rsAllocation.cpp | 93 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) { 523 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
|
/frameworks/rs/cpp/ |
rsDispatch.h | 60 typedef void (*AllocationSyncAllFnPtr) (RsContext, RsAllocation, RsAllocationUsageType);
|
Allocation.cpp | 137 void Allocation::syncAll(RsAllocationUsageType srcLocation) {
|
rsCppStructs.h | 341 void syncAll(RsAllocationUsageType srcLocation); [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 331 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 469 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits); [all...] |