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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.h 78 static const uint32_t DUMMY_USAGE = GRALLOC_USAGE_HW_COMPOSER;
  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 91 GRALLOC_USAGE_HW_COMPOSER = 0x00000800,
  /hardware/libhardware/include/hardware/
gralloc.h 95 GRALLOC_USAGE_HW_COMPOSER = 0x00000800,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 57 mOutputUsage(GRALLOC_USAGE_HW_COMPOSER),
91 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
141 mOutputUsage != GRALLOC_USAGE_HW_COMPOSER)) {
153 mOutputUsage = GRALLOC_USAGE_HW_COMPOSER;
364 usage |= GRALLOC_USAGE_HW_COMPOSER;
FramebufferSurface.cpp 65 GRALLOC_USAGE_HW_COMPOSER);
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 61 int usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER;
190 usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER;
356 usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_HW_COMPOSER;
  /frameworks/native/include/ui/
GraphicBuffer.h 65 USAGE_HW_COMPOSER = GRALLOC_USAGE_HW_COMPOSER,
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 140 if (usage & GRALLOC_USAGE_HW_COMPOSER) {
283 else if(usage & GRALLOC_USAGE_HW_COMPOSER)
  /hardware/qcom/display/msm8226/libgralloc/
gpu.cpp 139 if (usage & GRALLOC_USAGE_HW_COMPOSER) {
286 else if(usage & GRALLOC_USAGE_HW_COMPOSER)
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 141 if (usage & GRALLOC_USAGE_HW_COMPOSER) {
278 (usage & GRALLOC_USAGE_HW_COMPOSER )) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 85 private static final int GRALLOC_USAGE_HW_COMPOSER = 0x00000800;
543 GRALLOC_USAGE_HW_COMPOSER;
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 71 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) {
138 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) {
210 if (!hwcLayer->getUsage() & GRALLOC_USAGE_HW_COMPOSER) {
    [all...]
  /frameworks/native/cmds/flatland/
GLHelper.cpp 211 glc->setConsumerUsageBits(GRALLOC_USAGE_HW_COMPOSER);
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 135 if (usage & GRALLOC_USAGE_HW_COMPOSER) {
  /hardware/libhardware/tests/hwc/
cnativewindow.c 504 GRALLOC_USAGE_HW_COMPOSER |
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 316 GRALLOC_USAGE_HW_2D | GRALLOC_USAGE_HW_COMPOSER |
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]

Completed in 1190 milliseconds