HomeSort by relevance Sort by last modified time
    Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 50 GRALLOC_USAGE_SW_READ_OFTEN |
61 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 46 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
GraphicBuffer.h 50 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 37 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
SurfaceTextureGL_test.cpp 38 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
88 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
138 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
351 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
397 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
BufferQueue_test.cpp 182 GRALLOC_USAGE_SW_READ_OFTEN));
190 GRALLOC_USAGE_SW_READ_OFTEN));
233 GRALLOC_USAGE_SW_READ_OFTEN));
269 GRALLOC_USAGE_SW_READ_OFTEN));
279 GRALLOC_USAGE_SW_READ_OFTEN));
    [all...]
Surface_test.cpp 145 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_HW_RENDER;
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.cpp 39 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
  /hardware/libhardware/include/hardware/
gralloc.h 75 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003,
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 174 adt->usage |= GRALLOC_USAGE_SW_READ_OFTEN;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 81 private static final int GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003;
596 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN |
606 GRALLOC_USAGE_SW_READ_OFTEN;
624 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 109 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 374 *usageBits = GRALLOC_USAGE_SW_READ_OFTEN;
591 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
596 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 193 usage |= GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
358 usage |= GRALLOC_USAGE_SW_READ_OFTEN;
  /frameworks/base/libs/hwui/utils/
TestWindowContext.cpp 71 GRALLOC_USAGE_SW_READ_OFTEN |
  /frameworks/native/libs/gui/
CpuConsumer.cpp 43 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
Surface.cpp     [all...]
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 127 int32_t usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
  /external/drm_gralloc/
gralloc_drm_nouveau.c 81 tiled = !(usage & (GRALLOC_USAGE_SW_READ_OFTEN |
gralloc_drm_intel.c 307 if (handle->usage & (GRALLOC_USAGE_SW_READ_OFTEN |
gralloc_drm_radeon.c 217 (handle->usage & GRALLOC_USAGE_SW_READ_OFTEN))
  /frameworks/rs/
rsGrallocConsumer.cpp 44 flags = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_RENDERSCRIPT;
  /device/linaro/hikey/gralloc/
alloc_device.cpp 189 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN)
  /hardware/libhardware/modules/camera/
Camera.cpp 286 usage |= GRALLOC_USAGE_SW_READ_OFTEN |
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 329 usage |= GRALLOC_USAGE_SW_READ_OFTEN |

Completed in 353 milliseconds

1 2