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

  /frameworks/rs/scriptc/
rs_object_types.rsh 121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 121 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, // Allocation is used as a Surface consumer.
  /frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io_driver.cpp 76 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) &&
  /frameworks/rs/cpp/
Allocation.cpp 50 RS_ALLOCATION_USAGE_IO_INPUT |
57 if ((usage & RS_ALLOCATION_USAGE_IO_INPUT) != 0) {
59 if ((usage & ~(RS_ALLOCATION_USAGE_IO_INPUT |
489 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) {
501 if ((mUsage & RS_ALLOCATION_USAGE_IO_INPUT) == 0) {
  /frameworks/rs/
rsDefines.h 95 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 114 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 114 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 114 RS_ALLOCATION_USAGE_IO_INPUT = 0x0020,
  /frameworks/rs/api/
rs_object_types.spec 109 value: RS_ALLOCATION_USAGE_IO_INPUT = 0x0020, "Allocation is used as a Surface consumer."
  /frameworks/rs/driver/
rsdAllocation.cpp 168 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) {
387 } else if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) {
539 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) &&
    [all...]

Completed in 51 milliseconds