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

  /frameworks/native/include/ui/
GraphicBufferAllocator.h 47 USAGE_SW_READ_MASK = GRALLOC_USAGE_SW_READ_MASK,
GraphicBuffer.h 51 USAGE_SW_READ_MASK = GRALLOC_USAGE_SW_READ_MASK,
  /hardware/libhardware/include/hardware/
gralloc.h 73 GRALLOC_USAGE_SW_READ_MASK = 0x0000000F,
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 152 bool sw_read = (0 != (usage & GRALLOC_USAGE_SW_READ_MASK));
624 bool sw_read = (0 != (usage & GRALLOC_USAGE_SW_READ_MASK));
631 bool sw_read_allowed = (0 != (cb->usage & GRALLOC_USAGE_SW_READ_MASK));
805 bool sw_read = (0 != (usage & GRALLOC_USAGE_SW_READ_MASK));
807 bool sw_read_allowed = (0 != (cb->usage & GRALLOC_USAGE_SW_READ_MASK));
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 142 bool sw_usage = !!(usage & (GRALLOC_USAGE_SW_READ_MASK |
347 if( (usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN )
  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 81 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY))
mapper.cpp 210 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
  /hardware/qcom/display/msm8x26/libgralloc/
mapper.cpp 210 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 76 if (sinkUsage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
  /hardware/qcom/display/msm8960/libgralloc/
mapper.cpp 210 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 149 milliseconds