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

  /frameworks/rs/support/jni/
android_rscompat_usage_io_driver.cpp 77 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {
83 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) &&
  /frameworks/rs/script_api/include/
rs_object_types.rsh 122 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, // Allocation is used as a Surface producer.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 122 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, // Allocation is used as a Surface producer.
  /frameworks/rs/
rsFBOCache.cpp 52 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) {
rsDefines.h 94 RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040,
  /frameworks/rs/script_api/
rs_object_types.spec 110 value: RS_ALLOCATION_USAGE_IO_OUTPUT = 0x0040, "Allocation is used as a Surface producer."
  /frameworks/rs/cpp/
Allocation.cpp 51 RS_ALLOCATION_USAGE_IO_OUTPUT |
478 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) {
511 if ((mUsage & RS_ALLOCATION_USAGE_IO_OUTPUT) == 0) {
  /frameworks/rs/driver/
rsdAllocation.cpp 385 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) {
557 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {
570 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) &&
677 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 442 (uint32_t) RS_ALLOCATION_USAGE_IO_OUTPUT)));

Completed in 333 milliseconds