Home
last modified time | relevance | path

Searched refs:set_dataspace (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gchips/gralloc4/src/hidl_common/
DSharedMetadata.h57 void set_dataspace(const private_handle_t *hnd, const Dataspace &dataspace);
DAllocator.cpp99 mapper::common::set_dataspace(hnd, static_cast<mapper::common::Dataspace>(dataspace)); in allocate()
DSharedMetadata.cpp76 void set_dataspace(const private_handle_t *hnd, const Dataspace &dataspace) in set_dataspace() function
DMapperMetadata.cpp670 set_dataspace(handle, dataspace); in set_metadata()
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h147 static int set_dataspace(buffer_handle_t hnd, android_dataspace_t dataspace);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
Dvendor_graphicbuffer_meta.cpp114 int VendorGraphicBufferMeta::set_dataspace(buffer_handle_t hnd, android_dataspace_t dataspace) in set_dataspace() function in VendorGraphicBufferMeta
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp178 … arm::mapper::common::set_dataspace(hnd, static_cast<arm::mapper::common::Dataspace>(dataspace)); in createNativeHandle()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp117 int VendorGraphicBufferMeta::set_dataspace(buffer_handle_t hnd, android_dataspace_t dataspace) in set_dataspace() function in VendorGraphicBufferMeta
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp711 static int set_dataspace(private_handle_t * const hnd, uint64_t usage, int32_t format_idx) in set_dataspace() function
1400 const int ret = set_dataspace(hnd, usage, format_idx); in mali_gralloc_buffer_allocate()