Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_SHARED (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
Dcompute.cpp35 …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()
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp46RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
49RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT, in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/frameworks/rs/driver/
DrsdAllocation.cpp394 …>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()
/frameworks/rs/cpp/
DAllocation.cpp53 RS_ALLOCATION_USAGE_SHARED)) != 0) { in Allocation()
159 case RS_ALLOCATION_USAGE_SHARED: in syncAll()
170 if (!(mUsage & RS_ALLOCATION_USAGE_SHARED)) { in getPointer()
/frameworks/rs/
DrsDefines.h95 RS_ALLOCATION_USAGE_SHARED = 0x0080, enumerator
/frameworks/rs/script_api/
Drs_object_types.spec111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another obje…
/frameworks/rs/script_api/include/
Drs_object_types.rsh123RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript405 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript407 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2234 … RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED, in nIncAllocationCreateTyped()