HomeSort by relevance Sort by last modified time
    Searched refs:RsAllocationUsageType (Results 1 - 14 of 14) sorted by null

  /frameworks/rs/
rsDefines.h 108 enum RsAllocationUsageType {
rsScriptC_Lib.cpp 183 void rsrAllocationSyncAll(Context *rsc, Allocation *a, RsAllocationUsageType usage) {
rsAllocation.h 93 void syncAll(Context *rsc, RsAllocationUsageType src);
rsRuntime.h 144 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
rs_hal.h 151 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
rs.spec 215 param RsAllocationUsageType src
rsAllocation.cpp 86 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
481 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
  /frameworks/rs/driver/
rsdAllocation.h 106 RsAllocationUsageType src);
rsdAllocation.cpp 576 RsAllocationUsageType src) {
    [all...]
rsdRuntimeStubs.cpp 105 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) {
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 134 void Allocation::syncAll(RsAllocationUsageType srcLocation) {
rsCppStructs.h 222 void syncAll(RsAllocationUsageType srcLocation);
  /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 470 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits);
    [all...]

Completed in 114 milliseconds