Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_SW_WRITE_OFTEN (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
Dcached_stream_buffer.cpp101 g_importer.lockYCbCr(buffer_, GRALLOC_USAGE_SW_WRITE_OFTEN, region); in acquireAsYUV()
127 return g_importer.lock(buffer_, GRALLOC_USAGE_SW_WRITE_OFTEN, size); in acquireAsBlob()
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc.h27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.h48 #define GRALLOC_USAGE_SW_WRITE_OFTEN GRALLOC1_PRODUCER_USAGE_CPU_WRITE_OFTEN macro
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.h48 #define GRALLOC_USAGE_SW_WRITE_OFTEN GRALLOC1_PRODUCER_USAGE_CPU_WRITE_OFTEN macro
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp291 GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, mem->size, 1, &mBase); in GrallocDirectChannel()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp180 buffer->usage_deprecated = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | in resourceToANWB()