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

  /frameworks/rs/cpp/
Allocation.h 73 void syncAll(RsAllocationUsageType srcLocation);
Allocation.cpp 142 void Allocation::syncAll(RsAllocationUsageType srcLocation) {
  /frameworks/rs/
rsAllocation.h 86 void syncAll(Context *rsc, RsAllocationUsageType src);
rsDefines.h 97 enum RsAllocationUsageType {
rsScriptC_Lib.cpp 164 void rsrAllocationSyncAll(Context *rsc, Script *sc, Allocation *a, RsAllocationUsageType usage) {
rs.spec 226 param RsAllocationUsageType src
rsRuntime.h 155 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
rs_hal.h 125 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
rsAllocation.cpp 71 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
520 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
  /frameworks/rs/driver/
rsdAllocation.h 71 RsAllocationUsageType src);
rsdRuntimeStubs.cpp 48 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) {
rsdAllocation.cpp 354 RsAllocationUsageType src) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 470 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits);
    [all...]

Completed in 40 milliseconds