Searched refs:RS_ALLOCATION_USAGE_SHARED (Results 1 – 10 of 10) sorted by relevance
35 …ion> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED); in test_compute()36 …on> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED); in test_compute()59 ain->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute()60 aout->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute()
46 … RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()49 … RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
394 …>mHal.state.usageFlags == (RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED)) { in rsdAllocationInitStrided()410 … if (!(alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED) || in rsdAllocationInitStrided()411 …alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLO… in rsdAllocationInitStrided()600 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationResize()674 rsAssert(src == RS_ALLOCATION_USAGE_SCRIPT || src == RS_ALLOCATION_USAGE_SHARED); in rsdAllocationSyncAll()688 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationSyncAll()690 if (src == RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationSyncAll()
53 RS_ALLOCATION_USAGE_SHARED)) != 0) { in Allocation()159 case RS_ALLOCATION_USAGE_SHARED: in syncAll()170 if (!(mUsage & RS_ALLOCATION_USAGE_SHARED)) { in getPointer()
95 RS_ALLOCATION_USAGE_SHARED = 0x0080, enumerator
111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another obje…
123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
405 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
407 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
2234 … RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED, in nIncAllocationCreateTyped()