Searched refs:RS_ALLOCATION_USAGE_SHARED (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/tests/cppbasic-getpointer/ |
D | compute.cpp | 38 …ion> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED); in test_compute() 39 …on> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED); in test_compute() 62 ain->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute() 63 aout->syncAll(RS_ALLOCATION_USAGE_SHARED); in test_compute()
|
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 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()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 400 …>mHal.state.usageFlags == (RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED)) { in rsdAllocationInitStrided() 416 … if (!(alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED) || in rsdAllocationInitStrided() 417 …alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLO… in rsdAllocationInitStrided() 607 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationResize() 681 rsAssert(src == RS_ALLOCATION_USAGE_SCRIPT || src == RS_ALLOCATION_USAGE_SHARED); in rsdAllocationSyncAll() 695 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationSyncAll() 697 if (src == RS_ALLOCATION_USAGE_SHARED) { in rsdAllocationSyncAll()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 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()
|
/frameworks/rs/ |
D | rsDefines.h | 95 RS_ALLOCATION_USAGE_SHARED = 0x0080, enumerator
|
/frameworks/rs/api/ |
D | rs_object_types.spec | 111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another obje…
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 711 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED, in blurImage() 715 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED, in blurImage()
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | single_source_alloc.rs | 377 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
|
/frameworks/rs/scriptc/ |
D | rs_object_types.rsh | 123 …RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_object_types.jd | 152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 2219 … RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED, in nIncAllocationCreateTyped()
|