HomeSort by relevance Sort by last modified time
    Searched refs:RS_ALLOCATION_USAGE_SHARED (Results 1 - 13 of 13) sorted by null

  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 38 sp<Allocation> ain = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
39 sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED);
62 ain->syncAll(RS_ALLOCATION_USAGE_SHARED);
63 aout->syncAll(RS_ALLOCATION_USAGE_SHARED);
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 46 RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT,
49 RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_SCRIPT,
  /frameworks/rs/scriptc/
rs_object_types.rsh 123 RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (usually a Bitmap). Copying to or from the original source Bitmap will cause a synchronization rather than a full copy.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 123 RS_ALLOCATION_USAGE_SHARED = 0x0080 // Allocation's backing store is shared with another object (usually a Bitmap). Copying to or from the original source Bitmap will cause a synchronization rather than a full copy.
  /frameworks/rs/
rsDefines.h 97 RS_ALLOCATION_USAGE_SHARED = 0x0080,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 116 RS_ALLOCATION_USAGE_SHARED = 0x0080,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 116 RS_ALLOCATION_USAGE_SHARED = 0x0080,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 116 RS_ALLOCATION_USAGE_SHARED = 0x0080,
  /frameworks/rs/driver/
rsdAllocation.cpp 393 if (!(alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED) ||
394 alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED | RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE))) {
580 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) {
654 rsAssert(src == RS_ALLOCATION_USAGE_SCRIPT || src == RS_ALLOCATION_USAGE_SHARED);
668 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SHARED) {
670 if (src == RS_ALLOCATION_USAGE_SHARED) {
    [all...]
  /frameworks/rs/api/
rs_object_types.spec 111 value: RS_ALLOCATION_USAGE_SHARED = 0x0080, "Allocation's backing store is shared with another object (usually a Bitmap). Copying to or from the original source Bitmap will cause a synchronization rather than a full copy."
  /frameworks/rs/cpp/
Allocation.cpp 53 RS_ALLOCATION_USAGE_SHARED)) != 0) {
160 case RS_ALLOCATION_USAGE_SHARED:
171 if (!(mUsage & RS_ALLOCATION_USAGE_SHARED)) {
  /frameworks/base/libs/hwui/
FontRenderer.cpp 716 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED,
720 RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED,
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 170 milliseconds