Home
last modified time | relevance | path

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

/frameworks/rs/tests/cppbasic-getpointer/
Dcompute.cpp38 …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/
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.cpp400 …>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/
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/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.cpp711 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/
Dsingle_source_alloc.rs377 (uint32_t) RS_ALLOCATION_USAGE_SHARED)));
/frameworks/rs/scriptc/
Drs_object_types.rsh123RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (u…
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd152 …<tr><th>RS_ALLOCATION_USAGE_SHARED = 0x0080</th><td>Allocation's backing store is shared with anot…
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp2219 … RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATION_USAGE_SHARED, in nIncAllocationCreateTyped()