Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DGraphicBufferAllocator.h57 USAGE_HW_RENDER = GRALLOC_USAGE_HW_RENDER,
DGraphicBuffer.h63 USAGE_HW_RENDER = GRALLOC_USAGE_HW_RENDER,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp65 GRALLOC_USAGE_HW_RENDER | in FramebufferSurface()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java85 private static final int GRALLOC_USAGE_HW_RENDER = 0x00000200; field in LegacyCameraDevice
563 GRALLOC_USAGE_HW_RENDER; in isPreviewConsumer()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp143 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_HW_RENDER; in TEST_F()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp420 (u & (GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_COMPOSER | in getEndpointUsage()
/frameworks/rs/driver/
DrsdAllocation.cpp747 flags |= GRALLOC_USAGE_HW_RENDER; in rsdAllocationSetSurface()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3345 GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_TEXTURE; in captureScreenImplLocked()