Home
last modified time | relevance | path

Searched refs:RS_ALLOCATION_USAGE_SHARED (Results 1 – 11 of 11) 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.cpp391 …>mHal.state.usageFlags == (RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED)) { in rsdAllocationInitStrided()
407 … if (!(alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED) || in rsdAllocationInitStrided()
408 …alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLO… in rsdAllocationInitStrided()
597 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationResize()
671 rsAssert(src == RS_ALLOCATION_USAGE_SCRIPT || src == RS_ALLOCATION_USAGE_SHARED); in rsdAllocationSyncAll()
685 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationSyncAll()
687 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/base/libs/hwui/
DFontRenderer.cpp705 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED, in blurImage()
709 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED, in blurImage()
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
Dsingle_source_alloc.rs377 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
Dsingle_source_alloc.rs374 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
/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/support/jni/
Dandroid_renderscript_RenderScript.cpp2232 … RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED, in nIncAllocationCreateTyped()