Home
last modified time | relevance | path

Searched refs:usageFlags (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/v8/renderscript/jni/
Dandroid_rscompat_usage_io_driver.cpp76 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) && in rscAllocationDestroy()
77 !(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT)) { in rscAllocationDestroy()
83 if ((alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) && in rscAllocationDestroy()
84 (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT)) { in rscAllocationDestroy()
100 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) { in rscAllocationIoSend()
/frameworks/rs/driver/
DrsdAllocation.cpp168 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in UploadToTexture()
192 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT)) { in UploadToTexture()
394 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT) { in rsdAllocationInitStrided()
396 } else if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_INPUT) { in rsdAllocationInitStrided()
400 …} else if (alloc->mHal.state.usageFlags == (RS_ALLOCATION_USAGE_INCREMENTAL_SUPPORT | RS_ALLOCATIO… 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()
459 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) { in rsdAllocationInitStrided()
466 if (alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) { in rsdAllocationInitStrided()
480 if (alloc->mHal.state.usageFlags & ~RS_ALLOCATION_USAGE_SCRIPT) { in rsdAllocationInitStrided()
[all …]
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java591 int usageFlags = detectSurfaceUsageFlags(output); in isFlexibleConsumer() local
598 boolean flexibleConsumer = ((usageFlags & disallowedFlags) == 0 && in isFlexibleConsumer()
599 (usageFlags & allowedFlags) != 0); in isFlexibleConsumer()
604 int usageFlags = detectSurfaceUsageFlags(output); in isPreviewConsumer() local
609 boolean previewConsumer = ((usageFlags & disallowedFlags) == 0 && in isPreviewConsumer()
610 (usageFlags & allowedFlags) != 0); in isPreviewConsumer()
622 int usageFlags = detectSurfaceUsageFlags(output); in isVideoEncoderConsumer() local
626 boolean videoEncoderConsumer = ((usageFlags & disallowedFlags) == 0 && in isVideoEncoderConsumer()
627 (usageFlags & allowedFlags) != 0); in isVideoEncoderConsumer()
/frameworks/rs/
DrsAllocation.h62 uint32_t usageFlags; member
163 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) != 0; in getIsScript()
166 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE) != 0; in getIsTexture()
169 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_RENDER_TARGET) != 0; in getIsRenderTarget()
172 return (mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_VERTEX) != 0; in getIsBufferObject()
DrsFBOCache.cpp53 if (!(a->getIsTexture() || (a->mHal.state.usageFlags & RS_ALLOCATION_USAGE_IO_OUTPUT))) { in bindColorTarget()
DrsAllocation.cpp35 mHal.state.usageFlags = usages; in Allocation()
48 mHal.state.usageFlags = alloc->mHal.state.usageFlags; in Allocation()
362 prefix, mHal.drvState.lod[0].mallocPtr, mHal.state.usageFlags, mHal.state.mipmapControl); in dumpLOGV()
670 if (mHal.state.usageFlags & RS_ALLOCATION_USAGE_SCRIPT) { in ioReceive()
/frameworks/rs/driver/runtime/
Drs_structs.h40 uint32_t usageFlags; member
Drs_sample.c546 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()
599 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()
644 if (!(alloc->mHal.state.usageFlags & RS_ALLOCATION_USAGE_GRAPHICS_TEXTURE)) { in rsSample()