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

1 2

  /device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
gralloc.h 26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U,
  /external/swiftshader/include/Android/hardware/
gralloc.h 26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U,
  /external/minigbm/cros_gralloc/gralloc0/tests/
gralloctest.c 71 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN |
78 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
83 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN |
89 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
91 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
93 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN },
292 grallocinfo_init(&info, 0, 0, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN);
386 grallocinfo_init(&info, 512, 512, HAL_PIXEL_FORMAT_BGRA_8888, GRALLOC_USAGE_SW_READ_OFTEN);
389 GRALLOC_USAGE_SW_READ_OFTEN);
439 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)
    [all...]
  /external/swiftshader/src/Main/
FrameBufferAndroid.cpp 55 native_window_set_usage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
87 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /external/swiftshader/src/WSI/
FrameBufferAndroid.cpp 55 native_window_set_usage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
87 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /device/linaro/hikey/gralloc960/
mali_gralloc_module.h 50 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN
mali_gralloc_ion.cpp 317 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN)
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
base_composer.cpp 75 GRALLOC_USAGE_SW_READ_OFTEN, 0, 0,
vsoc_composer.cpp 321 gralloc_module_, src_layer->handle, GRALLOC_USAGE_SW_READ_OFTEN, 0, 0,
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.cpp 40 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 93 buffer_handle, GRALLOC_USAGE_SW_READ_OFTEN, 0, 0,
  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
base_composer.cpp 48 GRALLOC_USAGE_SW_READ_OFTEN, 0, 0,
vsoc_composer.cpp 319 gralloc_module_, src_layer->handle, GRALLOC_USAGE_SW_READ_OFTEN, 0, 0,
  /external/swiftshader/src/OpenGL/common/
Image.hpp 304 data = lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
334 return lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 376 *usageBits = GRALLOC_USAGE_SW_READ_OFTEN;
601 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
606 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
  /external/minigbm/cros_gralloc/gralloc0/
gralloc0.cc 44 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN)
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3SharedOutputStream.cpp 386 bool imgReaderUsage = (infoIt.consumerUsage & GRALLOC_USAGE_SW_READ_OFTEN) ? true : false;
  /frameworks/av/services/camera/libcameraservice/api2/
DepthCompositeStream.cpp 809 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN;
816 (*compositeOutput)[1].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN;
HeicCompositeStream.cpp 318 (*compositeOutput)[0].consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN;
327 useGrid ? GRALLOC_USAGE_SW_READ_OFTEN : GRALLOC_USAGE_HW_VIDEO_ENCODER;
    [all...]
  /device/linaro/hikey/gralloc/
alloc_device.cpp 254 if ((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN)
  /external/v4l2_codec2/cmds/
codec2.cpp 252 GRALLOC_USAGE_SW_READ_OFTEN, graphic_block.width()));
  /frameworks/av/media/codec2/components/cmds/
codec2.cpp 260 (uint64_t)GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /frameworks/av/media/codec2/hidl/1.0/utils/
InputSurfaceConnection.cpp 150 GRALLOC_USAGE_SW_READ_OFTEN :
  /device/generic/opengl-transport/host/libs/virglrenderer/
RenderControl.cpp 180 buffer->usage_deprecated = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN |
  /frameworks/av/media/codec2/vndk/
C2AllocatorGralloc.cpp 58 return (((expected & C2MemoryUsage::CPU_READ) ? GRALLOC_USAGE_SW_READ_OFTEN : 0) |
    [all...]

Completed in 637 milliseconds

1 2